aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vs.c
Commit message (Expand)AuthorAgeFilesLines
* i965: drop brw->is_haswell in favor of devinfo->is_haswellLionel Landwerlin2017-08-301-1/+1
* i965: drop brw->gen in favor of devinfo->genLionel Landwerlin2017-08-301-3/+5
* i965: Select ranges of UBO data to be uploaded as push constants.Kenneth Graunke2017-07-131-0/+2
* intel/compiler/vs: Move inputs_read handling to generic codeJason Ekstrand2017-05-091-2/+0
* i965/vec4: Set VERT_BIT_EDGEFLAG based on the VUE mapJason Ekstrand2017-05-091-4/+0
* nir: Embed the shader_info in the nir_shader againJason Ekstrand2017-05-091-1/+1
* i965/drm: Rename drm_bacon_bo to brw_bo.Kenneth Graunke2017-04-101-2/+2
* i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.Kenneth Graunke2017-04-101-2/+2
* i965: Move the back-end compiler to src/intel/compilerJason Ekstrand2017-03-131-1/+1
* i965: Move select_clip_planes to brw_vs.cJason Ekstrand2017-03-011-0/+26
* st/mesa/i965: create link status enumTimothy Arceri2017-02-091-1/+1
* mesa/glsl: set {clip,cull}_distance_array_size directly in gl_programTimothy Arceri2017-01-231-1/+1
* i965: get outputs_written from gl_programTimothy Arceri2017-01-191-2/+2
* i965: Make a helper for finding an existing shader variant.Kenneth Graunke2017-01-171-17/+5
* i965: stop passing gl_shader_program to the precompile and codegen functionsTimothy Arceri2017-01-061-10/+4
* i965: make use of new is_arb_asm flagTimothy Arceri2017-01-061-6/+5
* i965: stop passing gl_shader_program to brw_nir_setup_glsl_uniforms()Timothy Arceri2017-01-061-1/+1
* i965: stop passing gl_shader_program to brw_assign_common_binding_table_offse...Timothy Arceri2017-01-061-3/+2
* i965: pass gl_program to the brw_*_debug_recompile() functionsTimothy Arceri2017-01-061-55/+54
* i965: Print VS output VUE map in Vulkan too.Kenneth Graunke2017-01-051-3/+0
* i965: get InfoLog and LinkStatus via the shader program data pointer in gl_pr...Timothy Arceri2017-01-031-2/+2
* i965: update brw_get_shader_time_index() not to take gl_shader_programTimothy Arceri2017-01-031-2/+5
* i965: move compiled_once flag to brw_programTimothy Arceri2016-12-301-7/+3
* i965: Don't force SSO layout for VS->TCS.Kenneth Graunke2016-12-061-3/+1
* i965: Use shader_info for brw_vue_prog_data::cull_distance_mask.Kenneth Graunke2016-11-191-4/+0
* st/mesa/glsl/nir/i965: make use of new gl_shader_program_data in gl_shader_pr...Timothy Arceri2016-11-191-2/+2
* i965: get num_images from shader_info rather than gl_linked_shaderTimothy Arceri2016-11-171-2/+1
* i965: only try print GLSL IR once when using INTEL_DEBUG to dump irTimothy Arceri2016-11-171-1/+2
* i965/gen8: Fix vertex attrib upload for dvec3/4 shader inputsAntia Puentes2016-11-011-0/+1
* i965: replace brw_vertex_program with new generic brw_programTimothy Arceri2016-10-261-6/+4
* mesa/i965/i915/r200: eliminate gl_vertex_programTimothy Arceri2016-10-261-22/+18
* i965: switch vs over to shared shader_infoTimothy Arceri2016-10-261-3/+2
* nir/i965/anv/radv/gallium: make shader info a pointerTimothy Arceri2016-10-261-4/+4
* i965: get inputs read from nir infoTimothy Arceri2016-10-061-1/+1
* i965: get outputs written from nir infoTimothy Arceri2016-10-061-6/+9
* i965: Eliminate brw->vs.prog_data pointer.Kenneth Graunke2016-10-051-5/+4
* i965: make vs and fs key generation helpers available to shader cacheCarl Worth2016-09-271-1/+1
* i965: get rid of duplicated values from gen_device_infoLionel Landwerlin2016-09-231-3/+4
* intel/i965: make gen_device_info mutableLionel Landwerlin2016-09-231-2/+2
* i965: Rename intelScreen to screen.Kenneth Graunke2016-09-201-3/+3
* i965: consolidate generation checkTimothy Arceri2016-07-071-6/+6
* i965: don't copy VS attribute work arounds for HSW+Timothy Arceri2016-07-071-2/+4
* i965: make more effective use of SamplersUsedTimothy Arceri2016-07-051-2/+1
* i965: move vs outputs written into a helperTimothy Arceri2016-06-221-31/+43
* mesa: Rename CoordReplaceBits back to CoordReplace.Mathias Fröhlich2016-06-161-1/+1
* i965: Convert i965 to use CoordsReplaceBits.Mathias Fröhlich2016-06-161-5/+1
* i965: Keep track of the per-thread scratch allocation in brw_stage_state.Francisco Jerez2016-06-131-5/+3
* i965: Shrink stage_prog_data param array lengthJordan Justen2016-05-291-3/+1
* i965: Mark brw const in brw_state_dirty and callers.Kenneth Graunke2016-05-161-1/+1
* i965: Add support for GL_ARB_cull_distanceKristian Høgsberg Kristensen2016-05-131-0/+4