summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix bug when pushing ReadBuffer state for GL_PIXEL_MODE_BITtexman_0_1_branchBrian Paul2006-08-041-0/+2
* Silence some debug messages.texman_0_1_20060705Keith Whitwell2006-07-051-3/+0
* fix more problems with getting window/buffer dimensions wrong after binding a...Keith Whitwell2006-07-054-13/+15
* Import Brian's drawbuffers fix from trunk version 1.108 of this file.Keith Whitwell2006-07-051-12/+29
* When clearing, refresh the cx/y/w/h values as they may have beentexman_0_1_20060621Keith Whitwell2006-06-062-1/+26
* Add fgl_glxgears to makefileKeith Whitwell2006-06-061-0/+1
* set per-context GL_DRAW_BUFFER state regardless of currently bound FBOBrian Paul2006-06-021-6/+4
* fix depth-component test to allow rectangular texturesBrian Paul2006-06-021-2/+4
* Additional flushing.Keith Whitwell2006-05-231-0/+26
* Copying overlapping rects works if they are in different buffers...Keith Whitwell2006-05-231-11/+12
* Fix culling calculations for FBOsKeith Whitwell2006-05-232-1/+12
* glPopAttrib() GL_DRAW_BUFFER state fix, from trunkBrian Paul2006-04-181-2/+13
* remove a debug messageBrian Paul2006-04-051-1/+1
* 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