aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* glsl: run do_lower_jumps properly in do_common_optimizationsMarek Olšák2017-01-051-7/+1
* st/mesa: get Version from gl_program rather than gl_shader_programTimothy Arceri2017-01-031-4/+1
* mesa: store gl_program in gl_transform_feedback_object rather than gl_shader_...Timothy Arceri2016-12-301-4/+4
* mesa/glsl: move LinkedTransformFeedback from gl_shader_program to gl_programTimothy Arceri2016-12-303-6/+6
* treewide: s/comparitor/comparator/Ilia Mirkin2016-12-121-7/+7
* st/glsl_to_tgsi: plumb the GS output stream qualifier through to TGSINicolai Hähnle2016-12-121-0/+10
* st/mesa: round lod_bias to a multiple of 1/256Marek Olšák2016-12-071-0/+6
* Revert "st/mesa: get Version from gl_program rather than gl_shader_program"Timothy Arceri2016-12-021-1/+4
* st/mesa: get Version from gl_program rather than gl_shader_programTimothy Arceri2016-12-021-4/+1
* st/mesa/glsl: move Version to gl_shader_program_dataTimothy Arceri2016-12-021-1/+1
* st/mesa: skip lower_output_reads when possibleNicolai Hähnle2016-11-301-1/+2
* st/glsl_to_tgsi: swizzle PROGRAM_OUTPUTs correctly in src_register translationNicolai Hähnle2016-11-301-1/+11
* st/mesa/glsl/nir/i965: make use of new gl_shader_program_data in gl_shader_pr...Timothy Arceri2016-11-192-8/+8
* glsl/i965: move per stage AtomicBuffers list to gl_programTimothy Arceri2016-11-191-1/+1
* glsl: create gl_program at the start of linking rather than the endTimothy Arceri2016-11-192-14/+2
* st/mesa/i965: simplify gl_program references and stop leakingTimothy Arceri2016-11-192-7/+5
* st/mesa: silence warnings in optimized buildsNicolai Hähnle2016-11-181-2/+2
* st/mesa: remove a redundant call to _mesa_is_multisample_enabledNicolai Hähnle2016-11-181-1/+1
* st/mesa/r200/i915/i965: move ARB program fields into a unionTimothy Arceri2016-11-173-11/+11
* st/mesa: stop initialing Instructions and NumInstructionsTimothy Arceri2016-11-172-6/+0
* mesa: if MESA_DEBUG=context, create a debug contextBrian Paul2016-11-161-0/+2
* st/mesa: swap bytes in the fallback format translation path of GetTexImageNicolai Hähnle2016-11-161-0/+6
* st/mesa: simplify and fix st_GetTexSubImageNicolai Hähnle2016-11-161-49/+24
* st/mesa: fix SINT <-> UINT conversion during PBO upload / downloadNicolai Hähnle2016-11-165-22/+89
* st/mesa: change st_pbo_create_upload_fs to st_pbo_get_upload_fsNicolai Hähnle2016-11-163-10/+11
* st/mesa: fix ReadPixels into packed formats with PBONicolai Hähnle2016-11-161-2/+1
* glsl_to_tgsi: lower small branches based on the CAPMarek Olšák2016-11-151-1/+4
* glsl/lower_if: don't lower branches touching tess control outputsMarek Olšák2016-11-151-1/+2
* mesa: remove LowerShaderSharedVariablesMarek Olšák2016-11-101-3/+0
* mesa/extensions: expose OES_vertex_half_float for ES2Kevin Strasser2016-11-091-2/+5
* st/mesa: initialize members of glsl_to_tgsi_instruction in emit_asm()Brian Paul2016-11-051-0/+4
* st/mesa: fix the layer of VDPAU surface samplersNicolai Hähnle2016-11-043-17/+27
* st/glsl_to_tgsi: fix dvec[34] loads from SSBONicolai Hähnle2016-11-041-6/+4
* st/mesa/r200/i915/i965: use rzalloc() to create gl_programTimothy Arceri2016-11-031-6/+12
* mesa: rename gl_client_array -> gl_vertex_arrayBrian Paul2016-10-286-20/+20
* st/mesa: set RobustAccess true when is supportedTapani Pälli2016-10-271-1/+3
* st/mesa: allow multiple concurrent waiters in ClientWaitSyncMarek Olšák2016-10-261-4/+22
* st/mesa: unduplicate st_check_sync codeMarek Olšák2016-10-261-20/+6
* nir: stop adjusting driver location for varying packingTimothy Arceri2016-10-261-3/+0
* glsl/st/mesa: use common system values read fieldTimothy Arceri2016-10-262-3/+3
* st/mesa: use common patch outputs written fieldTimothy Arceri2016-10-262-2/+2
* st/mesa: use common patch inputs read fieldTimothy Arceri2016-10-262-2/+2
* r200/glsl/st/mesa: use common outputs written fieldTimothy Arceri2016-10-265-8/+11
* 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-267-18/+18
* st/mesa/r200/i915/i965: eliminate gl_fragment_programTimothy Arceri2016-10-2617-60/+50
* i965/mesa/st/swrast: set fs shader_info directly and switch to using itTimothy Arceri2016-10-261-2/+2
* st/mesa: get interpolation location at translation timeTimothy Arceri2016-10-263-15/+18
* st/mesa: stop making use of InterpQualifier arrayTimothy Arceri2016-10-262-31/+41
* i965/mesa/st: eliminate gl_compute_programTimothy Arceri2016-10-268-12/+12