527 Revize (c9aabc866f1fa2b724780800cf97cf6f3c1c1cf4)
 

Autor SHA1 Zpráva Datum
  Kenneth Graunke c9aabc866f Implement 1.30 hyperbolic trig builtins (sinh, cosh, tanh). před 15 roky
  Kenneth Graunke 1d0e07c420 Implement 1.20 'transpose' builtin. před 15 roky
  Kenneth Graunke 43ff6fc4ae Implement 1.20 'outerProduct' builtin. před 15 roky
  Kenneth Graunke 0c8ffadc8c Implement matrixCompMult builtin - the last of the 110 builtins. před 15 roky
  Kenneth Graunke d6a32d4b54 ir_constant_visitor: Add support for dFdx and dFdy operations. před 15 roky
  Kenneth Graunke b843c7a20c Implement dFdx, dFdy, and fwidth via new expression opcodes. před 15 roky
  Kenneth Graunke cbd881da3f Implement 'refract' builtin. před 15 roky
  Kenneth Graunke 3ffedf1249 Fix some typing issues in asin. před 15 roky
  Kenneth Graunke c476ba8fe2 Add a completely bogus implementation of the noise[1234] builtins. před 15 roky
  Kenneth Graunke 855fcb22c1 Implement 'acos' builtin. před 15 roky
  Kenneth Graunke 539f29323f Implement 'faceforward' builtin. před 15 roky
  Kenneth Graunke 29b22287fe Implement 'distance' builtin. před 15 roky
  Kenneth Graunke cdf1726ffd Add remaining signatures for 'clamp' builtin. před 15 roky
  Kenneth Graunke 76796ed66f Add remaining signatures for 'max' builtin. před 15 roky
  Kenneth Graunke 47d44c877e Add remaining signatures for 'min' builtin. před 15 roky
  Kenneth Graunke 2438f64e63 Add remaining signatures for 'mod' builtin. před 15 roky
  Kenneth Graunke b97efa5db5 ir_function_cloning_visitor: Add support for ir_texture. před 15 roky
  Kenneth Graunke 8331d48948 Don't call _mesa_glsl_initialize_types for every builtin function. před 15 roky
  Kenneth Graunke 57503a22d7 Only initialize types after #extension directives have been processed. před 15 roky
  Kenneth Graunke 4b0029a97d Commit output of texture_builtins.py and refresh builtin_function.cpp. před 15 roky
  Kenneth Graunke 5e65c1ccae texture_builtins.py: Support the EXT_texture_array extension. před 15 roky
  Kenneth Graunke 0d80f71867 Add EXT_texture_array support. před 15 roky
  Kenneth Graunke cc249f79e7 generate_builtins.pl: Support stage-specific builtins even for extensions. před 15 roky
  Kenneth Graunke c34a624c9f texture_builtins.py: Fixes for Array variants. před 15 roky
  Kenneth Graunke 538da12092 texture_builtins.py: Add support for 130 Proj variants. před 15 roky
  Kenneth Graunke b3bcea7db6 Add a python script to generate texture builtins. před 15 roky
  Kenneth Graunke 9aefbe838c generate_builtins.pl: Support directiories for each extension. před 15 roky
  Kenneth Graunke 9d1fc46f0c generate_builtins.pl: Support _fs directories as well as _vs. před 15 roky
  Kenneth Graunke 56d3f6ad78 Set the type of ir_texture properly; infer it from the sampler type. před 15 roky
  Kenneth Graunke dd5b4a544b ir_reader: Add support for reading ir_texture. před 15 roky
  Kenneth Graunke 3c7934bfaa ir_reader: Refactor reading of dereferences for later reuse. před 15 roky
  Kenneth Graunke 26d74cd1d1 Add stub visitor support for ir_texture. před 15 roky
  Kenneth Graunke be298063b5 ir_print_visitor: Add support for ir_texture. před 15 roky
  Kenneth Graunke c30f6e5dea Add mappings between ir_texture_opcode and strings. před 15 roky
  Ian Romanick 81377c012c Define IR instruction for texture look-ups před 15 roky
  Ian Romanick 2f8b0435b0 Use array delete operator to delete an array před 15 roky
  Ian Romanick cfb3536f10 Bump GL_MAX_TEXTURE_COORDS from 2 to 4 před 15 roky
  Ian Romanick 19eb5896c4 Only allow global precision qualifier for int and float před 15 roky
  Ian Romanick 9bcb67bdc4 Fix parsing of precision qualifiers před 15 roky
  Ian Romanick 15d162d7b1 Don't process empty shaders před 15 roky
  Ian Romanick 6cd2a5cc4b Generate an error on empty declaration lists před 15 roky
  Kenneth Graunke 603b8fc4b2 Check variable mode when comparing qualifier lists. před 15 roky
  Ian Romanick 384c051b8c ir_dereference_array always operates on an r-value před 15 roky
  Ian Romanick 35159b542c There is no class ir_label, so there's no need for ir_instruction::as_label před 15 roky
  Ian Romanick c8021ee01d Remove some cruft from the Makefile před 15 roky
  Eric Anholt aa5794384f Add builtin gl_LightSource[]. před 15 roky
  Eric Anholt 5b9ac87941 builtins: Add support for reflect(). před 15 roky
  Eric Anholt da46e5f534 builtins: Add ftransform(). před 15 roky
  Eric Anholt 0ca171908d Allow arrays of floats as varyings. před 15 roky
  Eric Anholt cd512b0063 gl_Normal is a vec3 not a vec4. před 15 roky