47854 コミット (4ce635c871d00e442efb2b265562685d7edd44ae)
 

作成者 SHA1 メッセージ 日付
  Ian Romanick 59012c3133 mesa: Implement glGetFragDataLocation 14年前
  Ian Romanick b12b5d9ab5 linker: Use app-specified fragment data location during linking 14年前
  Ian Romanick 4464a4b27b mesa: Stub implementation of glBindFragDataLocation 14年前
  Morgan Armand 0a0d820f7b softpipe: don't clamp or do logical operations on floating-point buffers. 14年前
  Vinson Lee 3210cad3f2 st/mesa: Fix memory leak on error path. 14年前
  Vinson Lee f4515d106c st/dri: Fix memory leak on error path. 14年前
  Dan McCabe 5c02e2e2de glsl: Generate IR for switch statements 14年前
  Dan McCabe 85beb39e14 glsl: Reference data structure ctors in grammar 14年前
  Dan McCabe a0afcc6719 glsl: Create AST structs corresponding to new productions in grammar 14年前
  Dan McCabe 80944599dc glsl: Add productions to GLSL grammar for switch statement 14年前
  Dan McCabe 19daba5470 glsl: Create AST data structures for switch statement and case label 14年前
  Chia-I Wu a69da5c0ce util: add log2f for Android 14年前
  Brian Paul 2051a11823 mesa: remove prog_uniform.c from SConscript 14年前
  Ian Romanick be4524aeed Delete code made dead by previous uniform related patches 14年前
  Ian Romanick c42ca36d67 mesa: Add missing check for glUniform*v count > 1 on non-array 14年前
  Ian Romanick 719909698c mesa: Rewrite the way uniforms are tracked and handled 14年前
  Ian Romanick 143d20c16a i965: Move _mesa_ir_link_shader call before device-specific linking 14年前
  Ian Romanick cfab4327c3 mesa: Add log_uniform and log_program_parameters to dump data 14年前
  Ian Romanick d7a7e4fc99 ir_to_mesa: Add _mesa_associate_uniform_storage 14年前
  Ian Romanick 70650d08fa mesa: Add _mesa_uniform_{attach,detach_all}_driver_storage functions 14年前
  Ian Romanick 9516182e80 mesa: Add _mesa_propagate_uniforms_to_driver_storage 14年前
  Ian Romanick 07731ed169 linker: Track uniform locations to new tracking structures 14年前
  Ian Romanick 9a21d4670c mesa: Add structures for "new style" uniform tracking in shader programs 14年前
  Ian Romanick 466d5ffee4 linker: Add helper class for parcelling out backing storage to uniforms 14年前
  Ian Romanick 57f79de6d0 linker: Add helper class for determining uniform usage 14年前
  Ian Romanick 2f45ed393a mesa: Move most of uniforms.c to uniform_query.cpp 14年前
  Ian Romanick 65add4327d mesa: Refactor parameter validate for GetUniform, Uniform, and UniformMatrix 14年前
  Ian Romanick 637a7eb9e9 mesa: Move {split,merge}_location_offset to uniforms.h 14年前
  Ian Romanick 4ad460991c glsl: Add new structures for tracking uniforms in linked shaders 14年前
  Ian Romanick 4ad41af616 mesa: Make get_uniform available outside compilation unit 14年前
  Ian Romanick fa7eccb8c0 mesa: Move the link check from _mesa_get_uniform_location to _mesa_GetUniformLocationARB 14年前
  Ian Romanick f6ee7bce65 linker: Make invalidate_variable_locations available outside the compilation unit 14年前
  Ian Romanick 68db407b20 glsl: Allow glsl_types.h to be included in C sources 14年前
  Ian Romanick 017346f403 mesa: Add string_to_uint_map::clear method to clear the map 14年前
  Ian Romanick 295e07ef51 mesa: Fix error generation for glClearBuffer{i ui}v with GL_DEPTH or GL_STENCIL 14年前
  Brian Paul f4fb0be605 mesa: fix the selection of soft renderbuffer color formats 14年前
  Brian Paul 0ef8c0ddc7 mesa: remove unneeded soft renderbuffer format-setting code 14年前
  Brian Paul 87ac3ae50e mesa: fix comment typo in intel_renderbuffer 14年前
  Brian Paul 46f5ef557f intel: update intel_texture_image comment 14年前
  Brian Paul 24524784cf intel: wrap comment and fix typo 14年前
  Brian Paul 377eb5c30c st/mesa: first implementation of Map/UnmapRenderbuffer() 14年前
  Brian Paul 32c3957991 xlib: implement renderbuffer mapping/unmapping 14年前
  Brian Paul 68c3d21b68 mesa: check for immutable texture in _mesa_test_texobj_completeness() 14年前
  Brian Paul b64dc2a275 swrast: update program type assertion 14年前
  Brian Paul af734468fe st/mesa: clean-up st_translate_interp() 14年前
  Brian Paul 0d05422c20 st/mesa: add some null pointer checking to better handle out of memory 14年前
  Morgan Armand 245edfb005 st/mesa: fix memory leaks 14年前
  Morgan Armand 33ca21fc3c st/mesa: fix indentation 14年前
  Morgan Armand 89d6044b7b softpipe: fix memory leaks 14年前
  Kenneth Graunke dceb202297 i965: Fix Sandybridge regression introduced by workaround-free math. 14年前