1. 07fafc7 mesa/st: refactor vertex and fragment shader translation by Keith Whitwell · 15 years ago
  2. 734a498 mesa: Ensure TGSI tokens are freed with gallium's free. by José Fonseca · 15 years ago
  3. f1a59a6 mesa: use new ST_CALLOC_STRUCT() macro in gallium state tracker by Brian Paul · 16 years ago
  4. 1a2f4dd mesa: consistantly use mesa memory-functions in gallium state tracker by Brian Paul · 16 years ago
  5. bae90ed gallium: check for FEATURE_feedback and FEATURE_drawpix when creating/using the aux draw module by Brian Paul · 16 years ago
  6. bf7519b Merge branch 'gallium-0.1' into gallium-tex-surfaces by Brian Paul · 16 years ago
  7. 26f874e gallium: fix vertex shader mem leak (glRasterPos) by Brian Paul · 16 years ago
  8. cf1ae67 Merge branch 'gallium-0.1' into gallium-tex-surfaces by Brian Paul · 16 years ago
  9. 13c7491 gallium: fix default case in st_new_program() by Brian Paul · 16 years ago
  10. 38fb20b fix program delete/refcount bug by Brian Paul · 16 years ago
  11. 88cdc5e fix program delete/refcount bug by Brian Paul · 16 years ago
  12. a770d40 gallium: use cso_destroy_vertex/fragment_shader() functions by Brian Paul · 16 years ago
  13. 33f3938 gallium: fix some bitmap frag shader issues by Brian Paul · 16 years ago
  14. 22a3d02 gallium: free bitmap fragment shaders, misc clean-up by Brian Paul · 16 years ago
  15. a35c1ca gallium: fix a few more shader-related mem leaks by Brian · 16 years ago
  16. 0b60ade gallium: fix a few mem leaks when deleting programs by Brian · 16 years ago
  17. ee55eaa gallium: in st_program_string_notify() free shader tokens. by Brian · 16 years ago
  18. 339e7ec gallium: rework CSO-related code in state tracker by Brian · 16 years ago
  19. 6acd63a Code reorganization: update build. by José Fonseca · 17 years ago
  20. 9677336 gallium: rename st_fragment_program's fs field to cso to match st_vertex_program by Brian · 17 years ago
  21. 14a1e59 include pipe/draw/draw_context.h by Brian · 17 years ago
  22. d280206 free stvp->draw_shader by Brian · 17 years ago
  23. ac95fee Fix problems with vertex shaders and the private draw module. by Brian · 17 years ago
  24. d6a739f Use program serial numbers to avoid re-generating fragment programs for glDrawPixels. by Brian · 17 years ago
  25. ef6940f Move mesa_to_tgsi.[ch] to state_tracker by Brian · 17 years ago
  26. 013ce15 remove unused var by Brian · 17 years ago
  27. 344464b Track fragment and vertex shader code generation via pipe shader state objects. by Michel Dänzer · 17 years ago
  28. a7e997c Get rid of ST_NEW_SHADER flag and the dependency on _NEW_PROGRAM by Zack Rusin · 17 years ago
  29. 78876bf fix st_use_program() by Brian · 17 years ago
  30. 636480c Instead of linked program pairs, keep a list of vertex programs translated for each fragment program. by Brian · 17 years ago
  31. a1a989f Redoing the way we handle vertex shaders for the draw module. by Zack Rusin · 17 years ago
  32. 901577e Revert "Redoing the way we handle vertex shaders for the draw module." by Zack Rusin · 17 years ago
  33. 6dcfddb Redoing the way we handle vertex shaders for the draw module. by Zack Rusin · 17 years ago
  34. 65e3af5 Enable codegen based whenever __i386__ is defined. by Keith Whitwell · 17 years ago
  35. 07f31a2 some clean-up of ST_NEW_ shader flags by Brian · 17 years ago
  36. 40c543e Translate mesa vertex/fragment programs to TGSI programs at same time to do proper linking. by Brian · 17 years ago
  37. c0dd022 Enable SSE2 for FS. by michal · 17 years ago
  38. 07d97e8 checkpoint in constant tracking rework by Keith Whitwell · 17 years ago
  39. 29dc25b check for USE_X86_ASM or SLANG_X86 in st_delete_program() by Brian · 17 years ago
  40. 4fd7bc0 Hook-up SSE2 to VS. by michal · 17 years ago
  41. 00677fb silence warning by Keith Whitwell · 17 years ago
  42. 6da9234 New st_init_*_functions() to initialize the driver functions table. by Brian · 17 years ago
  43. 737f6e7 disable ProgramStringNotify assertion by Brian · 17 years ago
  44. 3ffd306 added GL_FRAGMENT_PROGRAM_NV in st_new_program() by Brian · 17 years ago
  45. 4824c34 Trigger tgsi compilation for fragment programs. by Keith Whitwell · 17 years ago
  46. ffe5873 Softpipe: import TGSI tree. Not hooked-up yet. by michal · 17 years ago
  47. 6393cda Renamed softpipe directories and files to something less confusing. by Keith Whitwell · 17 years ago[Renamed from src/mesa/softpipe/state_tracker/st_cb_program.c]
  48. 8e4a95a First version of the softpipe rasterizer. by Keith Whitwell · 17 years ago