aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* i965/fs: Fix GPU hangs with 16-wide integer div/mod on gen7.Eric Anholt2012-01-091-0/+6
* i965: Actually enable SIMD16 dispatch on Ivybridge.Kenneth Graunke2012-01-081-2/+7
* i965: Correct _NEW_TRANSOFORM typos.Kenneth Graunke2012-01-072-2/+2
* i965: Correct misspellings of "invariant".Kenneth Graunke2012-01-074-9/+9
* mesa: rework ctx->Driver.CopyTexSubImage() parametersBrian Paul2012-01-075-81/+57
* i965/vs: Fix invalid array access in copy propagation.Kenneth Graunke2012-01-061-14/+15
* i965: Turn on ARB_depth_buffer_float by default.Eric Anholt2012-01-061-2/+1
* i965: Add sensible disasm for the JMPI instruction.Eric Anholt2012-01-061-1/+3
* i965/gen7: Enable transform feedback as long as kernel support is present.Eric Anholt2012-01-063-1/+8
* i965/gen7: Fix up the transform feedback buffer pointers on later batches.Eric Anholt2012-01-064-3/+18
* i965/gen7: Flush the batch between transform feedbacks.Eric Anholt2012-01-063-3/+31
* i965/gen7: Use the updated interface for SO write pointer resetting.Eric Anholt2012-01-063-4/+12
* i965: Make use of gl_transform_feedback_info::ComponentOffset.Paul Berry2012-01-054-1/+19
* i965: Fix transform feedback of gl_ClipVertex.Paul Berry2012-01-051-5/+8
* i965: Fix transform feedback of gl_PointSize.Paul Berry2012-01-052-2/+14
* 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
* i965/vs: Use the proper dimensionality for the sampler result register.Kenneth Graunke2012-01-041-1/+1
* i965: Add missing _NEW_TEXTURE dirty bit to brw_vs_prog state atom.Kenneth Graunke2012-01-041-0/+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-045-5/+5
* 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
* dri_util: Fix order of error and data parameters to dri2CreateContextAttribsIan Romanick2012-01-021-1/+1
* dri2: Add plumbing to get context version requirements and flags to driversIan Romanick2012-01-0211-30/+221
* dri_util: Mostly stub implementation of dri2CreateContextAttribsIan Romanick2012-01-021-12/+79
* radeon: move declarations before codeBrian Paul2012-01-022-4/+6
* radeon: add casts to silence warningsBrian Paul2012-01-021-2/+2
* radeon: remove unused tex image function prototypesBrian Paul2012-01-021-40/+0
* mesa: remove the dstX/Y/Zoffset params to _mesa_texstore() functionsBrian Paul2012-01-022-3/+2
* intel: pass xoffset, yoffset = 0 to _mesa_texstore()Brian Paul2012-01-021-3/+1
* i965: Silence gcc warning about uninitialized "inst" in assert() case.Eric Anholt2012-01-021-1/+1
* i965: Silence gcc warning from resizing EU store changes.Eric Anholt2012-01-021-1/+1
* mesa: simplify Driver.TexImage() parametersBrian Paul2011-12-304-95/+63
* mesa: simplify Driver.TexSubImage() parametersBrian Paul2011-12-302-43/+33
* intel: Fix memory leak in intel_miptree_create()Chad Versace2011-12-291-2/+2
* i965/fs: Allow constant propagation into IF with embedded compare.Eric Anholt2011-12-291-0/+1
* 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
* mesa: Re-add main/bitset.h to fix classic nouveau build failure.José Fonseca2011-12-281-0/+2
* mesa: Remove now unused main/bitset.h.Mathias Fröhlich2011-12-281-2/+0
* radeon: Convert to use GLbitfield64 directly.Mathias Fröhlich2011-12-283-38/+37
* nouveau: Convert to use GLbitfield64 directly.Mathias Fröhlich2011-12-282-2/+2
* i915: Convert to use GLbitfield64 directly.Mathias Fröhlich2011-12-282-14/+12