1. 58b7210 glx: add a line of Emacs helping variables by RALOVICH, Kristóf · 16 years ago
  2. 61eb4f5 glx: No need to zero a local variable. by RALOVICH, Kristóf · 16 years ago
  3. 0b188d1 glx: make INIT_MESA_SPARC more robust by RALOVICH, Kristóf · 16 years ago
  4. c238098 i915: Texture instructions use r/t/oC/oD register as texture coordinate. by Xiang, Haihao · 16 years ago
  5. 5c39bad intel: Add acceleration for glDrawPixels(GL_STENCIL_INDEX). by Eric Anholt · 16 years ago
  6. 2474826 mesa: fix asst. issues in _mesa_texstore_argb8888() by Brian Paul · 16 years ago
  7. bf9d9a9 mesa: include needed header by Brian Paul · 16 years ago
  8. f863ae1 mesa: remove unneeded includes by Brian Paul · 16 years ago
  9. 85a3bf6 mesa: fix error codes in _mesa_GetObjectParameterivARB(), bug 17861 by Brian Paul · 16 years ago
  10. 3210a6d mesa: rename macro params to emphasize that there's no particular color ordering by Brian Paul · 16 years ago
  11. f63594b mesa: remove unneeded includes by Brian Paul · 16 years ago
  12. e700269 intel: GLSL 1.20 is broken in Mesa, so disable it in the i965 driver by Ian Romanick · 16 years ago
  13. 5e9cb42 i965: Add missing intel_pixel_draw.c symlink to fix build. by Eric Anholt · 16 years ago
  14. 7216679 i965: Accelerate depth textures with border color. by Eric Anholt · 16 years ago
  15. 9122148 i965: Actually hook up the accelerated DrawPixels support. by Eric Anholt · 16 years ago
  16. 9aec128 i915: Accelerate depth textures with border color. by Eric Anholt · 16 years ago
  17. a71b1af mesa: vertex emit debug code (disabled) by Brian Paul · 16 years ago
  18. 5462d44 mesa: fix vertex format/attribute bug by Brian Paul · 16 years ago
  19. 902727b mesa: Pass the context to query object delete cb to avoid null dereference. by Eric Anholt · 16 years ago
  20. c157cfc i965: Add ARB_occlusion_query support. by Eric Anholt · 16 years ago
  21. fc19536 intel: Push flushing for cliprects changes down into the cliprects changes. by Eric Anholt · 16 years ago
  22. 94d3a30 i965: Fix a potential assertion failure. by Xiang, Haihao · 16 years ago
  23. 7cb723a mesa: pass 'mask', not NULL to renderbuffer->Put functions by Brian Paul · 16 years ago
  24. 4f4147e mesa: fix convolve/convolution mix-ups by Brian · 16 years ago
  25. f8baad2 mesa: set FRAG_BIT_FOGC bit in InputsUsed if FogOption!=GL_NONE by Brian Paul · 16 years ago
  26. 6e34fc0 mesa: adjust texcoords for swrast sprite points. by Brian Paul · 16 years ago
  27. 145d498 mesa: fix static library construction by Brian Paul · 16 years ago
  28. b0ca50b mesa: updated _mesa_delete_query() comments by Brian Paul · 16 years ago
  29. 382911b mesa: add missing GLcontext param to _mesa_delete_query(). by Brian Paul · 16 years ago
  30. 91d0020 i915: Refine the texture indirect lookup accounting. by Eric Anholt · 16 years ago
  31. db9ba91 intel: Don't advertise unsupported extensions on pre-965 hardware by Ian Romanick · 16 years ago
  32. 4741dbc Unify ARB_depth_texture and SGIX_depth_texture by Ian Romanick · 16 years ago
  33. 17fdd1a i965: sampler default color ends up in texture cache, not instructions. by Eric Anholt · 16 years ago
  34. df6ae3f i965: Fix overwriting of depth override for SetTexOffset. by Eric Anholt · 16 years ago
  35. 08b9e29 intel: Clean-up the extension string madness! by Ian Romanick · 16 years ago
  36. 3ab4b20 GLSL: Implement GL_OBJECT_TYPE_ARB query by Ian Romanick · 16 years ago
  37. 905d8e0 GLSL: Implement _mesa_get_handle by Ian Romanick · 16 years ago
  38. d806d45 GLSL: AttachShader returns INVALID_OPERATION for repeated attach by Ian Romanick · 16 years ago
  39. fc13269 mesa: asst updates for VMS by Jouk Jansen · 16 years ago
  40. e095d58 mesa: drop calloc from _mesa_get_fixed_func_vertex_program by Shunichi Fuji · 16 years ago
  41. 2b8d898 Use 3Dnow! x86-64 routines only on processors that support 3Dnow! by Ian Romanick · 16 years ago
  42. b5d5922 Remove TNL-to-VP tracking from i965 by Ian Romanick · 16 years ago
  43. 2e5d717 glapi: add DISPATCH_FUNCTION_SIZE by Tobias Jakobi · 16 years ago
  44. a23026e glapi: add gl_dispatch_functions_start and end by Tobias Jakobi · 16 years ago
  45. 7d99ddc intel: Fix a number of memory leaks on context destroy. by Eric Anholt · 16 years ago
  46. 8338cc2 configs: darwin: Don't build GLw by Jeremy Huddleston · 16 years ago
  47. a4a5a37 mesa: remove invalid assertions that programs have parameters by Brian Paul · 16 years ago
  48. 4bc39c5 mesa: fix assertion in _mesa_reference_program() by Brian Paul · 16 years ago
  49. ee80c64 mesa: fix param indexing by Brad King · 16 years ago
  50. 1e3a44f mesa: fix cast/conversion for optional code by Brian · 16 years ago
  51. b3c3bc6 mesa: fix typo (s/feadback/feedback/). Fixes broken selection/feedback. by Brian Paul · 16 years ago
  52. 8124faf mesa: fix float->int mapping for glGetIntegerv(GL_DEPTH_CLEAR_VALUE) by Brian Paul · 16 years ago
  53. 6222eb3 mesa: fix some VBO buffer object issues by Brian Paul · 16 years ago
  54. 507ef82 mesa: fix function params to match prototypes by Sam Hocevar · 16 years ago
  55. 7be5411 mesa: prevent the slang code generator from aborting when faced with a sampler variable redeclaration. by Sam Hocevar · 16 years ago
  56. 561787e i965: support for sin() and cos() in vertex shaders. by Sam Hocevar · 16 years ago
  57. 831bfb9 i965: more meaningful message for unsupported opcodes. by Sam Hocevar · 16 years ago
  58. c5945c2 intel: Fix clears to depth_stencil texture attachments. by Eric Anholt · 16 years ago
  59. 1fe385f set SamplerUnit[] entry in load_texture() just to be safe by Brian · 17 years ago
  60. dff0b0e use PROGRAM_CONSTANT instead of PROGRAM_STATE_VAR when generating immediates/literals by Brian · 17 years ago
  61. 9b7e5a5 set program->SamplersUsed bit when using a texture instruction by Brian · 17 years ago
  62. 93fef22 Remove ctx field from texenvprog_cache by Brian · 17 years ago
  63. fb3c41f include programopt.h by Brian · 17 years ago
  64. c81cce7 Disable vertex shader fog, compute fog in fragment shader. by Brian · 17 years ago
  65. 19d77d6 temporarily set the FRAG_BIT_FOGC bit in InputsRead when fog is enabled by Brian · 17 years ago
  66. 8e7d941 mesa: fix main/ prefix in include by Keith Whitwell · 16 years ago
  67. 33fef8b vbo: unmap and remap immediate vbo before/after each draw. by Keith Whitwell · 17 years ago
  68. 6f765fb added vbo_use_buffer_objects() to specify that immediate mode data should be put into bufferobjects by Brian · 17 years ago
  69. b36bc54 vbo: seed initial max_element value with a more likely candidate by Keith Whitwell · 16 years ago
  70. 9acf207 mesa: s/GL_POLYGON+1/PRIM_OUTSIDE_BEGIN_END/ by Brian Paul · 16 years ago
  71. 5b98236 mesa: glsl: fix glGetUniform for matrix queries by Brian Paul · 16 years ago
  72. eda291e mesa: glsl: fix a number of glUniform issues by Brian Paul · 16 years ago
  73. bda6ad2 mesa: glsl: fix error check in get_uniformfv() by Brian Paul · 16 years ago
  74. 452a592 mesa: Apply MSVC portability fixes from Alan Hourihane. by José Fonseca · 16 years ago
  75. 9118b02 mesa: update program->NumAddressRegs field in _slang_update_inputs_outputs() by Brian Paul · 16 years ago
  76. c79779a mesa: add fwd decl of fill_in_entrypoint_offset() by Brian Paul · 16 years ago
  77. ec76910 mesa: new gl_fragment_program fields indicating use of fog, front-facing, point coord by Brian Paul · 16 years ago
  78. 03bafd1 Added new _mesa_clip_copytexsubimage() function to do avoid clipping down in the drivers. by Brian · 17 years ago
  79. a972263 mesa: refactor: move GetProcAddress code from glapi.c into new glapi_getproc.c file by Brian Paul · 16 years ago
  80. d533da2 i965: Cope with batch getting flushed in the middle of batchbuffer emits. by Eric Anholt · 16 years ago
  81. 4b038e2 intel: Add missing include files for meta drawpixels since mesa shuffling. by Eric Anholt · 16 years ago
  82. f85ea68 intel: Replace pbo-only drawpixels function with a generic Mesa metaops. by Eric Anholt · 16 years ago
  83. 15487e4 i915: Fix overlapping CopyPixels with negative pixel zoom. by Eric Anholt · 16 years ago
  84. b9532f0 i915: fix crash in flush_prim -> wait_flips -> flush_batch -> flush_prim. by Eric Anholt · 16 years ago
  85. 2511d57 i965: Adapt to new TNL program tracking semantics by Ian Romanick · 16 years ago
  86. ed4c6cb r300: Adapt to the removal of _tnl_ProgramCacheInit() and friends. by Michel Dänzer · 16 years ago
  87. 78f4a69 Remove incorrect test from mmAllocMem. by Michel Dänzer · 16 years ago
  88. 6fd15dd mesa: allow for extra per-context init by Brian Paul · 16 years ago
  89. 1b7e909 mesa: texture crop rect state by Brian Paul · 16 years ago
  90. 93c90d3 mesa: set point state by Brian Paul · 16 years ago
  91. 868c09a mesa: fix some feature tests by Brian Paul · 16 years ago
  92. 8122ab2 mesa: fix some pixel transfer state tests for depth formats by Brian Paul · 16 years ago
  93. 6bc8749 mesa: fix issues causing warnings on Windows by Brian Paul · 16 years ago
  94. 9614eac mesa: Silence compiler warnings on Windows. by Michal Krol · 16 years ago
  95. ce1685c mesa: comments about vectors vs components by Brian Paul · 16 years ago
  96. eb10fa3 mesa: remove debug code by Brian Paul · 16 years ago
  97. 6246dd8 mesa: implement glGetUniformiv() with new ctx->Driver function by Brian Paul · 16 years ago
  98. 48cba70 mesa: added case for fixed pt by Brian Paul · 16 years ago
  99. 1cf2c8a mesa: point size arrays by Brian Paul · 16 years ago
  100. f8e50dd mesa: Replace deprecated __MSC__ macro. by José Fonseca · 16 years ago