index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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
*
Enable is_front_buffer_rendering variable in case of GL_FRONT_AND_BACK
Anuj Phogat
2012-01-11
1
-1
/
+1
*
intel: Replace intel_renderbuffer::region with a miptree [v3]
Chad Versace
2011-11-21
1
-4
/
+5
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-3
/
+3
*
intel: Silence "warning: unused parameter ‘fb’"
Ian Romanick
2011-09-09
1
-1
/
+1
*
intel: Move intel_draw_buffers() code into each driver.
Eric Anholt
2011-07-18
1
-199
/
+0
*
intel: Fix workaround for _mesa_update_framebuffer
Chad Versace
2011-06-24
1
-3
/
+5
*
intel: Add fields to intel_renderbuffer for unwrapping packed depth/stencil b...
Chad Versace
2011-06-21
1
-37
/
+45
*
intel: Drop doubly irrelevant code in intelReadBuffers.
Eric Anholt
2011-05-26
1
-12
/
+0
*
intel: Fix intel_draw_buffer() to accomodate hiz and separate stencil
Chad Versace
2011-05-25
1
-5
/
+11
*
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
[next]