summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
* st/mesa/glsl/nir/i965: make use of new gl_shader_program_data in gl_shader_pr...Timothy Arceri2016-11-198-17/+18
* i965: Disable depth writes when depth test is GL_EQUAL.Kenneth Graunke2016-11-188-8/+28
* glsl/i965: move per stage AtomicBuffers list to gl_programTimothy Arceri2016-11-196-39/+15
* glsl: create gl_program at the start of linking rather than the endTimothy Arceri2016-11-191-9/+1
* st/mesa/i965: simplify gl_program references and stop leakingTimothy Arceri2016-11-191-3/+2
* i965: Delete fs_visitor::nir_setup_single_output_varying prototype.Kenneth Graunke2016-11-181-2/+0
* i965/gen7: Minify blit size for stencil tree copyJordan Justen2016-11-171-2/+4
* i965: Fix compute shader crash.Kenneth Graunke2016-11-171-1/+1
* intel/blorp: Properly handle color compression in blorp_copyJason Ekstrand2016-11-171-2/+4
* i965/blorp: Rework resolve handlingJason Ekstrand2016-11-171-92/+88
* intel/blorp: Take a fast_clear_op in ccs_resolveJason Ekstrand2016-11-171-1/+14
* intel/blorp: Add plumbing for color resolve slice detailsPohjolainen, Topi2016-11-171-1/+1
* st/mesa/r200/i915/i965: move ARB program fields into a unionTimothy Arceri2016-11-171-2/+2
* i965: get num_abos from shader_info rather than gl_linked_shaderTimothy Arceri2016-11-177-15/+24
* i965: get num_images from shader_info rather than gl_linked_shaderTimothy Arceri2016-11-1714-35/+46
* i965: only try print GLSL IR once when using INTEL_DEBUG to dump irTimothy Arceri2016-11-179-37/+21
* Partial revert "i965: "Fix" aux offsets"Ben Widawsky2016-11-161-2/+1
* i965: "Fix" aux offsetsBen Widawsky2016-11-161-2/+3
* intel/isl: Add some basic info about RENDER_SURFACE_STATE to isl_deviceJason Ekstrand2016-11-161-31/+25
* i965: miptree: prevent potential NULL pointer accessLionel Landwerlin2016-11-161-2/+8
* glsl/lower_if: don't lower branches touching tess control outputsMarek Olšák2016-11-151-1/+1
* i965/vec4: skip registers already marked as no_spillJuan A. Suarez Romero2016-11-141-2/+2
* i965: Drop tabs in brw_state.h.Kenneth Graunke2016-11-111-13/+13
* i965: Update a comment: s/brw_state_cache/brw_program_cache/gKenneth Graunke2016-11-111-2/+2
* i965: update gl_PrimitiveIDIn to be a system variableTimothy Arceri2016-11-113-13/+4
* i965: use nir_shader_gather_info() over do_set_program_inouts()Timothy Arceri2016-11-112-2/+2
* i965: remove remaining tabs in brw_program_cache.cTimothy Arceri2016-11-111-30/+28
* i965: rename brw_state_cache_check_size() to brw_program_cache_check_size()Timothy Arceri2016-11-114-4/+4
* i965: rename brw_state_cache.c -> brw_program_cache.cTimothy Arceri2016-11-114-9/+9
* i965/gs: Allow primitive id to be a system valueJason Ekstrand2016-11-101-1/+2
* android/i965: add libmesa_i965_compiler static libraryTapani Pälli2016-11-111-4/+28
* mesa: remove LowerShaderSharedVariablesMarek Olšák2016-11-101-3/+0
* mesa/extensions: expose OES_vertex_half_float for ES2Kevin Strasser2016-11-091-0/+2
* i965/compute: Allow ARB_compute_shader in compat profileJordan Justen2016-11-091-1/+1
* i965: Fix GPU hang related to multiple render targets and alpha testingAnuj Phogat2016-11-081-0/+6
* i965/gen9: Allow sampling with hiz when supportedJordan Justen2016-11-081-1/+28
* i965/gen9: Add HiZ auxiliary buffer supportBen Widawsky2016-11-081-6/+14
* i965: Add function to indicate when sampling with hiz is supportedJordan Justen2016-11-083-1/+25
* i965/miptree: Create a hiz mcs typeBen Widawsky2016-11-085-41/+49
* i965: Drop the aux mt when not usedBen Widawsky2016-11-084-16/+46
* i965/miptree: Directly gtt map the mcs bufferBen Widawsky2016-11-081-2/+9
* i965: Wrap MCS miptree in intel_miptree_aux_bufferJordan Justen2016-11-084-59/+86
* i965: Add space before parenAnuj Phogat2016-11-071-1/+1
* i965: Remove unnecessary white spaceAnuj Phogat2016-11-071-1/+1
* i965: Fix alpha-to-coverage and alpha test enabled checksAnuj Phogat2016-11-074-12/+16
* i965: Use rzalloc for cfg_tChris Wilson2016-11-031-1/+1
* i965: use rzalloc instead of calloc in brwNewProgramTapani Pälli2016-11-031-1/+1
* st/mesa/r200/i915/i965: use rzalloc() to create gl_programTimothy Arceri2016-11-031-2/+2
* intel/blorp: Pass a brw_stage_prog_data to upload_shaderJason Ekstrand2016-11-021-1/+2
* i965/gen8: Fix vertex attrib upload for dvec3/4 shader inputsAntia Puentes2016-11-015-22/+20