1. e4340c1 r600g: merge r600_context with r600_pipe_context by Marek Olšák · 13 years ago
  2. 78293b9 r600g: remove u8,u16,u32,u64 types by Marek Olšák · 13 years ago
  3. f53e7e9 Make sure libGL.so links with libglsl by Matt Turner · 13 years ago
  4. d36f89c vl: fix some missing prototypes error by Christian König · 13 years ago
  5. 3fc6e4e osmesa: set RefCount = 1 in new_osmesa_renderbuffer() by Brian Paul · 13 years ago
  6. 136791e osmesa: Fix osmesa_context.DataType type. by Vinson Lee · 13 years ago
  7. 6386f80 vega: memset data array to zero to silence uninitialized var warnings by Brian Paul · 13 years ago
  8. 97329ef Initialize only native LLVM Disassembler. by ojab · 13 years ago
  9. 2bb9f9e src/glsl/glcpp: wire up glcpp-test to make check by Matt Turner · 13 years ago
  10. 82060ad glcpp-test: don't return failure if valgrind tests aren't run by Matt Turner · 13 years ago
  11. 9947656 automake: src/glsl and src/glsl/glcpp by Matt Turner · 13 years ago
  12. 4ff8fd9 glsl: rename Makefile.sources' _SOURCES variables by Matt Turner · 13 years ago
  13. 275ac7e automake: src/mesa/drivers/osmesa by Matt Turner · 13 years ago
  14. e3b5200 glsl: Rename class variable_entry to ir_variable_refcount_entry. by Kenneth Graunke · 13 years ago
  15. bed20f0 r600g: get rid of r600_context_reg by Marek Olšák · 13 years ago
  16. 85db520 r600g: don't use r600_context_reg on r6xx-r7xx by Marek Olšák · 13 years ago
  17. b1b969f r600g: don't use r600_context_reg on evergreen by Marek Olšák · 13 years ago
  18. 9344ab3 r600g: get rid of the mask in r600_pipe_reg by Marek Olšák · 13 years ago
  19. 4a058ae r600g: get rid of the mask parameter in pipe_state_add_reg by Marek Olšák · 13 years ago
  20. 0569f13 r600g: don't use register mask for TA_CNTL_AUX by Marek Olšák · 13 years ago
  21. a494301 r600g: don't use register mask for PA_CL_CLIP_CNTL by Marek Olšák · 13 years ago
  22. 97acf2c r600g: don't use register mask for PA_CL_VS_OUT_CNTL by Marek Olšák · 13 years ago
  23. 121940e r600g: set full register mask for PA_CL_CLIP_CNTL by Marek Olšák · 13 years ago
  24. a652cc4 r600g: don't use register mask for PA_SU_SC_MODE_CNTL by Marek Olšák · 13 years ago
  25. 2000086 r600g: don't add PA_SC_LINE_STIPPLE to rasterizer_state by Marek Olšák · 13 years ago
  26. 84b4b2a r600g: don't use register mask for CB_COLOR_CONTROL on r6xx-r7xx by Marek Olšák · 13 years ago
  27. 9c0b50c r600g: don't set CB_TARGET_MASK in set_framebuffer_state by Marek Olšák · 13 years ago
  28. 2ffa8af r600g: set full register mask for CB_COLOR_CONTROL on evergreen by Marek Olšák · 13 years ago
  29. e3032a0 r600g: use a more clever way to disable per-vertex point size by Marek Olšák · 13 years ago
  30. b6233f4 r600g: don't use register mask for DB_RENDER_CONTROL by Marek Olšák · 13 years ago
  31. 3d061ca r600g: cleanup setting DB_SHADER_CONTROL by Marek Olšák · 13 years ago
  32. a236194 r600g: rework and consolidate stencilref state setting by Marek Olšák · 13 years ago
  33. 5345e3e r600g: don't use register mask for SQ_GPR_RESOURCE_MGMT_1 by Marek Olšák · 13 years ago
  34. 177845d st/mesa: kill off point size clamping in vertex shaders by Marek Olšák · 13 years ago
  35. f183cc9 r600g: set minimum point size to 1.0 for non-sprite non-aa points by Marek Olšák · 13 years ago
  36. ac3a765 r300g: set minimum point size to 1.0 for non-sprite non-aa points by Marek Olšák · 13 years ago
  37. cb43954 svga: set POINTSIZEMIN to 1.0 for non-sprite non-aa points by Marek Olšák · 13 years ago
  38. b478fcb st/mesa: simplify initialization of light_twoside by Marek Olšák · 13 years ago
  39. 6e9a165 mesa: consolidate general ubyte texstore code by Brian Paul · 13 years ago
  40. 4c7e44e mesa: use _mesa_pack_ubyte_rgba_rect() in texstore code by Brian Paul · 13 years ago
  41. 66940ad mesa: added _mesa_pack_ubyte_rgba_rect() by Brian Paul · 13 years ago
  42. ff2497d dri: Add a default drirc to be installed to provide application workarounds. by Eric Anholt · 13 years ago
  43. 6422478 i965: Add a driconf option to force GLSL extension behavior to "warn". by Eric Anholt · 13 years ago
  44. b9e27cc mesa: Add a flag for forcing all GLSL extensions to "warn". by Eric Anholt · 13 years ago
  45. 61b9ccd intel: Use libdrm's decode functionality instead of the gpu-tools copy. by Eric Anholt · 13 years ago
  46. 493faa0 i965: Fix segfault with INTEL_DEBUG=batch on gen7 with samplers present. by Eric Anholt · 13 years ago
  47. 9195191 i965/vs: Avoid allocating registers in to the gen7 MRF hack region. by Eric Anholt · 13 years ago
  48. e910241 i965/fs: Fix rendering corruption in unigine tropics. by Eric Anholt · 13 years ago
  49. ef3cec5 Rename R300_NO_TCL envvar to RADEON_NO_TCL by Matt Turner · 13 years ago
  50. 647ca47 gallivm: Don't use C99 member initializers. by José Fonseca · 13 years ago
  51. dde807b gallivm: Move declaration before code. by José Fonseca · 13 years ago
  52. bc2875a gallivm: Add a new interface for doing TGSI->LLVM conversions by Tom Stellard · 13 years ago
  53. 82b71db gallium: Move duplicated helper macros to tgsi_exec.h by Tom Stellard · 13 years ago
  54. 6b63e25 gallium: Prefix #defines in tgsi_exec.h with TGSI_ by Tom Stellard · 13 years ago
  55. 9ee1bcf gallium: Unify defines of CHAN_[XYZW] in tgsi_exec.h by Tom Stellard · 13 years ago
  56. 5204974 gallivm: Add function lp_bld_gather_values() by Tom Stellard · 13 years ago
  57. df16945 tgsi: Add output_mode to struct tgsi_opcode_info v2 by Tom Stellard · 13 years ago
  58. c72d7df st/dri: Support 24bit formats in dri2_allocate_buffer by Benjamin Franzke · 13 years ago
  59. fef395c mesa/format_unpack: add LUMINANCE 8/16 UINT/INT by Dave Airlie · 13 years ago
  60. 29cf90b r600g: fix udiv/idiv/umod/imod on cayman by Dave Airlie · 13 years ago
  61. a33937d r600g: enable blend_bypass for uint/sint by Dave Airlie · 13 years ago
  62. cb40165 r600g: fix fragcoord.w test on cayman by Dave Airlie · 13 years ago
  63. f9f8ce3 r600g: remove unused streamout code by Marek Olšák · 13 years ago
  64. ce816dd r600g: disable printing debug info for streamout by Marek Olšák · 13 years ago
  65. c946fc0 gallium: remove trailing comma to silence warning by Brian Paul · 13 years ago
  66. 03dae29 add wayland cflags when building wayland-egl by Juan Zhao · 13 years ago
  67. 672ad90 nvfx,nv50,nvc0: handle PIPE_CAP_GLSL_FEATURE_LEVEL by Christoph Bumiller · 13 years ago
  68. 10c8552 dri: don't link with DRICORE_LIB_DEPS by Matt Turner · 13 years ago
  69. 41a4e27 st/mesa: use table-driven approach to exposing extensions for formats (v3) by Marek Olšák · 13 years ago
  70. c21d7b1 st/mesa: use table-driven approach to exposing extensions based on CAPs by Marek Olšák · 13 years ago
  71. 171be75 st/mesa: add PIPE_CAP_GLSL_FEATURE_LEVEL, cleanup st_extensions.c by Marek Olšák · 13 years ago
  72. 1d01429 state_stracker: Fix access to uninitialized memory. by Mathias Fröhlich · 13 years ago
  73. 7434320 draw: Remove unused variables. by Vinson Lee · 13 years ago
  74. 1a9d2b7 r600g: fix linear and flat interpolation by Vadim Girlin · 13 years ago
  75. eaf360e i965: fix inverted point sprite origin when rendering to FBO by Yuanhan Liu · 13 years ago
  76. d250287 mesa: remove byteswap check in fast_read_rgba_pixels_memcpy() by Brian Paul · 13 years ago
  77. 07ff5ad mesa: more use of _mesa_format_matches_format_and_type() in texstore code by Brian Paul · 13 years ago
  78. 6f55ef3 mesa: more use of _mesa_format_matches_format_and_type() in texstore code by Brian Paul · 13 years ago
  79. 453d4b4 mesa: more use of _mesa_format_matches_format_and_type() in texstore code by Brian Paul · 13 years ago
  80. f6af4c5 mesa: more use of _mesa_format_matches_format_and_type() in texstore code by Brian Paul · 13 years ago
  81. b277923 mesa: use _mesa_format_matches_format_and_type() in texstore code by Brian Paul · 13 years ago
  82. 94a0d38 mesa: implement more cases in _mesa_format_matches_format_and_type() by Brian Paul · 13 years ago
  83. 51aab79 mesa: use swapBytes parameter in _mesa_format_matches_format_and_type() by Brian Paul · 13 years ago
  84. 06aa607 mesa: added swapBytes parameter to _mesa_format_matches_format_and_type() by Brian Paul · 13 years ago
  85. 952ca07 mesa: rewrite, simplify some of the logic in _mesa_format_matches_format_and_type() by Brian Paul · 13 years ago
  86. 966720f mesa: add BGR888 code in _mesa_format_matches_format_and_type() by Brian Paul · 13 years ago
  87. b019228 mesa: fix error in _mesa_format_matches_format_and_type() for RGB888 by Brian Paul · 13 years ago
  88. 370e5d2 mesa: remove redundant byte swap check by Brian Paul · 13 years ago
  89. 343100d mesa: remove LSB-first pixel packing check in glReadPixels by Brian Paul · 13 years ago
  90. ab1195c swrast: Fix implicit declaration warnings by Chad Versace · 13 years ago
  91. b8f7550 r600g: remove unsupported evergreen CB formats by Alex Deucher · 13 years ago
  92. 3409118 mesa: Avoid void * arithmetic. by José Fonseca · 13 years ago
  93. 1c0f1dd swrast: Fix fixed-function fragment processing by Chad Versace · 13 years ago
  94. 5665b5c mesa: set clamp bit in glGetTexImage for GL_UNSIGNED_NORMALIZED by Anuj Phogat · 13 years ago
  95. 5f65598 mesa: Don't round-trip integer texture data through a floating point temp. by Eric Anholt · 13 years ago
  96. dadbec1 mesa: When unpacking signed integer pixel data, don't clamp to 0. by Eric Anholt · 13 years ago
  97. 8b97bb0 mesa: Add clamping for packing of integer data. by Eric Anholt · 13 years ago
  98. de24cca mesa: Add missing format unpack for some integer texture formats. by Eric Anholt · 13 years ago
  99. 3a8cf33 i965: Don't allow rendering to non-GL_RED/RG/RGBA integer textures. by Eric Anholt · 13 years ago
  100. 796f44d intel: Pass the gl_renderbuffer to render_target_supported() vtable method. by Eric Anholt · 13 years ago