27410 次程式碼提交 (5cf7c8e2d58a877bfc786f866d4e0d363ddd22aa)
 

作者 SHA1 備註 提交日期
  Dave Airlie 5cf7c8e2d5 radeon: use _mesa_get_current_tex_unit 16 年之前
  Brian Paul 5e9f97f0ea ARB prog parser: regenerated files 16 年之前
  Brian Paul df5615de1f ARB prog parser: new set_src_reg(), set_dst_reg() helpers 16 年之前
  Brian Paul a71edc9455 mesa: better error message 16 年之前
  Eric Anholt 7c8bed62e0 intel: Use GTT mapping when available for swrast. 16 年之前
  Eric Anholt d63c29ef20 x86: Fix the test for negative pixel count in optimized rgb565 spans. 16 年之前
  Eric Anholt 21a3a79371 intel: Fix up z24_x8 depth spans since the texformat merge. 16 年之前
  Vinson Lee 9c3197ef0a prog/tests: Fix MSVC build. 16 年之前
  Eric Anholt cb132406de i965: Add an index assert on get_fp_inst array like other compiler arrays. 16 年之前
  Eric Anholt 2c30ee9bd6 i965: Fix BRW_WM_MAX_INSN to reflect current limits. 16 年之前
  Eric Anholt 2073006c95 intel: Set the texture format in the TFP path. 16 年之前
  Alex Deucher b568a2c808 r600: remove duplicate line 16 年之前
  Alex Deucher 703a836d40 r600: fill in some missing tex formats 16 年之前
  Alex Deucher 57864f6e04 r600: fix a warning, update comments 16 年之前
  Vinson Lee a8ed066858 progs/tests: fix MSVC build. 16 年之前
  Andre Maasikas 5f7d5d3ea3 r600: use AUTO_INDEX for draw - saves cmd buffer space 16 年之前
  Brian Paul 409469fb70 intel: fix up some XRGB breakage 16 年之前
  Brian Paul 730a3de9f9 mesa: fix inverted buffer object test 16 年之前
  Brian Paul 71cd40bccf mesa: fix incorrect format info for MESA_FORMAT_SL8 16 年之前
  Michal Krol ca9c413647 softpipe: Respect gl_rasterization_rules in primitive setup. 16 年之前
  Brian Paul 4a253431ab intel: update intel_create_renderbuffer(format), add XRGB support 16 年之前
  Brian Paul f920d496e1 mesa: fix _mesa_texstore_argb8888() for MESA_FORMAT_XRGB8888 16 年之前
  Alex Deucher c243e8dd23 r600: remove the no rrb messages 16 年之前
  Alex Deucher b924579bd4 r600: Add support for ARB_depth_clamp 16 年之前
  Brian Paul d0b6147291 intel: remove memcpy_get_tex_image() code 16 年之前
  Brian Paul fcbf663640 mesa: lift memcpy_get_tex_image() code from intel driver into core Mesa 16 年之前
  Brian Paul bde7874317 mesa: refactor _mesa_get_teximage() code 16 年之前
  Brian Paul 217a40d8d9 i965: indentation fix 16 年之前
  Brian Paul 26d22b094b i965: make brw_sf_prog_key::sprite_origin_lower_left one bit 16 年之前
  Brian Paul 035b21f365 i965: make brw_wm_prog_key a little smaller 16 年之前
  Eric Anholt 8a9afe71b8 i915: Fix 1D texture mapping in the t coordinate. 16 年之前
  Eric Anholt 4b377ae292 i915: Correct and make use of the defines for 32-bit depth texture modes. 16 年之前
  Brian Paul 861fec163c i965: avoid shader translation on window resize 16 年之前
  Brian Paul 198ec96d36 i965: define, use BRW_MAX_DRAW_BUFFERS 16 年之前
  Brian Paul 7648c80ac8 i965: remove unused var 16 年之前
  Brian Paul 9ef33b8685 i965: don't use context state in emit_fb_write() 16 年之前
  Brian Paul a8d233e509 i965: use macros to get/set prog_instruction::Aux field 16 年之前
  Brian Paul a0959bcee5 i965: minor code reformatting 16 年之前
  José Fonseca c6164ff155 mesa: Add MESA_FORMAT_Z24_X8. 16 年之前
  Zack Rusin a7fa56a64b st/xorg: fix scaling ov xv data, plus some cleanups 16 年之前
  Eric Anholt f8f40b53a6 i915: Implement min/max LOD clamping with the hardware. 16 年之前
  Eric Anholt 3744472441 i965: Replace a MIN(MAX()) with CLAMP(). 16 年之前
  Brian Paul ea414e3318 intel: check for single memcpy() in memcpy_get_tex_image() 16 年之前
  Eric Anholt 92e7c6a258 i965: Fix fallout from ARB_depth_clamp enablement that broke glDepthRange. 16 年之前
  Eric Anholt 32ec3f2673 mesa: Mostly fix swrast's ARB_depth_clamp support. 16 年之前
  Eric Anholt 6eb6a0e9cb intel: Don't bother MI_FLUSHing on glFlush in the DRI2 case. 16 年之前
  Eric Anholt fb0084e69e intel: Clean up merge leftover from the DRI2 swap throttling. 16 年之前
  Brian Paul 1596f714d2 intel: remove debug code 16 年之前
  Brian Paul 2b628d43c0 mesa: consolidate some code in _mesa_GetCompressedTexImageARB() 16 年之前
  Brian Paul dcb4716802 intel: added fast memcpy path for glGetTexImage() 16 年之前