50188 次程式碼提交 (32f7676e9c09d9c13da3fa2518807ab94aad5fb2)
 

作者 SHA1 備註 提交日期
  Kenneth Graunke 32f7676e9c glsl/builtins: Rework profiles to use the new '.glsl' common suffix. 13 年之前
  Kenneth Graunke fbea94ae59 glsl/builtins: Support stage-agnostic built-in profiles. 13 年之前
  Kenneth Graunke 7e35d97a02 glsl: Make the standalone compiler accept '.glsl' files. 13 年之前
  Brian Paul a5e95a419e mesa: add a couple fast-paths to fast_read_rgba_pixels_memcpy() 13 年之前
  Dave Airlie b814506e87 configure.ac: add IA64 support. 13 年之前
  Kenneth Graunke f4f6e1f5a0 glsl/builtins: Use ivec for texel offsets in textureProjGradOffset. 13 年之前
  Christoph Bumiller 48aec56559 nv50: specify location of UCPs to code generator 13 年之前
  Tom Stellard 6077b347ae r600g: Use automake to generate Makefile 13 年之前
  Eric Anholt 35f2fb70d3 Revert "glsl: Refuse to link GLSL 1.40+ shaders that would use fixed function." 13 年之前
  Eric Anholt f084b5ad32 docs: Update GLSL 1.40 status. 13 年之前
  Eric Anholt 252d99e4fa docs: Update that int textures got done for GL3. 13 年之前
  Eric Anholt 45f460f61e docs: Update that ARB_draw_instanced is on in i965. 13 年之前
  Eric Anholt 61c4e5cd68 docs: Update TBO support. 13 年之前
  Eric Anholt 4ec449a6ed glsl: Refuse to link GLSL 1.40+ shaders that would use fixed function. 13 年之前
  Eric Anholt acd4024e0a glsl: Add remaining *sampler2DRect* texture functions. 13 年之前
  Eric Anholt b9fed9f3d5 glsl: Fix the prototype of textureProjGradOffset(sampler2DShadow) 13 年之前
  Eric Anholt 56e2f97697 glsl: Mark [iu]sampler{Buffer,2DRect}as reserved in GLSL 1.40. 13 年之前
  Eric Anholt d91c8edd85 glsl: Add textureSize(*samplerBuffer) support. 13 年之前
  Eric Anholt 9a01e09ee5 glsl: Fix comment typo in 1.40 work. 13 年之前
  Eric Anholt ecc4c361a6 mesa: Remove dead _mesa_sizeof_glsl_type(). 13 年之前
  Eric Anholt 9d921b168b gtest: Don't actually install a library. 13 年之前
  Brian Paul 6f89f5a524 svga: add case for PIPE_CAP_MAX_DUAL_SOURCE_RENDER_TARGETS 13 年之前
  Dylan Noblesmith a3d56734df autoconf: add AM_PROG_CC_C_O 13 年之前
  Christoph Bumiller 847c898702 nvc0: fix nve4 linear copies 13 年之前
  Christoph Bumiller 1ce9205f79 targets/xvmc-nouveau: fix accidental hardcoded include path 13 年之前
  Christoph Bumiller e55c276255 nv50: use correct semantic map value for undefined PointSize output 13 年之前
  Christoph Bumiller 5b0cd37324 targets/xvmc-nouveau: add libdrm include path 13 年之前
  Ben Skeggs d37f90f131 nv30: init sample_mask to some default value at context creation time 13 年之前
  Ben Skeggs 29128e5ee2 nv30: fix some sifm transfer issues 13 年之前
  José Fonseca abfe759172 scons: Fix egl-static build due to conflicting symbols. 13 年之前
  Christoph Bumiller e44089b2f7 nvc0: add initial support for nve4+ (Kepler) chipsets 13 年之前
  Tom Stellard 69a921892d radeonsi: s/DUAL_SOURCE_BLEND/MAX_DUAL_SOURCE_RENDER_TARGETS/ 13 年之前
  Christoph Bumiller a6fcf14c23 nv50/ir/opt: extend handleCVT for nv50's SET u32 to f32 chain 13 年之前
  Christoph Bumiller a9f22b91e5 nv50/ir: print interpolation mode 13 年之前
  Christoph Bumiller dcc91fc5d3 nv50: update FP linkage state on one/two-sided lighting switch 13 年之前
  Christoph Bumiller df982399cc nv50: delete old shader compiler files 13 年之前
  Christoph Bumiller 0bbf1659df nv50: hook up to new shader code generator 13 年之前
  Christoph Bumiller 322bc7ed68 nv50/ir: import nv50 target 13 年之前
  Christoph Bumiller 15ce0f76e2 nv50/ir: fix off-by-ones in CSE and nvc0 insnCanLoad 13 年之前
  Christoph Bumiller ce04221081 nv50/ir/tgsi: generate UCPs with actual outputs instead of SVs 13 年之前
  Francisco Jerez d07e4421ab nv50/ir: Fix type of the instruction created by mkCmp() for dst in FILE_FLAGS. 13 年之前
  Christoph Bumiller f8c3212cbb nv50/ir: fix Instruction::isCommutationLegal for WAW 13 年之前
  Francisco Jerez 93508b5b0d nv50/ir/opt: Add isOptSupported() check in logical arith optimization. 13 年之前
  Francisco Jerez f4dbdcbfcf nv50/ir/ra: Fix live set propagation in the secondary passes of buildLiveSets(). 13 年之前
  Christoph Bumiller 2fc014f8c0 nv50/ir/opt: don't regard OP_WRSV as dead code 13 年之前
  Christoph Bumiller a765d7880f nv50/ir: add isUniform query to Values 13 年之前
  Christoph Bumiller e43a3a66a9 nv50/ir: rewrite the register allocator as GCRA, with spilling 13 年之前
  Christoph Bumiller 99319328d4 nv50/ir/tgsi: only export x-component of PSIZE 13 年之前
  Christoph Bumiller 12a2f5121d nvc0: fix emission of 3rd src in SET_AND,OR,XOR 13 年之前
  Francisco Jerez f01efba60a nv50/ir: Fix BuildUtil::mkSelect and mkClobber 13 年之前