summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* nouveau: Enable extensions by just setting the flagsIan Romanick2011-09-093-43/+28
* intel: Move S3TC extension enable bits to intel_extensions.cIan Romanick2011-09-092-7/+8
* intel: Enable extensions by just setting the flagsIan Romanick2011-09-091-191/+98
* llvmpipe: add some null pointer checksBrian Paul2011-09-092-1/+35
* nvprogram: Silence "warning: unused parameter ‘ctx’"Ian Romanick2011-09-093-3/+3
* swrast: Silence many "warning: unused parameter ‘ctx’"Ian Romanick2011-09-091-0/+7
* tnl_dd: Silence "tnl_dd/t_dd_tritmp.h:292:3: warning: suggest braces around e...Ian Romanick2011-09-091-1/+2
* spantmp2: Silence many "warning: unused parameter ‘ctx’"Ian Romanick2011-09-091-0/+20
* mesa: Silence "main/teximage.h:148:72: warning: unused parameter ‘texObj’"Ian Romanick2011-09-091-0/+1
* swrast-dri: Silence several "warning: unused parameter"Ian Romanick2011-09-091-0/+14
* dri: Silence several "warning: unused parameter"Ian Romanick2011-09-091-0/+8
* dri_util: Silence several "warning: unused parameter"Ian Romanick2011-09-091-1/+11
* intel: Silence "intel/intel_fbo.h:105:4: warning: comparison of unsigned expr...Ian Romanick2011-09-091-3/+3
* intel: Silence several "warning: unused parameter"Ian Romanick2011-09-091-0/+2
* intel: Silence several "warning: unused parameter"Ian Romanick2011-09-091-13/+4
* intel: Silence "warning: unused parameter ‘depth0’"Ian Romanick2011-09-093-7/+4
* intel: Silence "warning: unused parameter ‘target’"Ian Romanick2011-09-093-13/+5
* intel: Silence several "warning: unused parameter"Ian Romanick2011-09-096-53/+30
* intel: Silence "warning: unused parameter ‘fb’"Ian Romanick2011-09-094-7/+7
* intel: Silence "warning: unused parameter ‘intel’"Ian Romanick2011-09-093-11/+7
* intel: Silence several "warning: unused parameter"Ian Romanick2011-09-091-22/+38
* intel: Silence many "intel_batchbuffer.h:97:39: warning: comparison between s...Ian Romanick2011-09-091-2/+3
* glsl: Silence "ast_to_hir.cpp:1984:25: warning: comparison of unsigned expres...Ian Romanick2011-09-091-1/+1
* glsl: Silence several "warning: unused parameter"Ian Romanick2011-09-098-0/+16
* nouveau: remove target parameter from nouveau_bufferobj_map_range()Brian Paul2011-09-091-1/+1
* st/mesa: init program MaxLocalParams, MaxEnvParams limitsBrian Paul2011-09-091-0/+6
* d3d1x: fix a build errorChia-I Wu2011-09-091-3/+4
* i965/vs: Allow copy propagation on GRFs.Eric Anholt2011-09-081-1/+6
* i965/vs: Clear tracked copy propagation values whose source gets overwritten.Eric Anholt2011-09-081-3/+12
* i965/vs: Add support for copy propagation of the UNIFORM and ATTR files.Eric Anholt2011-09-083-1/+72
* i965/vs: Add constant propagation to a few opcodes.Eric Anholt2011-09-085-0/+281
* i965/vs: Keep track of indices into a per-register array for virtual GRFs.Eric Anholt2011-09-082-0/+15
* i965/vs: Switch to the new VS backend by default.Eric Anholt2011-09-081-1/+1
* i965/vs: Add support for overflowing the number of available push constants.Eric Anholt2011-09-083-0/+87
* i965/vs: Pack uniform registers before optimizationEric Anholt2011-09-081-1/+1
* i965/vs: When failing due to lack of spilling, don't continue on.Eric Anholt2011-09-081-0/+1
* i965/vs: Fix variable indexed array access with more than one array.Eric Anholt2011-09-081-1/+1
* i965/vs: Add annotation to more of the URB write.Eric Anholt2011-09-082-1/+5
* egl_dri2: add support for RGBA_8888 android native bufferChia-I Wu2011-09-091-0/+2
* st/dri: add support for __DRI_IMAGE_FORMAT_ABGR8888Chia-I Wu2011-09-091-0/+6
* intel: add support for __DRI_IMAGE_FORMAT_ABGR8888Chia-I Wu2011-09-094-0/+27
* dri2: add __DRI_IMAGE_FORMAT_ABGR8888 to __DRI_IMAGEChia-I Wu2011-09-091-0/+1
* glsl: Don't do structure splitting until link time.Eric Anholt2011-09-081-1/+1
* glsl: Clarify error message about whole-array assignment in GLSL 1.10.Eric Anholt2011-09-081-6/+25
* glsl: When assiging from a whole array, mark it as used.Eric Anholt2011-09-081-0/+1
* glsl: Fix setting of OutputsWritten for whole array dereference.Eric Anholt2011-09-081-4/+2
* mesa: remove unneeded #include of texfetch.hBrian Paul2011-09-081-1/+0
* mesa: use _mesa_unpack_float_z_row in get_tex_depth()Brian Paul2011-09-081-5/+7
* mesa: use ctx->Driver.GetTexImage() to decompress base texture imageBrian Paul2011-09-081-42/+43
* mesa: handle compressed images in get_tex_rgba()Brian Paul2011-09-081-58/+106