summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-19st/glsl_to_tgsi: use DDIV instead of DRCP + DMULddivNicolai Hähnle1-6/+3
2017-01-19glsl: split DIV_TO_MUL_RCP into single- and double-precision flagsNicolai Hähnle2-9/+14
2017-01-19r600: implement DDIVNicolai Hähnle1-0/+59
2017-01-19r600: factor out cayman_emit_unary_double_rawNicolai Hähnle1-20/+42
2017-01-19r600: double multiply can handle only one multiply at a timeNicolai Hähnle1-17/+19
2017-01-19radeonsi: Always leave poly_offset in a valid stateZachary Michaels1-1/+3
2017-01-19mesa/main: fix meta caller of _mesa_ClampColorNicolai Hähnle1-1/+2
2017-01-19mesa/glsl: move TransformFeedbackBufferStride to gl_shaderTimothy Arceri4-45/+41
2017-01-19glsl: exit loop early if we find xfb layout qualifersTimothy Arceri1-0/+1
2017-01-19glsl: set InnerCoverage directly in gl_programTimothy Arceri4-6/+3
2017-01-19glsl: tidy up PostDepthCoverage shader fieldTimothy Arceri4-4/+4
2017-01-19mesa/glsl: move pixel_center_integer to gl_shaderTimothy Arceri3-8/+5
2017-01-19mesa/glsl: move origin_upper_left to gl_shaderTimothy Arceri3-10/+9
2017-01-19mesa/glsl: move uses_gl_fragcoord to gl_shaderTimothy Arceri3-9/+7
2017-01-19mesa/glsl: move redeclares_gl_fragcoord to gl_shaderTimothy Arceri3-16/+11
2017-01-19mesa/glsl: move ARB_fragment_coord_conventions_enable fieldTimothy Arceri3-3/+4
2017-01-19st/mesa/glsl: set early_fragment_tests directly in shader_infoTimothy Arceri5-11/+10
2017-01-19mesa/glsl/i965: set and use tcs vertices_out directlyTimothy Arceri3-21/+15
2017-01-19i965: get outputs_written from gl_programTimothy Arceri1-2/+2
2017-01-19gallivm: use #ifdef not #if for PIPE_ARCH_BIG_ENDIANDave Airlie1-1/+1
2017-01-19mesa: don't always set _NEW_PROGRAM when linkingTimothy Arceri1-1/+22
2017-01-19mesa: change init subroutine defaults helper to work per gl_programTimothy Arceri3-24/+20
2017-01-19mesa/glsl: move ProgramResourceList to gl_shader_program_dataTimothy Arceri5-56/+63
2017-01-19glsl: store number of explicit uniform loactions in gl_shader_programTimothy Arceri4-29/+25
2017-01-19glsl: create a new link_and_validate_uniforms() helperTimothy Arceri1-9/+17
2017-01-19glsl: make a bunch of varying linking functions staticTimothy Arceri2-53/+6
2017-01-19glsl: move more varying linking code to link_varyings.cppTimothy Arceri3-148/+161
2017-01-18i965/blorp: Make post draw flush more explicitTopi Pohjolainen2-5/+22
2017-01-18i965/gen6: Issue direct depth stall and flush after depth clearTopi Pohjolainen1-1/+6
2017-01-18i965: Make depth clear flushing more explicitTopi Pohjolainen2-8/+57
2017-01-18i965/blorp: Use the render cache mechanism instead of explicit flushingTopi Pohjolainen1-1/+7
2017-01-18utils: really remove the __END_DECLS macroEmil Velikov1-1/+0
2017-01-18utils: build sha1/disk cache only with Android/AutoconfEmil Velikov6-0/+58
2017-01-18util: import sha1 implementation from OpenBSDEmil Velikov12-466/+290
2017-01-18i965: Make brw_cache_item structure private to brw_program_cache.c.Kenneth Graunke2-19/+21
2017-01-18radeonsi: determine in advance which VBOs should be added to the buffer listMarek Olšák3-4/+11
2017-01-18radeonsi: use fewer pointer dereferences in upload_vertex_buffer_descriptorsMarek Olšák1-8/+9
2017-01-18radeonsi: reject invalid vertex buffer indices at state creationMarek Olšák2-5/+6
2017-01-18radeonsi: use a global dirty mask for shader pointersMarek Olšák4-41/+51
2017-01-18radeonsi: use a bitmask-based loop in si_decompress_texturesMarek Olšák3-7/+31
2017-01-18radeonsi: skip an unnecessary mutex lock for L2 prefetchesMarek Olšák1-5/+7
2017-01-18radeonsi: si_cp_dma_prepare is a no-op for L2 prefetchesMarek Olšák2-5/+12
2017-01-18radeonsi: add SI_CPDMA_SKIP_BO_LIST_UPDATEMarek Olšák2-10/+15
2017-01-18radeonsi: use the correct target machine when building shader variantsMarek Olšák2-14/+29
2017-01-18radeonsi: move shader pipe context state into a separate structureMarek Olšák2-14/+22
2017-01-18i965: Fix SURFACE_STATE to handle non-zero aux offsetsBen Widawsky1-2/+1
2017-01-18Revert "etnaviv: Fake occlusion query capability"Christian Gmeiner1-3/+2
2017-01-18android: ac/debug: move sid_tables.h generation and IB decode to amd/commonMauro Rossi2-13/+18
2017-01-18android: gallium/auxiliary: fix building error in Android 7.0Mauro Rossi1-1/+1
2017-01-18android: amd/common: fix LLVMInitializeAMDGPU* functions declarationMauro Rossi1-0/+2