46723 次程式碼提交 (f9ed71315842a6b358b3e560da99e39f69590458)
 

作者 SHA1 備註 提交日期
  Marek Olšák f9ed713158 gallium/docs: update d3d11ddi.txt 14 年之前
  Marek Olšák 163761f128 st/mesa: don't compute index buffer bounds for per-instance data 14 年之前
  Paul Berry 9c75527299 glsl 1.30: Fix numerical instabilities in asinh 14 年之前
  Brian Paul b79782cbed mesa: fix signed/unsigned sscanf() warning in _mesa_override_glsl_version() 14 年之前
  Brian Paul 3bb41e7b2d st/mesa: include version.h and fix _mesa_override_glsl_version() call 14 年之前
  Eric Anholt 9f220bd135 glsl: Add support for constant expression evaluation on trunc(). 14 年之前
  Eric Anholt 158a585450 i965/vs: Add support for bit-shift operations. 14 年之前
  Eric Anholt 0045a67418 mesa: Add missing _mesa_sizeof_glsl_type() for UNSIGNED_INT. 14 年之前
  Eric Anholt 7de6e749df i965/fs: Add support for bit-shift operations. 14 年之前
  Eric Anholt 344f94bb00 glsl: Fix assertion checking types of constant bitshift expressions. 14 年之前
  Eric Anholt 1d59de1456 ir_to_mesa: Don't assertion fail on remaining GLSL 1.30 ops. 14 年之前
  Paul Berry f02ed012c9 i965: don't intepolate clip distances on pre-GEN6. 14 年之前
  Paul Berry 64ce64a3f8 i965 new VS: Fix bugs in pre-GEN6 psiz/flags computation 14 年之前
  Paul Berry cc3a699e32 i965 new VS: Fix src_reg(uint32_t) constructor. 14 年之前
  Paul Berry e7da40afe8 i965 new VS: don't share clip plane constants in pre-GEN6 14 年之前
  Paul Berry 7e2b23ba85 i965: Fix a hardcoded user clip plane count. 14 年之前
  Paul Berry a864b82a04 i965: allow for nonconsecutive elements of gl_ClipDistance to be enabled. 14 年之前
  Paul Berry e6c8027ccb i965: Use 4 bits to store nr_userclip in brw_clip.h. 14 年之前
  Chad Versace bb3e75d9a5 intel: Remove unused function get_glsl_version() 14 年之前
  Chad Versace a1eff5570f mesa: Allow overriding GLSL version with environment variable 14 年之前
  Brian Paul 124fc96ddf st/mesa: substitute argument to guess_base_level_size() call 14 年之前
  Brian Paul d1e567fb00 mesa: fix signed/unsigned warning in sscanf() 14 年之前
  Brian Paul d487cc23a1 scons: insert 'git-' into MESA_GIT_SHA1 string 14 年之前
  Brian Paul e112287474 scons: fix write_git_sha1_h_file() issue on Windows 14 年之前
  Christoph Bumiller ddb5cd0a7b d3d1x: propagate DepthBiasClamp to rasterizer cso 14 年之前
  Christoph Bumiller 5def3b7be1 d3d1x: fix uninitialized const color union black 14 年之前
  Christoph Bumiller b3fa0d311e nv50,nvc0: support polygon offset clamp state 14 年之前
  Christoph Bumiller e92348b7f5 r600: support polygon offset clamp state 14 年之前
  Christoph Bumiller 16f8308c3d gallium: add polygon offset clamp state 14 年之前
  Brian Paul f83af361a4 scons: generate git_sha1.h file as with Makefile build 14 年之前
  Kenneth Graunke 83df7fbe62 i965: Allow SIMD16 color writes on Ivybridge. 14 年之前
  Kenneth Graunke 79cba4c2b1 i965/fs: Allow SIMD16 with control flow on Ivybridge. 14 年之前
  Eric Anholt b095b683f8 intel: Fix compiler warnings from the depth stall flush commit. 14 年之前
  Eric Anholt d1fda903ec radeon: Drop mapping we were doing around glGetTexImage(). 14 年之前
  Eric Anholt 6731c6cfb1 nouveau: Drop mapping we were doing around glGetTexImage(). 14 年之前
  Eric Anholt 019c9ee220 intel: Drop our custom glGetTexImage() code. 14 年之前
  Brian Paul ce62473408 mesa: Finally, convert RGBA glGetTexImage() to using MapTextureImage(). 14 年之前
  Brian Paul 429b45e7c0 mesa: Convert depth glGetTexImage() to using MapTextureImage(). 14 年之前
  Brian Paul 59348722b7 mesa: Convert depth/stencil glGetTexImage() to using MapTextureImage(). 14 年之前
  Brian Paul 0c513a9c1b mesa: Switch ycbcr glGetTexImage() to using MapTextureImage(). 14 年之前
  Brian Paul 440dfb4583 mesa: Switch memcpy fast-path of glGetTexImage() to using MapTextureImage(). 14 年之前
  Brian Paul 177110ae32 mesa: Update comments/assertions about buffer mapping for glGetTexImage(). 14 年之前
  Brian Paul 8df7ca7112 mesa: Convert GetCompressedTexImage to using MapTextureImage(). 14 年之前
  Dave Airlie 9f61e43b49 gallium: move border color to be a color union 14 年之前
  Chad Versace 0527c11d7a mesa: Allow override of GL version with environment variable 14 年之前
  Paul Berry b565e62a44 mesa: Make enable.c and get.c properly range check clip flags. 14 年之前
  Brian Paul 4c84fbea9d mesa: fix indentation in mipmap.c (3 spaces) 14 年之前
  Eric Anholt 39790b6450 i965/vs: Fix access beyond array bounds for non-GRF operands. 14 年之前
  Eric Anholt 8004a1cb95 intel: Rename region->buffer to region->bo, and remove accessor function. 14 年之前
  Eric Anholt b4721bf711 intel: Drop stale comment about CopyTexSubImage. 14 年之前