68824 Commits (feb858b788cf27b31d12ad8a00805f015d4063cc)
 

Author SHA1 Message Date
  Emil Velikov efe87f1a80 egl/main: use c11/threads' mutex directly 10 years ago
  Jason Ekstrand 90e50908d7 nir/worklist: Don't change the start index when computing the tail index 10 years ago
  Thomas Helland 8fb8fe46fa nir: Optimize a + neg(a) 10 years ago
  Thomas Helland 0525f2e851 nir: Optimize (a*b)+(a*c) -> a*(b+c) 10 years ago
  Marius Predut 09b0325409 vbo: improve the code style by adjust the preprocessing c code directives 10 years ago
  Brian Paul 9816acff2c mesa: remove CPU_TO_LE32() for AIX 10 years ago
  Brian Paul 3158b3abb3 mesa: remove #define __volatile 10 years ago
  Brian Paul d7193ce42c mesa: use strdup() instead of _mesa_strdup() 10 years ago
  Brian Paul 5376bc74cc st/glx: use strdup() instead of _mesa_strdup() 10 years ago
  Brian Paul 279c5965aa xlib: use strdup() instead of _mesa_strdup() 10 years ago
  Brian Paul 14ba6c9325 i915: add parens to silence operator precedence warning 10 years ago
  Iago Toral Quiroga 6ac1bc90c4 i965: Fix out-of-bounds accesses into pull_constant_loc array 10 years ago
  Jordan Justen 5750595ca9 i965/gen6 gs: Convert brw_imm_ud/brw_imm_d to src_reg 10 years ago
  Jordan Justen e5269ca28e i965/fs: Use unsigned for CS/VS atomics pixel mask immediate data 10 years ago
  Jordan Justen 6626e3548b i965/gen8: Don't allocate hiz miptree structure 11 years ago
  Jordan Justen 81124aefe8 i965/gen7: Don't allocate hiz miptree structure 11 years ago
  Jordan Justen 31b851dccb i965/gen8: Don't rely directly on the hiz miptree structure 11 years ago
  Jordan Justen 26eabd189d i965/gen7: Don't rely directly on the hiz miptree structure 11 years ago
  Jordan Justen aedcd466bb i965/hiz: Start to separate miptree out from hiz buffers 11 years ago
  Dave Airlie 4d318b61fc mesa/scissor: fix typos in debug names 10 years ago
  Samuel Pitoiset e5cd42ed9a nvc0: fix wrong max value for driver queries 10 years ago
  Vinson Lee 13f4963ed2 i965: Silence GCC maybe-uninitialized warning. 10 years ago
  Vinson Lee 282f67becd i915: Fix GCC unused-but-set-variable warning in release build. 10 years ago
  Vinson Lee 5f759836ad Add macro for unused function attribute. 10 years ago
  Ben Widawsky 7aba4ab1f3 meta: Plug memory leak 10 years ago
  Kenneth Graunke e95969cd95 i965/fs: Don't issue FB writes for bound but unwritten color targets. 10 years ago
  Kenneth Graunke 4ebeb71573 i965/fs: Make emit_shader_time_end() insert before EOT. 10 years ago
  Kenneth Graunke e43af8d09f i965/fs: Make get_timestamp() pass back the MOV rather than emitting it. 10 years ago
  Kenneth Graunke bea854c7f3 i965/fs: Make emit_shader_time_write return rather than emit. 10 years ago
  Kenneth Graunke f1adc45dbe i965/fs: Set smear on shader_time diff register. 10 years ago
  Kenneth Graunke ef9cc7d0c1 i965/fs: Set force_writemask_all on shader_time instructions. 10 years ago
  Alexandre Demers 7a37d5c3a4 r600g: Use R600_MAX_VIEWPORTS instead of 16 10 years ago
  Ian Romanick 85df48b45a i915: Remove unused IS_GEN2 macro 10 years ago
  Ian Romanick 07a062997a i915: Remove (mostly) unused IS_915 macro 10 years ago
  Ian Romanick 117288dbf3 i915: Remove (mostly) unused IS_PNV, IS_PNVG, and IS_PNVGM macros 10 years ago
  Ian Romanick 19fda9fc83 i915: Remove IS_9XX macro 10 years ago
  Ian Romanick 6d41316b79 i915: Remove unused IS_MOBILE macro 10 years ago
  Ian Romanick e7d94be1ec i965: Don't write past the end of the application supplied buffer 10 years ago
  Ian Romanick 78a211cee5 i965: Silence unused parameter warning 10 years ago
  Ian Romanick 3a6a732c43 i965: Silence many 'static' is not at beginning of declaration warnings 10 years ago
  Ian Romanick c82c8b2201 i965/fs: Silence unused parameter warning 10 years ago
  Ian Romanick f9779e4a8f i965/fs: Silence unused parameter warning 10 years ago
  Ian Romanick e4f26acc08 i965/fs: Silence unused parameter warning 10 years ago
  Laura Ekstrand 1e552db522 main: Add entry point for TextureBufferRange. 10 years ago
  Laura Ekstrand 311b3686fe main: Add check_texture_buffer_target. 10 years ago
  Laura Ekstrand 5f8c6eabbe main: Add check_texture_buffer_range. 10 years ago
  Laura Ekstrand 0f6372946b main: Cosmetic changes for Texture Buffers. 10 years ago
  Laura Ekstrand 6b78a1fb89 main: Refactor _mesa_texture_buffer_range. 10 years ago
  Laura Ekstrand d03337306a main: Use _mesa_lookup_bufferobj_err to simplify Tex[ture]Buffer[Range]. 10 years ago
  Laura Ekstrand 768ca8b83e main: Add utility function _mesa_lookup_bufferobj_err. 10 years ago