summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_buffers.c
Commit message (Expand)AuthorAgeFilesLines
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-3/+3
* intel: Flag NEW_BUFFERS when changing draw buffers.Eric Anholt2010-06-081-0/+1
* i965: Stop abusing ctx->NewState flags for storing driver internal changes.Eric Anholt2010-03-231-3/+3
* intel: Implement the DRI2 invalidate function properlyKristian Høgsberg2010-02-171-12/+10
* intel: Remove unnecessary headers.Vinson Lee2010-01-301-1/+0
* intel: Use a handy helper in glReadPixels source clipping.Eric Anholt2010-01-261-35/+0
* intel: Remove the remaining cliprects code from DRI1.Eric Anholt2010-01-261-18/+0
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-2/+0
|\
| * intel: Remove unnecessary headers.Vinson Lee2010-01-231-2/+0
* | intel: Drop more cliprect bookkeepingKristian Høgsberg2010-01-041-42/+12
* | Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-1/+1
* | intel: Allow binding a stencil but not a depth buffer.Eric Anholt2009-12-281-0/+6
|/
* Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-12-151-3/+8
|\
| * intel: Fallback to software if drawable size is > MaxRenderbufferSizeIan Romanick2009-12-151-3/+8
* | intel: avoid unnecessary front buffer flushing/updatingBrian Paul2009-11-031-2/+19
* | Merge branch 'texformat-rework'Brian Paul2009-10-281-1/+1
|\ \
| * | intel: use MESA_FORMAT_S8_Z24 format and avoid z24s8/s8z24 conversionsBrian Paul2009-10-211-1/+1
| * | mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-081-1/+1
| |/
* / intel: fix comment, formattingBrian Paul2009-10-271-2/+2
|/
* intel: Also get the DRI2 front buffer when doing front buffer reading.Eric Anholt2009-06-191-0/+17
* i915: Use Stencil.Enabled instead of Stencil._Enabled in DrawBuffers.Eric Anholt2009-05-151-1/+1
* mesa: in glReadBufer() set _NEW_BUFFERS, not _NEW_PIXELBrian Paul2009-05-011-1/+1
* Test either GL_FRONT_LEFT or GL_FRONT for front-buffer renderingIan Romanick2009-05-011-1/+2
* intel / DRI2: When available, use DRI2GetBuffersWithFormatIan Romanick2009-04-241-0/+10
* DRI2: Don't fault on NULL DrawBufferIan Romanick2009-04-141-1/+1
* intel / DRI2: Track and flush front-buffer renderingIan Romanick2009-04-091-0/+8
* i965: Add a note about why the _NEW_STENCIL is required in draw_buffers.Eric Anholt2009-03-051-0/+5
* mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul2009-03-021-2/+2
* i915: Only call CalcViewport from DrawBuffers instead of Viewport.Eric Anholt2009-01-301-8/+5
* intel: move glClear-related code into new intel_clear.c fileBrian Paul2009-01-261-222/+0
* intel: Move swap-related functions from intel_buffers.c to new intel_swapbuff...Brian Paul2009-01-261-210/+0
* intel: fix the mismerge of the vblank pipe enable sanity checkJesse Barnes2009-01-231-6/+6
* intel: move pipe enable sanity check to where it belongsJesse Barnes2009-01-231-8/+8
* intel: fix vblank crtc selection with DRI1 when only one pipe is enabled.Owain Ainsworth2009-01-231-0/+8
* intel: Prevent an "irq is not working" printf when only pipe B is enabled.Owain G. Ainsworth2009-01-231-8/+26
* intel: remove/disable the "paired depth/stencil" codeBrian Paul2009-01-221-3/+0
* intel: asst clean-ups, simplifications in intel_draw_buffer()Brian Paul2009-01-221-30/+16
* i965: minor reformattingBrian Paul2009-01-221-5/+9
* [intel] Go back to using the typedef for the sarea structmesa_7_3_rc3Timo Aaltonen2009-01-201-1/+1
* Remove intel pageflipping support in its entirety.Owain G. Ainsworth2009-01-201-277/+18
* Remove third buffer support from Mesa.Dave Airlie2008-12-231-1/+1
* intel: Don't keep intel->pClipRects, and instead just calculate it when needed.Eric Anholt2008-10-281-132/+41
* intel: Push flushing for cliprects changes down into the cliprects changes.Eric Anholt2008-10-071-6/+22
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-3/+3
* DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg2008-08-291-0/+3
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-0/+2
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-2/+0
* Merge branch 'master' into drm-gemIan Romanick2008-07-251-40/+10
|\
| * intel: remove buffer swap debug outputJesse Barnes2008-07-241-8/+2
| * intel: fix buffer swaps and enable page flipping on 965Jesse Barnes2008-07-221-39/+15