index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
intel
/
intel_buffers.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-3
/
+3
*
intel: Flag NEW_BUFFERS when changing draw buffers.
Eric Anholt
2010-06-08
1
-0
/
+1
*
i965: Stop abusing ctx->NewState flags for storing driver internal changes.
Eric Anholt
2010-03-23
1
-3
/
+3
*
intel: Implement the DRI2 invalidate function properly
Kristian Høgsberg
2010-02-17
1
-12
/
+10
*
intel: Remove unnecessary headers.
Vinson Lee
2010-01-30
1
-1
/
+0
*
intel: Use a handy helper in glReadPixels source clipping.
Eric Anholt
2010-01-26
1
-35
/
+0
*
intel: Remove the remaining cliprects code from DRI1.
Eric Anholt
2010-01-26
1
-18
/
+0
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-25
1
-2
/
+0
|
\
|
*
intel: Remove unnecessary headers.
Vinson Lee
2010-01-23
1
-2
/
+0
*
|
intel: Drop more cliprect bookkeeping
Kristian Høgsberg
2010-01-04
1
-42
/
+12
*
|
Remove leftover __DRI{screen,drawable,context}Private references
Kristian Høgsberg
2010-01-04
1
-1
/
+1
*
|
intel: Allow binding a stencil but not a depth buffer.
Eric Anholt
2009-12-28
1
-0
/
+6
|
/
*
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Ian Romanick
2009-12-15
1
-3
/
+8
|
\
|
*
intel: Fallback to software if drawable size is > MaxRenderbufferSize
Ian Romanick
2009-12-15
1
-3
/
+8
*
|
intel: avoid unnecessary front buffer flushing/updating
Brian Paul
2009-11-03
1
-2
/
+19
*
|
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
1
-1
/
+1
|
\
\
|
*
|
intel: use MESA_FORMAT_S8_Z24 format and avoid z24s8/s8z24 conversions
Brian Paul
2009-10-21
1
-1
/
+1
|
*
|
mesa: remove a bunch of gl_renderbuffer fields
Brian Paul
2009-10-08
1
-1
/
+1
|
|
/
*
/
intel: fix comment, formatting
Brian Paul
2009-10-27
1
-2
/
+2
|
/
*
intel: Also get the DRI2 front buffer when doing front buffer reading.
Eric Anholt
2009-06-19
1
-0
/
+17
*
i915: Use Stencil.Enabled instead of Stencil._Enabled in DrawBuffers.
Eric Anholt
2009-05-15
1
-1
/
+1
*
mesa: in glReadBufer() set _NEW_BUFFERS, not _NEW_PIXEL
Brian Paul
2009-05-01
1
-1
/
+1
*
Test either GL_FRONT_LEFT or GL_FRONT for front-buffer rendering
Ian Romanick
2009-05-01
1
-1
/
+2
*
intel / DRI2: When available, use DRI2GetBuffersWithFormat
Ian Romanick
2009-04-24
1
-0
/
+10
*
DRI2: Don't fault on NULL DrawBuffer
Ian Romanick
2009-04-14
1
-1
/
+1
*
intel / DRI2: Track and flush front-buffer rendering
Ian Romanick
2009-04-09
1
-0
/
+8
*
i965: Add a note about why the _NEW_STENCIL is required in draw_buffers.
Eric Anholt
2009-03-05
1
-0
/
+5
*
mesa: use Stencil._Enabled field instead of Stencil.Enabled
Brian Paul
2009-03-02
1
-2
/
+2
*
i915: Only call CalcViewport from DrawBuffers instead of Viewport.
Eric Anholt
2009-01-30
1
-8
/
+5
*
intel: move glClear-related code into new intel_clear.c file
Brian Paul
2009-01-26
1
-222
/
+0
*
intel: Move swap-related functions from intel_buffers.c to new intel_swapbuff...
Brian Paul
2009-01-26
1
-210
/
+0
*
intel: fix the mismerge of the vblank pipe enable sanity check
Jesse Barnes
2009-01-23
1
-6
/
+6
*
intel: move pipe enable sanity check to where it belongs
Jesse Barnes
2009-01-23
1
-8
/
+8
*
intel: fix vblank crtc selection with DRI1 when only one pipe is enabled.
Owain Ainsworth
2009-01-23
1
-0
/
+8
*
intel: Prevent an "irq is not working" printf when only pipe B is enabled.
Owain G. Ainsworth
2009-01-23
1
-8
/
+26
*
intel: remove/disable the "paired depth/stencil" code
Brian Paul
2009-01-22
1
-3
/
+0
*
intel: asst clean-ups, simplifications in intel_draw_buffer()
Brian Paul
2009-01-22
1
-30
/
+16
*
i965: minor reformatting
Brian Paul
2009-01-22
1
-5
/
+9
*
[intel] Go back to using the typedef for the sarea struct
mesa_7_3_rc3
Timo Aaltonen
2009-01-20
1
-1
/
+1
*
Remove intel pageflipping support in its entirety.
Owain G. Ainsworth
2009-01-20
1
-277
/
+18
*
Remove third buffer support from Mesa.
Dave Airlie
2008-12-23
1
-1
/
+1
*
intel: Don't keep intel->pClipRects, and instead just calculate it when needed.
Eric Anholt
2008-10-28
1
-132
/
+41
*
intel: Push flushing for cliprects changes down into the cliprects changes.
Eric Anholt
2008-10-07
1
-6
/
+22
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
1
-3
/
+3
*
DRI2: Drop sarea, implement swap buffers in the X server.
Kristian Høgsberg
2008-08-29
1
-0
/
+3
*
Revert "Revert "Merge branch 'drm-gem'""
Dave Airlie
2008-08-24
1
-0
/
+2
*
Revert "Merge branch 'drm-gem'"
Dave Airlie
2008-08-24
1
-2
/
+0
*
Merge branch 'master' into drm-gem
Ian Romanick
2008-07-25
1
-40
/
+10
|
\
|
*
intel: remove buffer swap debug output
Jesse Barnes
2008-07-24
1
-8
/
+2
|
*
intel: fix buffer swaps and enable page flipping on 965
Jesse Barnes
2008-07-22
1
-39
/
+15
[next]