summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gallium/radeon: stop using some input fields from radeon_surfaceMarek Olšák2016-10-264-20/+20
* gallium/radeon: fold r600_setup_surface into r600_init_surfaceMarek Olšák2016-10-261-38/+24
* winsys/amdgpu: remove unused definitionsMarek Olšák2016-10-261-8/+0
* gallium/radeon: fold radeon_winsys::surface_best into radeon/winsysMarek Olšák2016-10-264-38/+9
* gallium/radeon: use r600_gfx_write_event_eop everywhereMarek Olšák2016-10-263-23/+10
* gallium/radeon: make r600_gfx_write_fence more genericMarek Olšák2016-10-264-14/+34
* gallium/radeon: fix a ZPASS comment, EVENT_WRITE_EOP fixupsMarek Olšák2016-10-263-5/+5
* radeonsi: enable SDMA on Carrizo and all CIK chips againMarek Olšák2016-10-261-10/+0
* winsys/amdgpu: fix radeon_surf::macro_tile_index for imported texturesMarek Olšák2016-10-261-0/+17
* gallium/radeon: make sure the address of separate CMASK is aligned properlyMarek Olšák2016-10-261-2/+3
* gallium/radeon: fix incorrect bpe use in si_set_optimal_micro_tile_modeMarek Olšák2016-10-261-7/+7
* glsl: update default precision qualifier when it is set in the shaderSamuel Iglesias Gonsálvez2016-10-261-1/+4
* mesa/program: Add _mesa_symbol_table_replace_symbol()Samuel Iglesias Gonsálvez2016-10-262-0/+18
* nir: stop adjusting driver location for varying packingTimothy Arceri2016-10-265-53/+5
* compiler: remove copy_shader_info()Timothy Arceri2016-10-263-37/+1
* glsl: set uses texture gather directly in shader_infoTimothy Arceri2016-10-263-5/+1
* glsl/st/mesa: use common system values read fieldTimothy Arceri2016-10-268-11/+8
* glsl: set patch outputs written directly in shader_infoTimothy Arceri2016-10-263-4/+2
* st/mesa: use common patch outputs written fieldTimothy Arceri2016-10-262-2/+2
* glsl: set patch inputs read directly in shader_infoTimothy Arceri2016-10-263-4/+2
* st/mesa: use common patch inputs read fieldTimothy Arceri2016-10-262-2/+2
* glsl: set outputs read directly in shader_infoTimothy Arceri2016-10-263-4/+2
* r200/glsl/st/mesa: use common outputs written fieldTimothy Arceri2016-10-2623-46/+51
* mesa/glsl: set double inputs read directly in shader_infoTimothy Arceri2016-10-263-3/+1
* st/mesa: use common double inputs read fieldTimothy Arceri2016-10-263-3/+6
* r200/i915/st/mesa/compiler: use common inputs read fieldTimothy Arceri2016-10-2630-79/+81
* mesa/compiler: copy early fragment tests to shader_info in _mesa_copy_linked_...Timothy Arceri2016-10-262-4/+1
* meta: remove remaining tabs in meta.cTimothy Arceri2016-10-261-49/+49
* i965: replace brw_compute_program with brw_programTimothy Arceri2016-10-264-35/+8
* i965: replace brw_fragment_program with brw_programTimothy Arceri2016-10-266-36/+13
* i965: replace brw_tess_{eval,ctrl}_program with brw_programTimothy Arceri2016-10-268-74/+18
* i965: replace brw_geomerty_program with brw_programTimothy Arceri2016-10-267-37/+10
* i965: replace brw_vertex_program with new generic brw_programTimothy Arceri2016-10-266-23/+20
* st/mesa/r200/i915/i965: eliminate gl_fragment_programTimothy Arceri2016-10-2660-361/+281
* i965/mesa/st/swrast: set fs shader_info directly and switch to using itTimothy Arceri2016-10-2617-54/+30
* mesa: remove now unused IsCentroid from gl_fragment_programTimothy Arceri2016-10-262-11/+1
* st/mesa: get interpolation location at translation timeTimothy Arceri2016-10-263-15/+18
* i965: remove unused debug paramTimothy Arceri2016-10-262-17/+17
* compiler: update the comment for enum glsl_interp_modeTimothy Arceri2016-10-261-1/+1
* glsl: remove now unused InterpQualifierTimothy Arceri2016-10-262-12/+2
* i965: remove unused BRW_STATE_INTERPOLATION_MAP flagTimothy Arceri2016-10-262-3/+0
* i965: rewrite brw_setup_vue_interpolation()Timothy Arceri2016-10-2622-129/+149
* st/mesa: stop making use of InterpQualifier arrayTimothy Arceri2016-10-262-31/+41
* mesa: remove unrequired codeTimothy Arceri2016-10-261-2/+0
* i965/mesa/st: eliminate gl_compute_programTimothy Arceri2016-10-2616-80/+37
* mesa: set cs shader_info metadata directlyTimothy Arceri2016-10-262-14/+3
* st/mesa: switch cs over to shared shader_infoTimothy Arceri2016-10-262-8/+5
* compiler: add additional cs metadata fields to shader infoTimothy Arceri2016-10-262-0/+6
* mesa/i965/i915/r200: eliminate gl_vertex_programTimothy Arceri2016-10-2646-310/+268
* i965: switch vs over to shared shader_infoTimothy Arceri2016-10-262-4/+3