summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* i965: fix point size setting in header on sandybridgeZhenyu Wang2010-09-281-2/+5
* i965: force zero in clipper to ignore RTAIndex on sandybridgeZhenyu Wang2010-09-282-0/+2
* i965: Fix color interpolation on sandybridgeZhenyu Wang2010-09-281-3/+2
* i965: enable accumulator update in PS kernel too on sandybridgeZhenyu Wang2010-09-282-0/+6
* i965: new state dump for sandybridgeZhenyu Wang2010-09-281-5/+135
* i965: disasm quarter and write enable instruction control on sandybridgeZhenyu Wang2010-09-281-9/+61
* i965: Add support for POW in gen6 FS.Eric Anholt2010-09-283-25/+120
* i965: Set up inputs to the fragment shader according to FP InputsRead.Eric Anholt2010-09-283-31/+51
* i965: Add support for attribute interpolation on Sandybridge.Eric Anholt2010-09-286-13/+87
* glsl: Fix broadcast_index of lower_variable_index_to_cond_assign.Eric Anholt2010-09-281-1/+1
* mesa/mipmap: fix warning since 1acadebd6270d3604b026842b8a21360968618a0Dave Airlie2010-09-281-1/+1
* mesa: Fix type typo in glGenerateMipmap handling of GL_UNSIGNED_INT data.Eric Anholt2010-09-281-1/+1
* glsl: Fix copy'n'wasted ir_noop_swizzle conditions.Eric Anholt2010-09-281-2/+2
* glsl: Rework assignments with write_masks to have LHS chan count match RHS.Eric Anholt2010-09-2811-112/+181
* configure.ac: do not build xorg-r300g by defaultMarek Olšák2010-09-281-2/+10
* configure.ac: look for libdrm_radeon before building gallium/r300,r600Marek Olšák2010-09-281-10/+18
* r300g: fix swizzling of texture border colorMarek Olšák2010-09-281-34/+7
* r300/compiler: fix shadow sampling with swizzled coordsMarek Olšák2010-09-281-3/+5
* r300/compiler: do not use copy propagation if SaturateMode is usedMarek Olšák2010-09-281-1/+2
* r300/compiler: fix projective mapping of 2D NPOT texturesMarek Olšák2010-09-281-0/+40
* glx: Invalidate buffers after binding a drawableKristian Høgsberg2010-09-281-4/+15
* dri: Ensure that DRI driver cpp files are in tarballsIan Romanick2010-09-271-0/+1
* Add 7.9-rc1 md5sumsIan Romanick2010-09-271-1/+6
* mesa: set version string to 7.9-rc1mesa-7.9-rc1Ian Romanick2010-09-273-2/+10
* r300g: fix macrotiling on R350Marek Olšák2010-09-261-2/+2
* radeong: fix leaksJoakim Sindholt2010-09-261-0/+3
* util/u_blitter: fix leakJoakim Sindholt2010-09-261-1/+1
* r300/compiler: Fix two mistakes in the presubtract optimization pass.Tom Stellard2010-09-251-14/+31
* util: fix util_pack_color for B4G4R4A4Marek Olšák2010-09-251-1/+1
* Build r300g by defaultMarek Olšák2010-09-251-4/+2
* r300g: fix the border color for every format other than PIPE_FORMAT_B8G8R8A8Marek Olšák2010-09-253-6/+84
* r300g: make accessing map_list and buffer_handles thread-safeMarek Olšák2010-09-251-6/+58
* r300g: fixup long-lived BO maps being incorrectly unmapped when flushingMarek Olšák2010-09-251-4/+10
* util: make calling remove_from_list multiple times in a row safeMarek Olšák2010-09-251-0/+2
* r600c: fix mipmap stride on evergreenAlex Deucher2010-09-241-3/+10
* st/mesa: use the wrapped renderbuffer in CopyPixels()Brian Paul2010-09-241-1/+11
* st/mesa: add missing MESA_FORMAT_S8 case in st_mesa_format_to_pipe_format()Brian Paul2010-09-241-0/+2
* mesa: fix assertions to handle srgb formatsBrian Paul2010-09-241-4/+8
* r300g: Always try to build libr300compiler.aTom Stellard2010-09-231-0/+1
* intel: Fix GL_ARB_shading_language_120 commitKristian Høgsberg2010-09-232-11/+3
* mesa: don't advertise bogus GL_ARB_shading_language_120 extensionBrian Paul2010-09-239-21/+60
* i965: Share the KIL_NV implementation between glsl and non-glsl.Eric Anholt2010-09-233-17/+3
* glsl: Fix broken handling of ir_binop_equal and ir_binop_nequal.Kenneth Graunke2010-09-231-25/+30
* glsl: Add comments to clarify the types of comparison binops.Kenneth Graunke2010-09-231-1/+2
* glsl2: silence compiler warnings in printf() callsBrian Paul2010-09-231-2/+4
* glsl: Add doxygen commentsIan Romanick2010-09-232-12/+121
* glsl/builtins: Switch comparison functions to just return an expression.Kenneth Graunke2010-09-235-360/+72
* glsl/builtins: Fix equal and notEqual builtins.Kenneth Graunke2010-09-233-48/+48
* glsl: Properly handle nested structure types.Kenneth Graunke2010-09-232-25/+11
* glsl2: Fixed cloning of ir_call error instructions.Tilman Sauerbeck2010-09-231-0/+3