summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* ra: Add ra_set_node_reg()Tom Stellard2011-04-302-4/+25
* r300/compiler: Use RC_MASK_W when converting RGB to Alpha instructionsTom Stellard2011-04-301-1/+1
* r300/compiler: rc_reader_data: Add ExitOnAbort flagTom Stellard2011-04-305-3/+10
* r300/compiler: Add more info to struct rc_readerTom Stellard2011-04-305-16/+41
* r300/compiler: Add remove dead sources passTom Stellard2011-04-305-0/+66
* st/mesa: expose ARB_ES2_compatibility if GL_FIXED vertex format is supportedMarek Olšák2011-04-301-0/+6
* mesa: accept GL_FIXED in glVertexAttribPointer (ARB_ES2_compatibility)Marek Olšák2011-04-301-10/+13
* mesa: fix error string, remove out of date commentBrian Paul2011-04-291-12/+1
* mesa: remove commented-out #includeBrian Paul2011-04-291-1/+0
* i965/gen6: Fix LogicOp handling for GL_COPY and/or floating-point RTs.Eric Anholt2011-04-291-5/+13
* i965: Remove dead entrypoints to state cache, rename the one that's left.Eric Anholt2011-04-298-157/+54
* i965/gen4: Move the GS state to state streaming.Eric Anholt2011-04-295-98/+45
* i965/gen4: Move clip state to state streamingEric Anholt2011-04-294-106/+60
* i965: Drop the now unused brw_cache_data() function.Eric Anholt2011-04-292-47/+0
* i965: Fix up state dumping for SF state.Eric Anholt2011-04-291-2/+3
* i965/gen4: Move VS state to state streaming.Eric Anholt2011-04-295-88/+53
* mesa: Add a bunch of documentation to the register allocator.Eric Anholt2011-04-291-3/+65
* i965/gen6: Use the dynamic state base address to reduce relocations.Eric Anholt2011-04-299-46/+55
* i965/gen6: Move scissor state to state streaming.Eric Anholt2011-04-297-52/+26
* 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
* Add git_sha1.h to .gitignoreJon TURNEY2011-04-291-0/+1
* mesa: remove unused variable bytesPerRowMarek Olšák2011-04-291-4/+0
* st/mesa: support EXT_packed_floatMarek Olšák2011-04-293-0/+22
* mesa: implement EXT_packed_floatMarek Olšák2011-04-2910-5/+247
* mesa, util: move RGB9E5 conversion functions to gallium/utilMarek Olšák2011-04-296-179/+6
* 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
* prog_print: Add support for printing the TXD opcode.Kenneth Graunke2011-04-281-0/+7
* 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
* 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
* mesa: add macros MIN3 and MAX3Marek Olšák2011-04-271-0/+4
* st/mesa: fix warning: ‘user_memory’ may be used uninitialized in this fun...Marek Olšák2011-04-271-1/+1
* Squashed commit of the following:Brian Paul2011-04-2629-6006/+6648