1. 3417b2f i965/fs: Pass the brw_context pointer into fs_visitor explicitly. by Kenneth Graunke · 12 years ago
  2. 1f74002 i965/fs: Move brw_wm_compile::fp to fs_visitor. by Kenneth Graunke · 12 years ago
  3. 7b0d30e i965/fs: Remove struct brw_shader * parameter to fs_visitor constructor. by Kenneth Graunke · 12 years ago
  4. a303df8 i965/fs: Move brw_wm_compile::dispatch_width into fs_visitor. by Kenneth Graunke · 12 years ago
  5. 47a6a7b i965/fs: Move brw_wm_lookup_iz() to fs_visitor::setup_payload_gen4(). by Kenneth Graunke · 12 years ago
  6. 2429c9d i965/fs: Move brw_wm_payload_setup() to fs_visitor::setup_payload_gen6() by Kenneth Graunke · 12 years ago
  7. ce96f6d i965/fs: Remove brw_wm_compile::computes_depth field. by Kenneth Graunke · 12 years ago
  8. 529fe42 gallivm: use the new mip per quad handling in texture fetch path by Roland Scheidegger · 12 years ago
  9. 0b6554b gallivm,llvmpipe: handle TXF (texelFetch) instruction, including offsets by Roland Scheidegger · 12 years ago
  10. 93c689a i965: Enable ARB_vertex_type_2_10_10_10_rev on Gen4+. by Chris Forbes · 12 years ago
  11. 4a64efc i965: emit w/a for packed attribute formats in VS by Chris Forbes · 12 years ago
  12. 352ae51 i965: set attribute w/a bits for packed formats by Chris Forbes · 12 years ago
  13. c3c6809 i965: Generalize GL_FIXED VS w/a support by Chris Forbes · 12 years ago
  14. 23f4411 i965: support 2_10_10_10 formats in get_surface_type. by Chris Forbes · 12 years ago
  15. f9a08f7 i965: implement get_size for 2_10_10_10 formats by Chris Forbes · 12 years ago
  16. 894fe54 i965/vs: add support for emitting SHL, SHR, ASR by Chris Forbes · 12 years ago
  17. 8f3570e mesa: Use correct glGetTransformFeedbackVarying name in error msg by Matt Turner · 12 years ago
  18. 0f5e2ce build: use git ls-files for adding all Makefile.in into the release tarball by Andreas Boll · 12 years ago
  19. 97747ac i965: Fix hangs with FP KIL instructions pre-gen6. by Eric Anholt · 12 years ago
  20. 59bfd66 i965/gen4: Fix memory leak each time compile_gs_prog() is called. by Eric Anholt · 12 years ago
  21. 244db08 i965/gen4: Fix LOD bias texturing since my fixed reg classes change. by Eric Anholt · 12 years ago
  22. cff4c94 r600g: fix broken streamout if streamout_begin caused a context flush by Marek Olšák · 12 years ago
  23. d172fa8 r600g: fix ARB_map_buffer_alignment with unaligned offsets and staging buffers by Marek Olšák · 12 years ago
  24. f884005 scons: Append x11 library path if linking x11 library. by Vinson Lee · 12 years ago
  25. bf75a1f mesa/vbo: Fix scaling issue in 2-bit signed normalized packing. by Kenneth Graunke · 12 years ago
  26. e9967ab mesa/vbo: Fix scaling issue in 10-bit signed normalized packing. by Kenneth Graunke · 12 years ago
  27. e2df37f radeonsi: add a new SI pci id by Alex Deucher · 12 years ago
  28. 10f214e i915: Fix wrong sizeof argument in i915_update_tex_unit. by Vinson Lee · 12 years ago
  29. 59b3d3a Add .dirstamp to toplevel .gitignore by Andreas Boll · 12 years ago
  30. f7e2e86 gallium/tests: update .gitignore files by Andreas Boll · 12 years ago
  31. d82b873 i965/fs: Add helper functions for IF and CMP and use them. by Eric Anholt · 12 years ago
  32. 32d6809 i965/fs: Add helper functions for generating ALU ops, like in the VS. by Eric Anholt · 12 years ago
  33. 1665af3 i965/gen4: Fix crash with fragment programs and texture rectangle. by Eric Anholt · 12 years ago
  34. d411bbd i965: Disable the GB clip test when a limited viewport is set. by Eric Anholt · 12 years ago
  35. 23e7b81 i965: Use fewer temporary variables in clip setup. by Eric Anholt · 12 years ago
  36. afc5a26 Revert "i965/fs: Fix conversions float->bool, int->bool" by Eric Anholt · 12 years ago
  37. 0482998 i965/fs: Fix the gen6-specific if handling for 80ecb8f15b9ad7d6edc by Eric Anholt · 12 years ago
  38. c9f5126 intel: Use designated initializers for DRI extension structs by Chad Versace · 12 years ago
  39. 62332f4 dri: Use designated initializers for DRI extension structs by Chad Versace · 12 years ago
  40. fdd6d14 i965: Use the separate stencil buffer's offsets for stencil setup. by Eric Anholt · 12 years ago
  41. 52ee1a7 i965: Move all the depth/stencil/hiz offset logic into the workaround. by Eric Anholt · 12 years ago
  42. 9ec6a54 i965: When rebasing depth or stencil, update x/y before deciding the other. by Eric Anholt · 12 years ago
  43. be9e664 intel: Push face/level -> slice handling to the caller of get_image_offset(). by Eric Anholt · 12 years ago
  44. c1fabea i965: Add some checks for array textures in unsupported paths. by Eric Anholt · 12 years ago
  45. 923c4b3 i965: Add a little bit more debug info for validate blits. by Eric Anholt · 12 years ago
  46. e567104 intel: Remove dead function prototype. by Eric Anholt · 12 years ago
  47. 1f35ec5 i965: Remove stale comment about wrapped_depth. by Eric Anholt · 12 years ago
  48. 1f74a5b mesa: Mark GetBufferParameteri64v as implemented. by Kenneth Graunke · 12 years ago
  49. bbda7d6 mesa: Require gen'd names in glBeginQuery on ES 3.0. by Kenneth Graunke · 12 years ago
  50. c6ed42a mesa: Support EXT_framebuffer_blit targets in ES 3.0 as well. by Kenneth Graunke · 12 years ago
  51. f399a70 mesa: Fix error code for glTexParameteri of TEXTURE_MAX_LEVEL. by Kenneth Graunke · 12 years ago
  52. 4e90701 i965/vs: Don't lose attribute type when converting ATTR to FIXED_HW_REG. by Kenneth Graunke · 12 years ago
  53. 5cf8536 egl/dri2: Set error code when dri2CreateContextAttribs fails by Chad Versace · 12 years ago
  54. 243cf7a i965: Validate requested GLES context version in brwCreateContext by Chad Versace · 12 years ago
  55. ddb901f automake: strip LLVM_CXXFLAGS and LLVM_CPPFLAGS too by Maarten Lankhorst · 12 years ago
  56. 5cea027 i965/fs: Properly patch special values during VGRF compaction. by Kenneth Graunke · 12 years ago
  57. 3c368bb i965/gen4: Respect the VERTEX_PROGRAM_TWO_SIDE vertex program/shader flag. by Eric Anholt · 12 years ago
  58. 94e82b2 mesa: Fix linker-assigned varying component counting since 8fb1e4a462 by Eric Anholt · 12 years ago
  59. 5c99697 mesa: Fix segfault on reading from a missing color read buffer. by Eric Anholt · 12 years ago
  60. df3361d intel: Use core mesa support for determining lastLevel. by Eric Anholt · 12 years ago
  61. 02652ea mesa: Also handle GL_TEXTURE_EXTENRAL_OES in max num levels. by Eric Anholt · 12 years ago
  62. a43b107 i965/fs: Unify the param pointer allocation for FP/non-FP. by Eric Anholt · 12 years ago
  63. c64aded st/vdpau: Fix vlVdpVideoSurfaceSize for interlaced buffers by Maarten Lankhorst · 12 years ago
  64. a204e26 docs: import release notes for 9.0.1, add news item by Andreas Boll · 12 years ago
  65. acc1e59 util: Only use open coded snprintf for MSVC. by Vinson Lee · 12 years ago
  66. b36b6fd clover: Fix build with clang 3.2 by Tom Stellard · 12 years ago
  67. 7187714 r300/compiler: Avoid generating MOV instructions for invalid IMM swizzles v2 by Tom Stellard · 12 years ago
  68. 26463b8 radeonsi: clean up some magic numbers by Alex Deucher · 12 years ago
  69. ce17964 radeonsi: emit PA_SC_RASTER_CONFIG by Alex Deucher · 12 years ago
  70. 4f0537e [PATCH] makefiles: use configured name for -ldrm* where possible by Maarten Lankhorst · 12 years ago
  71. 6346214 docs: add note about removal of OpenVMS support by Andreas Boll · 12 years ago
  72. 1f82bf1 Remove OpenVMS support by Matt Turner · 12 years ago
  73. 900f5eb build: add missing Makefile.in files to tarballs target by Andreas Boll · 12 years ago
  74. 4a38926 build: fix make tarballs target by Andreas Boll · 12 years ago
  75. 5c78ad8 gles2: Update gl2ext.h to revision 19436 by Matt Turner · 12 years ago
  76. 88ec004 gles2: Update gl2.h to revision 16803 by Matt Turner · 12 years ago
  77. e565260 gles: Update glext.h to revision 19260 by Matt Turner · 12 years ago
  78. aec36a1 egl: Update eglext.h to revision 19571 by Matt Turner · 12 years ago
  79. 47d8625 mesa: return INVALID_VALUE from WaitSync if timeout != GL_TIMEOUT_IGNORED by Matt Turner · 12 years ago
  80. 32cc20d mesa: return INVALID_VALUE from WaitSync if flags != 0 by Matt Turner · 12 years ago
  81. 5b0012f mesa: return INVALID_VALUE from ClientWaitSync if flags contains an unsupported flag by Matt Turner · 12 years ago
  82. ae1f09b mesa: return INVALID_VALUE from VertexAttribDivisor if index out of range by Matt Turner · 12 years ago
  83. e21debb glcpp: Don't define macros for extensions that aren't in ES by Matt Turner · 12 years ago
  84. 7bba487 radeonsi: remove new asserts and replace with warnings by Alex Deucher · 12 years ago
  85. d010e70 i965/fs: Don't calculate_live_intervals() in opt_algebraic(). by Kenneth Graunke · 12 years ago
  86. b02492f i965: Remove duplicate brw_opcodes table in favor of opcode_descs. by Kenneth Graunke · 12 years ago
  87. a405717 i965/vs: Remove dead vec4_visitor::src_reg_for_float prototype. by Kenneth Graunke · 12 years ago
  88. eec5669 i965/fs: Remove bblock field of fs_visitor. by Kenneth Graunke · 12 years ago
  89. e766860 i965: Remove brw_instruction_info::is_arith(). by Kenneth Graunke · 12 years ago
  90. c4b99c1 i965: Remove some dead code optimization passes. by Kenneth Graunke · 12 years ago
  91. 1484faa i965: Remove unused BRW_PACKCOLOR8888 macro. by Kenneth Graunke · 12 years ago
  92. 80b3af5 i965: Remove brw_shader_program wrapper struct. by Kenneth Graunke · 12 years ago
  93. eb18e3d i965: Remove unused struct brw_vs_ouput_sizes. by Kenneth Graunke · 12 years ago
  94. 35e28b4 util/u_debug: Fix DEBUG_NAMED_VALUE. by José Fonseca · 12 years ago
  95. 94f9ea0 draw: fix crashes with out-of-bounds indices by Roland Scheidegger · 12 years ago
  96. 3893593 radeonsi: cleanup si_db() by Alex Deucher · 12 years ago
  97. 565c29f radeonsi: assert the CB format is valid (v2) by Alex Deucher · 12 years ago
  98. 34d487b radeonsi: assert that the DB format is valid (v2) by Alex Deucher · 12 years ago
  99. fd1196c gallium: fix some function comments in p_context.h by Dmitry Cherkassov · 12 years ago
  100. 8a9f0fd build: add missing files to tarballs target by Andreas Boll · 12 years ago