16198 次程式碼提交 (dc48ae97dcd84acf691b33b0ea2e76c5fdfe18e1)
 

作者 SHA1 備註 提交日期
  Brian Paul dc48ae97dc tgsi: add tgsi_declaration fields for centroid sampling, invariant optimization 16 年之前
  Brian Paul a48b004c44 mesa: add gl_program::Input/OutputFlags[] array 16 年之前
  Brian Paul 71c900abc7 mesa: copy centroid/invariance/precision info in parse_init_declarator() 16 年之前
  Brian Paul 674d7181f8 mesa: check that varying variable qualifiers agree 16 年之前
  Brian Paul 19111c5efc mesa: copy precision/variant/centroid info in slang_fully_specified_type_copy() 16 年之前
  Brian Paul c249ac6d14 mesa: set flags for varying vars 16 年之前
  Brian Paul af988262e3 mesa: rename program parameter flags to match other Mesa conventions 16 年之前
  Brian Paul 64de78723c mesa: copy Flags in _mesa_clone_parameter_list() 16 年之前
  Brian Paul a92af00e2a mesa: dump/debug varying vars list 16 年之前
  Brian Paul 36f9d3fa9a mesa: added PROG_PARAM_ bits for invariant, flat/linear interpolation 16 年之前
  Brian Paul ee3da89b19 mesa: add Flags field to gl_program_parameter 16 年之前
  Brian Paul 716ccb11a2 mesa: issue error, don't crash, when calling a prototyped, but undefined function 16 年之前
  Brian Paul db2cde413c mesa: better variable name: s/aux/store/ 16 年之前
  Brian Paul 515a43da16 mesa: minor comment reformattting 16 年之前
  Brian Paul 620a2bad22 mesa: glsl compiler debug code 16 年之前
  Brian Paul e779e33261 mesa: rework GLSL array code generation 16 年之前
  Brian Paul ef4bd18a50 mesa: don't realloc instruction buffer so often 16 年之前
  Brian Paul 2a6c12cf53 mesa: updated comment 16 年之前
  Brian Paul def84fac39 mesa: fix merge conflict left-overs 16 年之前
  Brian Paul ebcf06702c mesa: no longer need Writemask field in GLSL IR nodes 16 年之前
  Brian Paul 9681119bbb mesa: revamp GLSL instruction emit code 16 年之前
  Brian Paul e8fa7e500c mesa: make writemask_string() non-static 16 年之前
  Brian Paul 2bdf076554 mesa: remove some do-nothing GLSL code 16 年之前
  Brian Paul ed8f857792 mesa: fix accidental regression in GLSL built-in texture matrix lookup 16 年之前
  Brian Paul 5b66bc1a83 mesa: remove unused/obsolete __NormalMatrixTranspose matrix 16 年之前
  Brian Paul 1ad6daf3a9 mesa: tweak program register printing for RelAddr case 16 年之前
  Brian Paul 20156ce5da mesa: allow relative indexing into all register files and indirect dst register indexing 16 年之前
  Brian Paul 6b05708ce2 mesa: track initialization status of uniform variables. Plus, asst clean-ups. 16 年之前
  Brian Paul de44547891 mesa: initial support for uniform variable initializers. 16 年之前
  Brian Paul c478a1baca mesa: allows 'f' suffix on GLSL float literals 16 年之前
  Brian Paul 45c8d996f6 mesa: add support for 'centroid' qualifier in GLSL 1.20 16 年之前
  Brian Paul 2e77a39d2f mesa: add support for 'invariant' keyword for GLSL 1.20 16 年之前
  Brian Paul 4adeac5af1 mesa: reformat comments, rewrap lines, etc for a little better readability 16 年之前
  Brian Paul 62bf6cf6c7 gallium: Fix typeo in mipmap filter for GL_UNSIGNED_SHORT_1_5_5_5_REV 16 年之前
  José Fonseca 8ee1df0652 scons: Specify C99 throughout all the tree. 16 年之前
  Brian Paul 49c40b10c7 gallium: implement TGSI_OPCODE_DP2A, add sqrt to NRM3/NRM4 16 年之前
  Keith Whitwell fc4cea08fe tgsi: fix incomplete rename of loop counter variable 16 年之前
  Keith Whitwell f5d4274b4a draw: allow driver-override of draw_need_pipeline() 16 年之前
  Michal Krol ed7ba03256 tgsi: Dump indirect register swizzle. 16 年之前
  Michal Krol 4b3c74b4d6 tgsi: Return 0.0 for negative constant register indices. 16 年之前
  Michal Krol b8e68f2e55 tgsi: Keep address register as a floating point. 16 年之前
  José Fonseca 417a78bdad softpipe: Don't fill surfaces's winsys fields. 16 年之前
  José Fonseca fc16ba8553 softpipe: Call surface_alloc_storage to get the pipebuffer for display targets. 16 年之前
  Jerome Glisse 5f36c5b2c5 softpipe: initialize refcount and winsys 16 年之前
  Jerome Glisse 85bc49a6f1 softpipe: convert to use texture instead of surface 16 年之前
  José Fonseca ae7e75d610 gallium: const correctness. 16 年之前
  José Fonseca 229424b2d7 Ignore new tests executables. 16 年之前
  José Fonseca 9127a03bcb gallium: Fix typo in define name. 16 年之前
  José Fonseca b901e1f212 gallium: Simple and efficient cache. 16 年之前
  Brian Paul 030a7a320c gallium: replace #elif with #else 16 年之前