summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* i965: Enable EXT_texture_integer by defaultIan Romanick2012-01-041-2/+1
* i965: Fix infinite loop regression in intel_miptree_all_slices_resolve.Kenneth Graunke2012-01-041-1/+1
* intel: Re-enable GL_OES_standard_derivatives on GEN4+Ian Romanick2012-01-041-13/+9
* intel: Re-allow blitting glCopyBufferSubData() on gen >= 6.Eric Anholt2012-01-041-1/+1
* intel: Fix pitch handling for linear blits.Eric Anholt2012-01-041-4/+4
* intel: Fix bad read/write flags on self-copies for glCopyBufferSubData().Eric Anholt2012-01-041-1/+3
* mesa: remove unused _mesa_init_teximage_fields() target parameterBrian Paul2012-01-041-1/+1
* Fix read from pointer after freeAnuj Phogat2012-01-031-2/+3
* intel: include version.h in intel_screen.c to silence warningBrian Paul2012-01-021-0/+1
* dri2: Add plumbing to get context version requirements and flags to driversIan Romanick2012-01-021-6/+31
* mesa: remove the dstX/Y/Zoffset params to _mesa_texstore() functionsBrian Paul2012-01-021-1/+0
* intel: pass xoffset, yoffset = 0 to _mesa_texstore()Brian Paul2012-01-021-3/+1
* mesa: simplify Driver.TexImage() parametersBrian Paul2011-12-301-25/+18
* mesa: simplify Driver.TexSubImage() parametersBrian Paul2011-12-301-19/+12
* intel: Fix memory leak in intel_miptree_create()Chad Versace2011-12-291-2/+2
* intel: Drop the batchbuffer flush on glRenderbufferStorage().Eric Anholt2011-12-291-2/+0
* intel: Drop the batchbuffer flush on glFramebufferRenderbuffer().Eric Anholt2011-12-291-2/+0
* intel: Make the batchbuffer flush debug more useful.Eric Anholt2011-12-292-3/+5
* intel: Fix performance regression in Lightsmark since HiZ changes.Eric Anholt2011-12-291-0/+3
* intel: Don't consider miptrees for other texture targets to match.Eric Anholt2011-12-292-1/+3
* i965: Create mock implementation of GL_OES_EGL_image_externalChad Versace2011-12-271-0/+2
* i965/gen7: Add register definitions for GL_EXT_transform_feedback.Eric Anholt2011-12-231-0/+15
* i965/gen7: Enable EXT_transform_feedback extension under 3.0 override.Eric Anholt2011-12-231-1/+1
* i965 Gen6+: Invalidate VF address-based cache on flushPaul Berry2011-12-231-0/+1
* i965 gen6: Turn on transform feedback extension unconditionally.Paul Berry2011-12-201-1/+1
* i965 gen6+: Make intel_batchbuffer_emit_mi_flush() actually flush.Paul Berry2011-12-201-1/+2
* i965 gen6: Turn on transform feedback extension.Paul Berry2011-12-201-0/+3
* i965: Add support for GL_ARB_depth_buffer_float under 3.0 override.Eric Anholt2011-12-192-0/+6
* i965: Add separate stencil/HiZ setup for MESA_FORMAT_Z32_FLOAT_X24S8.Eric Anholt2011-12-191-14/+17
* i965: Add support for mapping Z32_FLOAT_X24S8 fake packed depth/stencil.Eric Anholt2011-12-191-5/+17
* intel: Stop creating the wrapped depth irb.Eric Anholt2011-12-192-111/+8
* i965: Properly demote the depth mt format for fake packed depth/stencil.Eric Anholt2011-12-193-3/+18
* intel: Reuse intel_miptree_match_image().Eric Anholt2011-12-191-9/+6
* intel: Stop creating the wrapped stencil irb.Eric Anholt2011-12-193-51/+22
* intel: Simplify and touch up the FBO completeness test.Eric Anholt2011-12-141-18/+21
* intel: Remove another renderbuffer allocation path.Eric Anholt2011-12-141-8/+4
* intel: Make the separate stencil RB storage path match texture more.Eric Anholt2011-12-141-76/+52
* intel: Move S8 width/height alignment to miptree creation.Eric Anholt2011-12-143-55/+22
* intel: Drop check for wrapped_depth in RB mapping.Eric Anholt2011-12-141-1/+1
* intel: Fix uninitialized values in debug output for renderbuffer mapping.Eric Anholt2011-12-141-1/+1
* mesa,intel: use _mesa_image_offset() for PBOsnobled2011-12-081-2/+3
* mesa/drivers: use new swrast renderbuffer functionsBrian Paul2011-12-083-20/+23
* mesa: rewrite accum buffer supportBrian Paul2011-12-081-1/+1
* intel: Update comment about how depth/stencil miptrees are handled.Eric Anholt2011-12-071-6/+18
* intel: Rely on miptree mapping for all renderbuffer maps.Eric Anholt2011-12-072-202/+21
* intel: Add support for LLC-cached reads of X-tiled miptrees using a blit.Eric Anholt2011-12-072-0/+83
* intel: Handle MapRenderbuffer of fake packed depth/stencil using miptree maps.Eric Anholt2011-12-071-138/+2
* intel: Track miptrees for fake packed depth/stencil renderbuffers.Eric Anholt2011-12-071-0/+10
* intel: Make the fake packed depth/stencil mappings use a cached temporary.Eric Anholt2011-12-072-121/+129
* intel: Make intel_region_map return void *.Eric Anholt2011-12-072-4/+4