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
*
[i965] multiple rendering target support
Zou Nan hai
2008-03-13
1
-10
/
+22
*
Use __DRIextension mechanism providing loader functionality to the driver.
Kristian Høgsberg
2008-02-29
1
-1
/
+3
*
Use drm_i915_sarea instead of drmI830Sarea and remove i830_common.h
Alan Hourihane
2008-02-22
1
-1
/
+1
*
Hook up i915 driver to new DRI2 infrastructure.
Kristian Høgsberg
2008-02-14
1
-1
/
+2
*
[intel] Remove gratuitous (batchbuffer) flush before doing buffer clears.
Eric Anholt
2008-01-10
1
-2
/
+0
*
[intel] Remove a gratuitous flush at the end of ClearWithTris.
Eric Anholt
2008-01-10
1
-1
/
+0
*
[intel] Only flush batch when changing draw buffers, not every cliprect update.
Eric Anholt
2008-01-10
1
-9
/
+6
*
[intel] Add more cliprect modes to cover other meanings for batch emits.
Eric Anholt
2008-01-10
1
-5
/
+2
*
[intel] Clean up cliprect handling in intel drivers.
Eric Anholt
2008-01-09
1
-0
/
+9
*
Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes
Brian
2008-01-06
1
-7
/
+6
*
Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.
Brian
2008-01-06
1
-3
/
+3
*
[965] Enable EXT_framebuffer_object.
Eric Anholt
2007-12-20
1
-67
/
+89
*
[intel] Allow driver hooks to be NULL in intel_buffers.c and just update flags.
Eric Anholt
2007-12-20
1
-15
/
+39
*
[i915] Move meta_draw_quad into the vtbl with other meta operations.
Eric Anholt
2007-12-20
1
-15
/
+15
*
[915] Set cliprects in the drawbuffer software fallback case as well.
Eric Anholt
2007-12-18
1
-0
/
+3
*
[915] Fix clear color when clearing with triangles.
Eric Anholt
2007-12-18
1
-6
/
+2
*
[i915] Remove redundant set_draw_region code (like the comment says).
Eric Anholt
2007-12-17
1
-14
/
+0
*
[intel] Improve INTEL_DEBUG=blit description of clearing.
Eric Anholt
2007-12-17
1
-7
/
+53
*
i915: Fix issues with glDrawBuffer(GL_NONE).
Michel Dänzer
2007-12-17
1
-27
/
+23
*
[i915] Push locking in intelClearWithTris down inside meta_draw_poly.
Eric Anholt
2007-11-16
1
-85
/
+69
*
[i915] Remove old frontbuffer rotation hack.
Eric Anholt
2007-11-09
1
-158
/
+2
*
[intel] Move over files that will be shared with 965-fbo work.
Eric Anholt
2007-11-09
1
-0
/
+1209