Age | Commit message (Expand) | Author |
2010-10-28 | st/mesa: Silence uninitialized variable warning. | Vinson Lee |
2010-10-27 | Track separate programs for each stage | Ian Romanick |
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg |
2010-10-13 | st/mesa: use shader stencil export to accelerate shader drawpixels. | Dave Airlie |
2010-09-17 | gallium: rework handling of sprite_coord_enable state | Brian Paul |
2010-08-16 | st/mesa: remove output register reads inside shaders | Marek Olšák |
2010-08-05 | st/mesa: Clean up header file inclusion in st_mesa_to_tgsi.h. | Vinson Lee |
2010-07-10 | mesa: get the translation from mesa 2d regs to tgsi working | Zack Rusin |
2010-07-08 | gs: inject const int gl_VerticesIn at link time | Zack Rusin |
2010-06-29 | mesa: make the arguments in the asm statemants optional | Zack Rusin |
2010-06-28 | mesa: initial support for ARB_geometry_shader4 | Zack Rusin |
2010-06-10 | mesa: rename src/mesa/shader/ to src/mesa/program/ | Brian Paul |
2010-05-12 | st/mesa: Do not use draw module in OpenGL ES build. | Chia-I Wu |
2010-04-28 | st/mesa: move/improve Mesa GPU program debugging | Brian Paul |
2010-03-31 | st/mesa: use BITFIELD64_BIT to access shader OutputsWritten in more places | Ben Skeggs |
2010-02-21 | st/mesa: Fix memory leak on out-of-memory error path. | Vinson Lee |
2010-02-14 | st/mesa: move per-fragment shader fields to local vars | Brian Paul |
2010-02-12 | st/mesa: rename state -> tgsi, updated comments | Brian Paul |
2010-02-09 | st/mesa: remove special-case cyl-wrap code | Brian Paul |
2010-02-09 | st/mesa: check for PROG_PARAM_BIT_CYL_WRAP flag | Brian Paul |
2010-02-05 | st/mesa: 'fix' point coord semantic info | Brian Paul |
2010-02-01 | st/mesa: remove duplicate calculation of fp input mapping | Keith Whitwell |
2010-02-01 | st/mesa: remove dead stfp input_map array | Keith Whitwell |
2010-01-14 | Merge branch 'mesa_7_7_branch' | Jakob Bornecrantz |
2010-01-13 | st/mesa: Remove unnecessary header from st_program.c. | Vinson Lee |
2009-12-22 | Merge branch 'gallium-edgeflags' | Roland Scheidegger |
2009-12-21 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2009-12-18 | fix debug output mising from edgeflag changes | Roland Scheidegger |
2009-12-18 | gallium: fix mesa to tgsi translation for edgeflags | Roland Scheidegger |
2009-12-16 | gallium: edgeflags change fixes | Roland Scheidegger |
2009-12-14 | gallium: more work for edgeflags changes | Roland Scheidegger |
2009-12-09 | gallium: first steps to treat edgeflags as regular vertex element | Keith Whitwell |
2009-12-18 | st/mesa: move assert on nr vs insns until after pos_invarient expansion | Keith Whitwell |
2009-12-07 | st/mesa: fix up comment | Brian Paul |
2009-11-26 | Merge commit 'origin/st-shader-varients' | Roland Scheidegger |
2009-11-17 | Merge branch 'outputswritten64' | Ian Romanick |
2009-11-17 | mesa: fix assorted compiler warnings | Brian Paul |
2009-11-15 | mesa/st: refactor vertex and fragment shader translation | Keith Whitwell |
2009-11-15 | mesa/st: don't calculate unused output_flags data either | Keith Whitwell |
2009-11-15 | mesa/st: don't calculate unused input_flags data | Keith Whitwell |
2009-11-15 | mesa/st: don't calculate unused vs input semantic tags | Keith Whitwell |
2009-10-05 | mesa/st: add ST_DEBUG environment variable | Keith Whitwell |
2009-09-21 | mesa: Ensure TGSI tokens are freed with gallium's free. | José Fonseca |
2009-09-14 | st/mesa: convert to new tgsi_ureg mechanism for shader emit | Keith Whitwell |
2009-07-29 | mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputs | Brian Paul |
2009-07-16 | st/mesa: add some array index bounds assertions | Brian Paul |
2009-07-04 | Merge branch 'mesa_7_5_branch' | Jakob Bornecrantz |
2009-07-06 | gallium: more fog extraction fixes | Zack Rusin |
2009-07-03 | Merge branch 'mesa_7_5_branch' | Jakob Bornecrantz |
2009-07-01 | gallium: fix the front face semantics | Zack Rusin |