summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-02egl_dri2: Implement EGL_MESA_reusable_sync_eventfdeglsyncBenjamin Franzke1-0/+25
2011-05-02egl: Add extension EGL_MESA_reusable_sync_eventfdBenjamin Franzke7-0/+129
2011-05-02egl_dri2: Implement EGL_KHR_reusable_syncBenjamin Franzke2-0/+148
2011-05-02egl: Add egl sync functionss into eglGetProcAddress tableBenjamin Franzke1-0/+7
2011-04-29mesa: fix error string, remove out of date commentBrian Paul1-12/+1
2011-04-29mesa: remove commented-out #includeBrian Paul1-1/+0
2011-04-29mesa: fix tarball creationThierry Vignaud1-1/+1
2011-04-29i965/gen6: Fix LogicOp handling for GL_COPY and/or floating-point RTs.Eric Anholt1-5/+13
2011-04-29i965: Remove dead entrypoints to state cache, rename the one that's left.Eric Anholt8-157/+54
2011-04-29i965/gen4: Move the GS state to state streaming.Eric Anholt5-98/+45
2011-04-29i965/gen4: Move clip state to state streamingEric Anholt4-106/+60
2011-04-29i965: Drop the now unused brw_cache_data() function.Eric Anholt2-47/+0
2011-04-29i965: Fix up state dumping for SF state.Eric Anholt1-2/+3
2011-04-29i965/gen4: Move VS state to state streaming.Eric Anholt5-88/+53
2011-04-29mesa: Add a bunch of documentation to the register allocator.Eric Anholt1-3/+65
2011-04-29i965/gen6: Use the dynamic state base address to reduce relocations.Eric Anholt9-46/+55
2011-04-29i965/gen6: Move scissor state to state streaming.Eric Anholt7-52/+26
2011-04-29i965: Move sampler state to state streaming.Eric Anholt9-238/+143
2011-04-29i965/gen4: Move WM state to state streaming.Eric Anholt5-192/+125
2011-04-29i965/gen6: Move the depth/stencil state to state streaming.Eric Anholt5-131/+50
2011-04-29i965/gen6: Move the blend state to state streaming.Eric Anholt4-111/+40
2011-04-29i965/gen6: Move the color calc state to state streaming.Eric Anholt4-78/+21
2011-04-29i965: Move the CC VP to state streaming.Eric Anholt10-99/+32
2011-04-29i965/gen6: Move the SF VP to state streaming.Eric Anholt5-30/+20
2011-04-29i965/gen6: Move the clip VP to state streaming.Eric Anholt4-21/+22
2011-04-29i965/gen6: Stream the VS push constants.Eric Anholt5-35/+62
2011-04-29i965/gen6: Stream the WM push constants.Eric Anholt4-22/+19
2011-04-29i965: Give the push constants and pull constants unique function names.Eric Anholt2-4/+4
2011-04-29i965: Fix fragcoord_w on gen6 with 16-wide.Eric Anholt1-5/+5
2011-04-29meta: Don't ask for floating point textures if not ARB_texture_float.Eric Anholt1-1/+2
2011-04-29mesa: fix a few incorrect error messagesBrian Paul1-2/+2
2011-04-29egl/wayland: Fix possible lockup in drm initializationdrm-lockupBenjamin Franzke2-2/+2
2011-04-29Add git_sha1.h to .gitignoreJon TURNEY1-0/+1
2011-04-29r600g: print opcodes names instead of numbersMarek Olšák1-1/+3
2011-04-29docs: update relnotes-7.11Marek Olšák1-0/+2
2011-04-29docs: update GL3 statusMarek Olšák1-2/+2
2011-04-29mesa: remove unused variable bytesPerRowMarek Olšák1-4/+0
2011-04-29r600g: implement EXT_packed_floatMarek Olšák3-0/+10
2011-04-29st/mesa: support EXT_packed_floatMarek Olšák3-0/+22
2011-04-29mesa: implement EXT_packed_floatMarek Olšák10-5/+247
2011-04-29util: implement R11G11B10_FLOAT pack/unpack functionsMarek Olšák4-1/+336
2011-04-29mesa, util: move RGB9E5 conversion functions to gallium/utilMarek Olšák7-17/+8
2011-04-29r600g: trivially implement EXT_texture_shared_exponentMarek Olšák1-0/+5
2011-04-29util: implement R9G9B9E5 pack and unpack functionsMarek Olšák1-5/+82
2011-04-29st/mesa: support EXT_texture_shared_exponentMarek Olšák3-0/+23
2011-04-29mesa: implement EXT_texture_shared_exponentMarek Olšák13-11/+438
2011-04-29mesa: set reasonable defaults in update_wrapperMarek Olšák1-2/+5
2011-04-29i915g: Enable S3TC texture supportChristopher Egert2-6/+11
2011-04-28prog_print: Add support for printing the TXD opcode.Kenneth Graunke1-0/+7
2011-04-28llvmpipe: move active_query assignmentBrian Paul1-2/+2