summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-08-04fix bug when pushing ReadBuffer state for GL_PIXEL_MODE_BITtexman_0_1_branchBrian Paul1-0/+2
2006-07-05Silence some debug messages.texman_0_1_20060705Keith Whitwell1-3/+0
2006-07-05fix more problems with getting window/buffer dimensions wrong after binding a...Keith Whitwell4-13/+15
2006-07-05Import Brian's drawbuffers fix from trunk version 1.108 of this file.Keith Whitwell1-12/+29
2006-06-06When clearing, refresh the cx/y/w/h values as they may have beentexman_0_1_20060621Keith Whitwell2-1/+26
2006-06-06Add fgl_glxgears to makefileKeith Whitwell1-0/+1
2006-06-02set per-context GL_DRAW_BUFFER state regardless of currently bound FBOBrian Paul1-6/+4
2006-06-02fix depth-component test to allow rectangular texturesBrian Paul1-2/+4
2006-05-23Additional flushing.Keith Whitwell1-0/+26
2006-05-23Copying overlapping rects works if they are in different buffers...Keith Whitwell1-11/+12
2006-05-23Fix culling calculations for FBOsKeith Whitwell2-1/+12
2006-04-18glPopAttrib() GL_DRAW_BUFFER state fix, from trunkBrian Paul1-2/+13
2006-04-05remove a debug messageBrian Paul1-1/+1
2006-03-29silence debug messagestexman_0_1_20060330Keith Whitwell6-40/+62
2006-03-29fix ReadBuffer mapping bugsBrian Paul1-1/+3
2006-03-29Bump driver date.Thomas Hellström3-12/+14
2006-03-29Turn compiler optimizations back on.Keith Whitwell1-1/+2
2006-03-29Age the last_swap_fence properly.Thomas Hellström4-1/+21
2006-03-27Protect the DRI __driUtilUpdateDrawable code and other "complex" codeKeith Whitwell2-1/+10
2006-03-27remove a temporary FBO test in intel_map_unmap_buffers() - fixes flickering i...Brian Paul1-1/+1
2006-03-27zero-valued fences are not considered retired for a system that has beenThomas Hellström6-4/+15
2006-03-26remove some unneeded codetexman_0_1_20060325Brian Paul2-14/+0
2006-03-25merge from trunkBrian Paul126-12431/+19664
2006-03-25Shorten ctx->Driver.RenderbufferTexture to ctx->Driver.RenderTexture sinceBrian Paul7-23/+31
2006-03-25Implement software fallback for render-to-texture when the texture formatBrian Paul3-27/+64
2006-03-25fix a couple issues in _mesa_free_framebuffer_data()Brian Paul1-1/+3
2006-03-25commentsBrian Paul4-3/+9
2006-03-25Implement rendering to textures for any mipmap level, any cube face, anyBrian Paul4-49/+58
2006-03-25check if copying from FBO, adjust x, y accordinglyBrian Paul1-8/+16
2006-03-25Check for incomplete framebuffer in _mesa_Clear()Brian Paul1-1/+7
2006-03-25unlock mutex before freeing data (caught w/ valgrind)Brian Paul1-2/+2
2006-03-25Replace _mesa_destroy_context() with _mesa_free_context_data() because ctxBrian Paul1-2/+1
2006-03-25silence several -pedantic warningsBrian Paul1-4/+11
2006-03-25remove stray semicolonBrian Paul1-1/+1
2006-03-25s/inline/INLINE/ to allow use of -ansi flag with gcc.Brian Paul7-13/+13
2006-03-24merge from trunkBrian Paul1-72/+79
2006-03-24In i915/i830_update_tex_unit() get the firstImage pointer _after_ we've calledBrian Paul2-2/+12
2006-03-24added some missing formats in _mesa_source/dest_buffer_exists()Brian Paul1-2/+16
2006-03-24better switch casesBrian Paul1-1/+6
2006-03-24update scissor at end of intel_draw_buffer()Brian Paul1-0/+4
2006-03-24no need to pass ctx to _mesa_clip_to_region()Brian Paul5-8/+6
2006-03-24update i915/i830Scissor to use DrawBuffer instead of driDrawable boundsBrian Paul2-26/+12
2006-03-24minor clean-upsBrian Paul1-3/+4
2006-03-24more fixes and clean-up in intelCopyBuffer()Brian Paul1-14/+9
2006-03-23some commentsBrian Paul1-0/+3
2006-03-23just commentsBrian Paul1-2/+3
2006-03-23another intelFlush() callBrian Paul1-1/+3
2006-03-23fix some mapping bugsBrian Paul1-4/+4
2006-03-23check for NULL rb in _mesa_framebuffer_renderbuffer()Brian Paul1-2/+4
2006-03-23Added an intelFlush() call inside intel_bind_framebuffer() to be sureBrian Paul1-0/+5