summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2017-05-29mesa: add KHR_no_error support for glBindImageTextures()Samuel Pitoiset2-31/+51
2017-05-29mesa: add KHR_no_error support for glBindImageTexture()Samuel Pitoiset2-0/+20
2017-05-29mesa: add bind_image_texture() helperSamuel Pitoiset1-7/+16
2017-05-29mesa: add set_image_binding() helperSamuel Pitoiset1-36/+34
2017-05-29mesa: remove unused layered parameter from validate_bind_image_texture()Samuel Pitoiset1-4/+4
2017-05-29mesa: add KHR_no_error support for glActiveTexture()Samuel Pitoiset2-11/+28
2017-05-26i965/copy_image: Use the blitter on gen5Jason Ekstrand1-1/+1
2017-05-26i965/blorp: Support copyteximage on gen4-5Jason Ekstrand1-4/+7
2017-05-26i965: Use blorp for CopyImageSubData on gen4-5Jason Ekstrand1-123/+17
2017-05-26i965: Round copy size to the nearest block in intel_miptree_copyJason Ekstrand1-2/+2
2017-05-26i965: Use BLORP for color clears on gen4-5Jason Ekstrand1-2/+1
2017-05-26i965: Use blorp for color blits on gen4-5Jason Ekstrand2-53/+30
2017-05-26i965: Add blorp support for gen4-5Jason Ekstrand6-3/+227
2017-05-26i965/gen4: Expose the guts of URB recalculation as a helperJason Ekstrand2-5/+12
2017-05-26intel/blorp: Add support for gen4-5 SF programsJason Ekstrand1-1/+2
2017-05-26i965: Move clip program compilation to the compilerJason Ekstrand10-2339/+22
2017-05-26i965: Move SF compilation to the compilerJason Ekstrand7-981/+12
2017-05-26i965/clip: Make brw_clip_prog_key::interp_mode an arrayJason Ekstrand2-2/+6
2017-05-26i965/sf: make brw_sf_prog_key::interp_mode an arrayJason Ekstrand2-2/+6
2017-05-26intel/genxml: Sampler state is a pointer on gen4-5Jason Ekstrand1-1/+1
2017-05-26i965/blorp: Properly handle mt->first_levelJason Ekstrand1-0/+3
2017-05-26i965/miptree: Take first_level into account when converting to ISLJason Ekstrand1-1/+1
2017-05-26i965: Use blorp_copy for doing r8 stencil updates on HSWJason Ekstrand1-15/+4
2017-05-26i965/blorp: Do and end-of-pipe sync on both sides of fast-clear opsJason Ekstrand1-18/+38
2017-05-25i965: use mmap64 for AndroidRob Herring1-16/+3
2017-05-25mesa: remove unrequired double calcTimothy Arceri1-10/+2
2017-05-25mesa: remove redundant modulus operationTimothy Arceri1-3/+2
2017-05-23mesa: Remove GL_APPLE_vertex_array_object stubsIan Romanick3-22/+0
2017-05-22i965: Enable ASTC HDR for BroxtonNanley Chery1-0/+3
2017-05-22mesa: GL_ARB_shader_subroutine is not optional in core profileIan Romanick8-48/+3
2017-05-22drirc: Add allow_glsl_builtin_variable_redeclaration for Dead Island Riptide ...Benedikt Schemmer1-0/+4
2017-05-22mesa: add APPLE_vertex_array_object stubsTimothy Arceri3-0/+22
2017-05-22main: Move hashLockMutex/hashUnlockMutex to header and inlineThomas Helland2-45/+40
2017-05-22main: Use _mesa_HashLock/UnlockMutex consistentlyThomas Helland1-13/+10
2017-05-20drirc: Add allow_glsl_builtin_variable_redeclaration for Dying Light and Dead...John Brooks1-1/+12
2017-05-20driconf: Add allow_glsl_builtin_variable_redeclaration optionJohn Brooks5-0/+16
2017-05-20i965: Use the upload BO for push constants on Gen7.5-Gen8.Kenneth Graunke2-2/+2
2017-05-20i965: Use the upload BO for push constants on Gen9+.Kenneth Graunke2-6/+11
2017-05-20i965: Drop BRW_NEW_PUSH_CONSTANT_ALLOCATION from CS packets.Kenneth Graunke2-3/+1
2017-05-20st/mesa: don't mark the program as in cache_fallback when there is cache missTimothy Arceri2-1/+8
2017-05-20mesa: add an env var to force cache fallbackTimothy Arceri3-1/+8
2017-05-20st/mesa: improve shader cache debug infoTimothy Arceri1-2/+4
2017-05-18i965/formats: Update the three-channel DXT1 mappingsNanley Chery2-14/+5
2017-05-18st/mesa: silence a valgrind warning in u_threaded_context due to st_draw_vboMarek Olšák1-0/+1
2017-05-18glsl_to_tgsi: declare all SSBOs and atomics when indirect indexing is usedMarek Olšák1-16/+14
2017-05-18tgsi: store the sampler view type directly in the instructionSamuel Pitoiset4-16/+28
2017-05-18st/mesa: remove an incorrect assertionNicolai Hähnle1-2/+0
2017-05-17mesa: don't check mapped buffers in every draw call if drivers allow itMarek Olšák1-1/+14
2017-05-17mesa: add gl_constants::AllowMappedBuffersDuringExecutionMarek Olšák2-0/+6
2017-05-17Android: correct libz dependencyChih-Wei Huang1-1/+2