summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* silence debug messagestexman_0_1_20060330Keith Whitwell2006-03-296-40/+62
* fix ReadBuffer mapping bugsBrian Paul2006-03-291-1/+3
* Bump driver date.Thomas Hellström2006-03-293-12/+14
* Turn compiler optimizations back on.Keith Whitwell2006-03-291-1/+2
* Age the last_swap_fence properly.Thomas Hellström2006-03-294-1/+21
* Protect the DRI __driUtilUpdateDrawable code and other "complex" codeKeith Whitwell2006-03-272-1/+10
* remove a temporary FBO test in intel_map_unmap_buffers() - fixes flickering i...Brian Paul2006-03-271-1/+1
* zero-valued fences are not considered retired for a system that has beenThomas Hellström2006-03-276-4/+15
* remove some unneeded codetexman_0_1_20060325Brian Paul2006-03-262-14/+0
* merge from trunkBrian Paul2006-03-25126-12431/+19664
* Shorten ctx->Driver.RenderbufferTexture to ctx->Driver.RenderTexture sinceBrian Paul2006-03-257-23/+31
* Implement software fallback for render-to-texture when the texture formatBrian Paul2006-03-253-27/+64
* fix a couple issues in _mesa_free_framebuffer_data()Brian Paul2006-03-251-1/+3
* commentsBrian Paul2006-03-254-3/+9
* Implement rendering to textures for any mipmap level, any cube face, anyBrian Paul2006-03-254-49/+58
* check if copying from FBO, adjust x, y accordinglyBrian Paul2006-03-251-8/+16
* Check for incomplete framebuffer in _mesa_Clear()Brian Paul2006-03-251-1/+7
* unlock mutex before freeing data (caught w/ valgrind)Brian Paul2006-03-251-2/+2
* Replace _mesa_destroy_context() with _mesa_free_context_data() because ctxBrian Paul2006-03-251-2/+1
* silence several -pedantic warningsBrian Paul2006-03-251-4/+11
* remove stray semicolonBrian Paul2006-03-251-1/+1
* s/inline/INLINE/ to allow use of -ansi flag with gcc.Brian Paul2006-03-257-13/+13
* merge from trunkBrian Paul2006-03-241-72/+79
* In i915/i830_update_tex_unit() get the firstImage pointer _after_ we've calledBrian Paul2006-03-242-2/+12
* added some missing formats in _mesa_source/dest_buffer_exists()Brian Paul2006-03-241-2/+16
* better switch casesBrian Paul2006-03-241-1/+6
* update scissor at end of intel_draw_buffer()Brian Paul2006-03-241-0/+4
* no need to pass ctx to _mesa_clip_to_region()Brian Paul2006-03-245-8/+6
* update i915/i830Scissor to use DrawBuffer instead of driDrawable boundsBrian Paul2006-03-242-26/+12
* minor clean-upsBrian Paul2006-03-241-3/+4
* more fixes and clean-up in intelCopyBuffer()Brian Paul2006-03-241-14/+9
* some commentsBrian Paul2006-03-231-0/+3
* just commentsBrian Paul2006-03-231-2/+3
* another intelFlush() callBrian Paul2006-03-231-1/+3
* fix some mapping bugsBrian Paul2006-03-231-4/+4
* check for NULL rb in _mesa_framebuffer_renderbuffer()Brian Paul2006-03-231-2/+4
* Added an intelFlush() call inside intel_bind_framebuffer() to be sureBrian Paul2006-03-231-0/+5
* added render/framebuffer locking for thread safetyBrian Paul2006-03-234-0/+25
* tweak to render-to-texture region codeBrian Paul2006-03-231-3/+14
* In intelCopyBuffer() use current context, not dPriv->driContextPriv->driverPr...Brian Paul2006-03-231-0/+10
* move prevLockFile/Line into context structBrian Paul2006-03-232-17/+10
* INTEL_PACKCOLOR() no longer neededBrian Paul2006-03-231-7/+0
* Combine the bodies of _mesa_FramebufferTexture1D/2D/3DEXT into a singleBrian Paul2006-03-231-149/+100
* Comment about removing screen->fbFormat field in the future.Brian Paul2006-03-231-1/+1
* In intelClearColor() always compute both 16bpp and 32bpp clear valuesBrian Paul2006-03-235-14/+24
* Initial attempt at software fallback for rendering to a hardware textureBrian Paul2006-03-231-10/+21
* Before calling intel_region_release/reference() check if the regionsBrian Paul2006-03-231-4/+8
* Only try to validate depth/stencil pairing for user-created FBOs.Brian Paul2006-03-231-2/+5
* assert(refcount > 0) in intel_region_release() - helpful for finding refernce...Brian Paul2006-03-231-2/+5
* use intel_region_reference() in MakeCurrent to make sure we don't accidentall...Brian Paul2006-03-231-8/+12