summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i965: Move sampler state to state streaming.Eric Anholt2011-04-299-238/+143
* i965/gen4: Move WM state to state streaming.Eric Anholt2011-04-295-192/+125
* i965/gen6: Move the depth/stencil state to state streaming.Eric Anholt2011-04-295-131/+50
* i965/gen6: Move the blend state to state streaming.Eric Anholt2011-04-294-111/+40
* i965/gen6: Move the color calc state to state streaming.Eric Anholt2011-04-294-78/+21
* i965: Move the CC VP to state streaming.Eric Anholt2011-04-2910-99/+32
* i965/gen6: Move the SF VP to state streaming.Eric Anholt2011-04-295-30/+20
* i965/gen6: Move the clip VP to state streaming.Eric Anholt2011-04-294-21/+22
* i965/gen6: Stream the VS push constants.Eric Anholt2011-04-295-35/+62
* i965/gen6: Stream the WM push constants.Eric Anholt2011-04-294-22/+19
* i965: Give the push constants and pull constants unique function names.Eric Anholt2011-04-292-4/+4
* i965: Fix fragcoord_w on gen6 with 16-wide.Eric Anholt2011-04-291-5/+5
* meta: Don't ask for floating point textures if not ARB_texture_float.Eric Anholt2011-04-291-1/+2
* mesa: fix a few incorrect error messagesBrian Paul2011-04-291-2/+2
* egl/wayland: Fix possible lockup in drm initializationBenjamin Franzke2011-04-292-2/+2
* Add git_sha1.h to .gitignoreJon TURNEY2011-04-291-0/+1
* r600g: print opcodes names instead of numbersMarek Olšák2011-04-291-1/+3
* mesa: remove unused variable bytesPerRowMarek Olšák2011-04-291-4/+0
* r600g: implement EXT_packed_floatMarek Olšák2011-04-293-0/+10
* st/mesa: support EXT_packed_floatMarek Olšák2011-04-293-0/+22
* mesa: implement EXT_packed_floatMarek Olšák2011-04-2910-5/+247
* util: implement R11G11B10_FLOAT pack/unpack functionsMarek Olšák2011-04-294-1/+336
* mesa, util: move RGB9E5 conversion functions to gallium/utilMarek Olšák2011-04-297-17/+8
* r600g: trivially implement EXT_texture_shared_exponentMarek Olšák2011-04-291-0/+5
* util: implement R9G9B9E5 pack and unpack functionsMarek Olšák2011-04-291-5/+82
* st/mesa: support EXT_texture_shared_exponentMarek Olšák2011-04-293-0/+23
* mesa: implement EXT_texture_shared_exponentMarek Olšák2011-04-2913-11/+438
* mesa: set reasonable defaults in update_wrapperMarek Olšák2011-04-291-2/+5
* i915g: Enable S3TC texture supportChristopher Egert2011-04-292-6/+11
* prog_print: Add support for printing the TXD opcode.Kenneth Graunke2011-04-281-0/+7
* llvmpipe: move active_query assignmentBrian Paul2011-04-281-2/+2
* llvmpipe: move active_query assignment in lp_setup_begin_query()Brian Paul2011-04-281-2/+2
* sgi: Fix MSVC build.José Fonseca2011-04-272-1/+5
* st/mesa: raise shader MaxParameters if driver supports moreBrian Paul2011-04-271-0/+2
* mesa: emit more info in program parser error messageBrian Paul2011-04-271-1/+5
* svga: emit user-defined clip plane stateBrian Paul2011-04-273-11/+26
* Revert "intel: use throttle ioctl for throttling"Eric Anholt2011-04-273-3/+13
* st/mesa: choose 3-component float formats before 4-component formatsBrian Paul2011-04-271-2/+21
* st/mesa: whitespace fixesBrian Paul2011-04-271-3/+3
* util: make macros MIN3, MAX3, MIN4, MAX4 little more efficientMarek Olšák2011-04-271-4/+4
* mesa: add macros MIN3 and MAX3Marek Olšák2011-04-271-0/+4
* gallium/nouveau: fix printf warningsMarek Olšák2011-04-272-2/+2
* gallivm: fix warning: ‘value’ may be used uninitialized in this functionMarek Olšák2011-04-271-1/+1
* st/mesa: fix warning: ‘user_memory’ may be used uninitialized in this fun...Marek Olšák2011-04-271-1/+1
* svga: fix warning: ‘uc.ui’ may be used uninitialized in this functionMarek Olšák2011-04-271-1/+1
* os: simplify ifdefnobled2011-04-271-1/+1
* Squashed commit of the following:Brian Paul2011-04-2642-9977/+12139
* i965/fs: Add support for compute-to-mrf in 16-wide mode.Eric Anholt2011-04-261-11/+52
* i965/fs: Typo fix a comment.Eric Anholt2011-04-261-1/+1
* i965/fs: Enable constant propagation in 16-wide.Eric Anholt2011-04-261-5/+3