84015 Commits (93fb768c7e608a64db3a8fc94126880ae91c7147)
 

Author SHA1 Message Date
  Tapani Pälli 5d9b50e596 glx: apple specific occurences of dummyContext check 9 years ago
  Bernard Kilarski 2e3f067458 glx: fix error code when there is no context bound 9 years ago
  Mathias Fröhlich 312ece9cd7 mesa: Remove duplicate include. 9 years ago
  Mathias Fröhlich 84984b9986 vbo: Remove always true return from vbo_bind_arrays. 9 years ago
  Mathias Fröhlich 72f1566f90 mesa: Move check for vbo mapping into api_validate.c. 9 years ago
  Mathias Fröhlich b7b0c51f1f mesa: Move _mesa_all_buffers_are_unmapped to arrayobj.c. 9 years ago
  Mathias Fröhlich c17cf1c8f5 vbo: Array draw must not care about glBegin/glEnd vbo mapping. 9 years ago
  Ilia Mirkin 5c1ccd8053 nv50,nvc0: fix depth range when halfz is enabled 9 years ago
  Ilia Mirkin c85b7f0e87 gallium/util: add helper to compute zmin/zmax for a viewport state 9 years ago
  Ilia Mirkin 68b64f32e8 vbo: allow DrawElementsBaseVertex in display lists 9 years ago
  Rob Clark 561fd226d4 freedreno/a3xx+a4xx: move common VBOs to fd_context 9 years ago
  francians@gmail.com a49fb4ab2d freedreno/a2xx: add missing casts to silence notices 9 years ago
  Rob Clark 78ba262d00 freedreno/ir3: fix issue with emit_tex() 9 years ago
  Ilia Mirkin a32c87f74b glsl: emit a specific error when ast_*_assign changes type 9 years ago
  Ilia Mirkin d816a51b81 st/mesa: provide GL_OES_copy_image support by caching the original ETC data 9 years ago
  Ilia Mirkin 7727e6f67c st/mesa: refactor duplicated etc fallback checks 9 years ago
  Ilia Mirkin 1baae00089 glsl: look for frag data bindings with [0] tacked onto the end for arrays 9 years ago
  Lionel Landwerlin 0294dd00cc anv: pipeline: gen7: fix assert in debug mode 9 years ago
  Haixia Shi 8c56ff643b mesa: change state query return value for RGB565 9 years ago
  Anuj Phogat 0bf531aee6 anv/device: Add limits for InterpolationOffset 9 years ago
  Anuj Phogat 7f6136d7db i965: Change 8X MSAA sample mapping 9 years ago
  Anuj Phogat fb1bc5007d i965: Change 8x multisample positions 9 years ago
  Anuj Phogat 1fe36d849c anv: Use macro to avoid code duplication for sample positions 9 years ago
  Marek Olšák 317e136ef0 st/mesa: BufferData should flag NewDriverState 9 years ago
  Marek Olšák 085aa7f91e st/mesa: don't update atomic, SSBO, UBO and TBO states that have no effect 9 years ago
  Marek Olšák ac032d800e st/mesa: _NEW_TEXTURE & CONSTANTS shouldn't flag states that aren't used 9 years ago
  Marek Olšák c323d5b809 st/mesa: when changing shaders, only dirty states that are affected by them 9 years ago
  Marek Olšák 8c1775c14c st/mesa: determine states used or affected by shaders at compile time 9 years ago
  Marek Olšák a7d33315a7 st/mesa: remove TES/TCS/GS state dirtying optimization 9 years ago
  Marek Olšák 0be30ea1a8 st/mesa: don't update clip state on VS changes if it has no effect 9 years ago
  Marek Olšák 412bd7360c st/mesa: don't update clip state if it has no effect 9 years ago
  Chad Versace dd93cbc894 mesa: Document that _mesa_enum_to_string() returns non-null (v2) 9 years ago
  Kenneth Graunke f9f462936a glsl: Fix invariant matching in GLSL 4.30 and GLSL ES 1.00. 9 years ago
  Kenneth Graunke 0ed316360f glsl: Tidy stream handling in merge_qualifier(). 9 years ago
  Kenneth Graunke dffa371665 glsl: Fix inout qualifier handling in GLSL 4.40. 9 years ago
  Miklós Máté 17f1c49b9a swrast: fix active attribs with atifragshader 9 years ago
  Indrajit Das 8074c6b6ea st/omx/dec/h264: pass default scaling lists in raster format 9 years ago
  Jose Fonseca 06b63f1f43 appveyor: Force Visual Studio 2013 image. 9 years ago
  Jose Fonseca 16627fc87d appveyor: Install pywin32 extensions. 9 years ago
  Timothy Arceri 33b3815773 glsl/tests: fix segfault in uniform initializer test 9 years ago
  Ian Romanick 50b49d242d glcpp: Only disallow #undef of pre-defined macros on GLSL ES >= 3.00 shaders 9 years ago
  Ian Romanick eda6349346 glcpp: Track the actual version instead of just the version_resolved flag 9 years ago
  Timothy Arceri 30e5ff7067 glsl: remove remaining tabs in link_uniform_initializers.cpp 9 years ago
  Timothy Arceri 549222f5f8 glsl: use UniformHash to find storage location 9 years ago
  Timothy Arceri 82e153daff glsl: remove dead builtins before assigning varying locations 9 years ago
  Timothy Arceri 588702cc41 glsl: split out varying and uniform linking code 9 years ago
  Jason Ekstrand 4c3a6b07e2 i965/vec4: Make opt_vector_float reset at the top of each block 9 years ago
  Eric Anholt ac6966360f mesa: Use a temporary set to track whether we've added a resource yet. 9 years ago
  Eric Anholt ee02a5e330 prog_hash_table: Convert to using util/hash_table.h. 9 years ago
  Eric Anholt 91945f9e91 prog_hash_table: Convert compare funcs to match util/hash_table.h. 9 years ago