1. 3d8d5b2 mesa: Restore 78-column wrapping of license text in C-style comments. by Kenneth Graunke · 12 years ago
  2. 96ff2ed mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. by Kenneth Graunke · 12 years ago
  3. ca29382 mesa: Change "BRIAN PAUL OR IBM" to "THE AUTHORS" in license text. by Kenneth Graunke · 12 years ago
  4. dd404bc mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. by Kenneth Graunke · 12 years ago
  5. cab19ec mesa: make _mesa_save_vtxfmt_init() static by Brian Paul · 12 years ago
  6. f74da3e mesa: use new _mesa_inside_dlist_begin_end() function by Brian Paul · 12 years ago
  7. 976b529 mesa: use new _mesa_inside_begin_end() function by Brian Paul · 12 years ago
  8. 9a32203 mesa: remove unused opcodes AND, DP2A, NOT, NRM3, NRM4, OR, PRINT, XOR by Marek Olšák · 12 years ago
  9. 3140d13 mesa: don't flush vertices and don't flag _NEW_COLOR in ClearColor, ClearIndex by Marek Olšák · 12 years ago
  10. 9f39852 mesa: don't flush vertices and don't flag _NEW_COLOR for GL_CLAMP_READ_COLOR by Marek Olšák · 12 years ago
  11. 43dac27 mesa: don't flag _NEW_DEPTH in Begin/EndQuery if driver implements the functions by Marek Olšák · 12 years ago
  12. 629813d mesa: don't flush vertices and don't flag _NEW_DEPTH in ClearDepth by Marek Olšák · 12 years ago
  13. 3975f52 mesa: don't flush and don't flag _NEW_STENCIL in ClearStencil, ActiveStencilFace by Marek Olšák · 12 years ago
  14. 1e3b422 mesa: don't set _NEW_BUFFERS in GenerateMipmap and BlitFramebuffer by Marek Olšák · 12 years ago
  15. d883d00 mesa: remove _NEW_PACKUNPACK by Marek Olšák · 12 years ago
  16. 99bd76d mesa: convert _NEW_RASTERIZER_DISCARD to a driver flag by Marek Olšák · 12 years ago
  17. b95cbe5 mesa,i965: use NewDriverState to communicate TFB state changes with the driver by Marek Olšák · 12 years ago
  18. ef39bc4 mesa: remove redundant _NEW_BUFFERS setting in ReadBuffer by Marek Olšák · 12 years ago
  19. 5649f88 st/mesa: add a simple path to BufferData if it only discards buffer contents by Marek Olšák · 12 years ago
  20. d23c745 st/mesa: depth-stencil-alpha state also depends on _NEW_BUFFERS by Marek Olšák · 12 years ago
  21. 2737abb gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel_center. by José Fonseca · 12 years ago
  22. 7be536b i965/fs: Don't save value returned by emit() if it's not used. by Matt Turner · 12 years ago
  23. 4d5827e mesa: Remove extra MapBufferRange in create_beginend_table() by Brian Paul · 12 years ago
  24. 95c8382 i965: Fix a mistake in the comments for software counters. by Kenneth Graunke · 12 years ago
  25. ec646e4 i965: Apply CMP NULL {Switch} work-around to other Gen7s. by Matt Turner · 12 years ago
  26. 6654b9d st/mesa: minor indentation fixes by Brian Paul · 12 years ago
  27. 47c0b5e mesa: Introduce a globally-available minify() macro. by Eric Anholt · 12 years ago
  28. 1842dd0 mesa: Generalize TexStorage allocator between swrast and intel. by Eric Anholt · 12 years ago
  29. e86170c mesa: Add performance debug for meta code. by Eric Anholt · 12 years ago
  30. cbe8b75 intel: Mention how much data we're trying to subdata in perf debug. by Eric Anholt · 12 years ago
  31. fe955dc mesa: Fix up program_parse.y to avoid uninitialized $$ by Paul Berry · 12 years ago
  32. ea6cf2b mesa: Use quotes on bool driconf options to prevent stdbool.h breakage. by Eric Anholt · 12 years ago
  33. e87015f Revert "i965: Check reg.nr for BRW_ARF_NULL instead of reg.file." by Matt Turner · 12 years ago
  34. f732036 gallium: handle drirc disable_glsl_line_continuations option by Vadim Girlin · 12 years ago
  35. 729abfd st/mesa: optionally apply texture swizzle to border color v2 by Christoph Bumiller · 12 years ago
  36. 877e3c1 mesa: enable GL_ARB_texture_float if TEXTURE_FLOAT_ENABLED is defined by Brian Paul · 12 years ago
  37. ecdda41 i965: Check reg.nr for BRW_ARF_NULL instead of reg.file. by Matt Turner · 12 years ago
  38. 60e4c99 i965: Implement work-around for CMP with null dest on Haswell. by Matt Turner · 12 years ago
  39. 417d891 i965/vec4: Fix hypothetical use of uninitialized data in attribute_map[]. by Paul Berry · 12 years ago
  40. 815ca0b mesa: generate glGetInteger/Boolean/Float/Doublev() code for all APIs by Brian Paul · 12 years ago
  41. 9835d90 mesa: remove mfeatures.h by Brian Paul · 12 years ago
  42. b76f6d9 mesa: remove #include "mfeatures.h" from numerous source files by Brian Paul · 12 years ago
  43. 7fd12a8 mesa: remove FEATURE_remap_table from remap.[ch] by Brian Paul · 12 years ago
  44. 505ac6d intel: Don't dereference a NULL pointer of calloc fails by Ian Romanick · 12 years ago
  45. 5006416 i965: Trim trailing whitespace in brw_defines.h. by Eric Anholt · 12 years ago
  46. 867f71d r200: fix build failure introduced with cbbcb0247e6aa8d7adc274a94206ee02f9c70bea by Laurent Carlier · 12 years ago
  47. 1079475 st/mesa: clean up formatting in st_cb_msaa.c by Brian Paul · 12 years ago
  48. 3350ca2 mesa: remove gl_context::_TriangleCaps by Brian Paul · 12 years ago
  49. cbbcb02 mesa: remove DD_TRI_LIGHT_TWOSIDE flag by Brian Paul · 12 years ago
  50. c9bb052 mesa: remove DD_TRI_UNFILLED flag by Brian Paul · 12 years ago
  51. 56dc53e mesa: remove DD_TRI_SMOOTH flag by Brian Paul · 12 years ago
  52. b32fb8a mesa: remove DD_TRI_STIPPLE flag by Brian Paul · 12 years ago
  53. dfb1474 mesa: remove DD_TRI_OFFSET flag by Brian Paul · 12 years ago
  54. c6a8144 mesa: remove DD_POINT_ATTEN flag by Brian Paul · 12 years ago
  55. 4f57fbb mesa: remove DD_POINT_SMOOTH flag by Brian Paul · 12 years ago
  56. 8ac8ae8 mesa: remove DD_LINE_STIPPLE flag by Brian Paul · 12 years ago
  57. 55b2033 mesa: remove DD_SEPARATE_SPECULAR flag by Brian Paul · 12 years ago
  58. c1c5d68 mesa: remove unused DD_LINE_SMOOTH flag by Brian Paul · 12 years ago
  59. 484b89a intel: Add a null pointer check before dereferencing the pointer by Anuj Phogat · 12 years ago
  60. 50b3fc6 gallium: Disambiguate TGSI_OPCODE_IF. by José Fonseca · 12 years ago
  61. e796559 i965: Enable the Bay Trail platform. by Kenneth Graunke · 12 years ago
  62. 025f03f mesa/swrast: Move memory allocation outside the blit loop by Ian Romanick · 12 years ago
  63. a27c6e1 mesa/swrast: Move free calls outside the attachment loop by Ian Romanick · 12 years ago
  64. 6758498 mesa/swrast: Refactor no-memory error checking in blit_linear by Ian Romanick · 12 years ago
  65. 13a7010 build: Get rid of DRIVER_DIRS by Matt Turner · 12 years ago
  66. 3c69052 build: Rename sources.mak -> Makefile.sources by Matt Turner · 12 years ago
  67. 1658efc i965: Shut up the last release build warning. by Eric Anholt · 12 years ago
  68. dcb1b89 i965: Silence one more compile warning. by Eric Anholt · 12 years ago
  69. dea7040 i965: Fix a warning in the release build. by Eric Anholt · 12 years ago
  70. 28170c5 i965: Fix an unused variable warning in the release build. by Eric Anholt · 12 years ago
  71. 248175a i965: Fix an unused variable warning in the release build. by Eric Anholt · 12 years ago
  72. 6cec233 intel: Return failure properly in the texsubimage blit path. by Eric Anholt · 12 years ago
  73. b681a89 intel: Fix a warning in the release build. by Eric Anholt · 12 years ago
  74. 1433936 intel: Fix an unused variable warning in the release build. by Eric Anholt · 12 years ago
  75. 9167ba8 intel: Improve diagnostics for emit_linear_blit failure path. by Eric Anholt · 12 years ago
  76. aceba66 i965: Fix error path for MCS allocation. by Eric Anholt · 12 years ago
  77. 331766b i830: Move assert-only code into the assert. by Eric Anholt · 12 years ago
  78. adf2514 i965/fs: Fix some untriggered optimization bugs with uncompressed/sechalf. by Eric Anholt · 12 years ago
  79. eaca8a9 i965/fs: Add basic-block-level dead code elimination. by Eric Anholt · 12 years ago
  80. 36d0fde i965/fs: Remove incorrect note of writing attr in centroid workaround. by Eric Anholt · 12 years ago
  81. 2cb7f1e i965/fs: Add a helper function for checking for partial register updates. by Eric Anholt · 12 years ago
  82. df25b4f mesa: Add a macro to bitset for determining bitset size. by Eric Anholt · 12 years ago
  83. b5a0f59 i965: Fix compiler warnings since the introduction of texture multisample. by Eric Anholt · 12 years ago
  84. 1faaa41 mesa: Don't leak gl_context::BeginEnd at context destruction by Ian Romanick · 12 years ago
  85. 6e06550 mesa: Don't leak shared state when context initialization fails by Ian Romanick · 12 years ago
  86. 2cc0b32 mesa: NULL check the pointer before trying to dereference it by Ian Romanick · 12 years ago
  87. 195a6cc i965/vs: Print error if vertex shader fails to compile. by Matt Turner · 12 years ago
  88. 32a8e87 i965: NULL check prog on shader compilation failure. by Matt Turner · 12 years ago
  89. ed9687c scons: Add st_cb_msaa.c to source list. by José Fonseca · 12 years ago
  90. f152da6 st/mesa: add support for ARB_texture_multisample (v3) by Dave Airlie · 12 years ago
  91. 1d90ee5 st/mesa: add support for get sample position by Dave Airlie · 12 years ago
  92. e9fa3a9 i965/vs: Don't hardcode DEBUG_VS in generic vec4 code. by Paul Berry · 12 years ago
  93. defdb31 i965/vs: Generalize computation of array strides in preparation for GS. by Paul Berry · 12 years ago
  94. 444fce6 i965/vs: Generalize attribute setup code in preparation for GS. by Paul Berry · 12 years ago
  95. 28fe02c i965/vs: Generalize vertex emission code in preparation for GS. by Paul Berry · 12 years ago
  96. 7214451 i965/vs: rename vec4_generator::generate_vs_instruction. by Paul Berry · 12 years ago
  97. 9bb6840 i965/vs: Generalize data structures pointed to by vec4_generator. by Paul Berry · 12 years ago
  98. 4d77360 i965/vs: Rename vec4_generator::prog to shader_prog. by Paul Berry · 12 years ago
  99. 5743bea i965/vs: move VS-specific data members to vs_vec4_visitor. by Paul Berry · 12 years ago
  100. 0ce9522 i965/vs: move ARB_vertex_program functions to vec4_vs_visitor. by Paul Berry · 12 years ago