40023 Commits (3322fbaf3b5e305ce00c1d08c26965bb98e0cef0)
 

Author SHA1 Message Date
  Ian Romanick 3322fbaf3b glsl: Slightly change the semantic of _LinkedShaders 15 years ago
  Eric Anholt 4b4284c9c9 i965: Fix texturing on pre-gen5. 15 years ago
  Brian Paul 3d7479d705 llvmpipe: code to dump bytecode to file (disabled) 15 years ago
  Brian Paul 62450b3c49 gallivm: add compile-time option to emit inst addrs and/or line numbers 15 years ago
  Brian Paul 8fb49554d9 mesa: remove post-convolution width/height vars 15 years ago
  Kenneth Graunke 2bc704d543 glsl: Refresh autogenerated file builtin_function.cpp. 15 years ago
  Kenneth Graunke 27ced5c5ff glsl: Add support for the 1.30 round() built-in. 15 years ago
  Kenneth Graunke f157812bbb i965: Add support for ir_unop_round_even via the RNDE instruction. 15 years ago
  Kenneth Graunke 6dc204c5dc glsl: Add front-end support for GLSL 1.30's roundEven built-in. 15 years ago
  Kenneth Graunke d85d25dd1f glsl: Add a new ir_unop_round_even opcode for GLSL 1.30's roundEven. 15 years ago
  Dave Airlie 510c503762 r300g: clean up warning due to unknown cap. 15 years ago
  Keith Whitwell 8260ab9346 r600g: handle absolute modifier in shader translator 15 years ago
  Keith Whitwell c28f764572 r600g: emit hardware linewidth 15 years ago
  Keith Whitwell cbf2fb5543 r600/drm: fix segfaults in winsys create failure path 15 years ago
  Kenneth Graunke 4bab22bca3 i965: Clean up a warning in the old fragment backend. 15 years ago
  Eric Anholt a81d423d93 i965: Enable the new FS backend on pre-gen6 as well. 15 years ago
  Kenneth Graunke 897f6d3c7d i965: Correctly emit the RNDZ instruction. 15 years ago
  Kenneth Graunke f541b685aa i965: Use RNDZ for ir_unop_trunc in the new FS. 15 years ago
  Kenneth Graunke f9bd4c6c26 glsl: Refresh autogenerated file builtin_function.cpp. 15 years ago
  Kenneth Graunke 090dd4fcc5 glsl: Add front-end support for the "trunc" built-in. 15 years ago
  Kenneth Graunke c4226142f3 i965: Use logical-not when emitting ir_unop_ceil. 15 years ago
  Eric Anholt 5dd07b442e i965: Add peepholing of conditional mod generation from expressions. 15 years ago
  Eric Anholt d5599c0b6a i965: Add a function for handling the move of boolean values to flag regs. 15 years ago
  Kristian Høgsberg 1d33e940d2 Only install vtxfmt tables for OpenGL 15 years ago
  Eric Anholt 4f88550ba0 i965: Add a pass to the FS to split virtual GRFs to float channels. 15 years ago
  Eric Anholt b8613d70da i965: Update the live interval when coalescing regs. 15 years ago
  Eric Anholt 0c6752026c i965: Set class_sizes[] for the aligned reg pair class. 15 years ago
  Keith Whitwell f0bd76f28d llvmpipe: don't try to emit non-existent color outputs 15 years ago
  Kristian Høgsberg 81ccb3e2ce Drop the "neutral" tnl module 15 years ago
  Chia-I Wu d6de1f44a0 st/egl: Do not finish a fence that is NULL. 15 years ago
  Chia-I Wu c97c77d869 st/egl: Access _EGLConfig directly. 15 years ago
  Chia-I Wu 3fa21881b1 egl: Access config attributes directly. 15 years ago
  Chia-I Wu 282e514240 egl: Use attribute names as the _EGLConfig member names. 15 years ago
  Dave Airlie 68014c8d19 r600g: select linear interpolate if tgsi input requests it 15 years ago
  Dave Airlie 0637044add r600g: fixup typo in macro name 15 years ago
  Dave Airlie 1e82c28fcf r600g: fixup pos/face ena/address properly 15 years ago
  Dave Airlie 8a9f02c5d5 r600g: only pick centroid coordinate when asked. 15 years ago
  Zhenyu Wang 338b3f0b90 Revert "i965: fallback lineloop on sandybridge for now" 15 years ago
  Zhenyu Wang e8e79c1d7e i965: Fix GS hang on Sandybridge 15 years ago
  Eric Anholt a57ef244fc i965: Add support for rescaling GL_TEXTURE_RECTANGLE coords to new FS. 15 years ago
  Fredrik Höglund a21a2748be r600g: Fix texture sampling with swizzled coords 15 years ago
  Dave Airlie 26dacce2c0 r600g: drop unused context members 15 years ago
  Ian Romanick 7d8ba5f78f mesa: Clean up various 'unused parameter' warnings in shaderapi 15 years ago
  Ian Romanick ccc1c4c6d9 mesa: Clean up two 'comparison between signed and unsigned' warnings 15 years ago
  Ian Romanick 5cb24c4a75 mesa: Refactor validation of shader targets 15 years ago
  Ian Romanick babe20b9d1 mesa: Silence unused variable warning 15 years ago
  Ian Romanick 4a45595cf3 linker: Reject shaders that have unresolved function calls 15 years ago
  Vinson Lee 720bdfbceb glsl: Initialize variable in ir_derefence_array::constant_expression_value 15 years ago
  José Fonseca ae00e34e4b llvmpipe: Generalize the x8z24 fast path to all depth formats. 15 years ago
  José Fonseca 60c5d4735d gallivm: More accurate float -> 24bit & 32bit unorm conversion. 15 years ago