summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_vs.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-12intel: Allocate prog_data::[pull_]param deeper inside the compilerJason Ekstrand1-12/+5
2017-10-12intel/vs: Grow the param array for clip planesJason Ekstrand1-5/+0
2017-10-12i965: Store image_param in brw_context instead of prog_dataJason Ekstrand1-5/+0
2017-10-12intel: Rewrite the world of push/pull paramsJason Ekstrand1-5/+2
2017-09-26i965: Convert brw->*_program into a brw->programs[i] array.Kenneth Graunke1-3/+4
2017-09-21i965: Compute VS/GS output VUE map from the NIR info.Kenneth Graunke1-1/+1
2017-08-30i965: drop brw->is_haswell in favor of devinfo->is_haswellLionel Landwerlin1-1/+1
2017-08-30i965: drop brw->gen in favor of devinfo->genLionel Landwerlin1-3/+5
2017-07-13i965: Select ranges of UBO data to be uploaded as push constants.Kenneth Graunke1-0/+2
2017-05-09intel/compiler/vs: Move inputs_read handling to generic codeJason Ekstrand1-2/+0
2017-05-09i965/vec4: Set VERT_BIT_EDGEFLAG based on the VUE mapJason Ekstrand1-4/+0
2017-05-09nir: Embed the shader_info in the nir_shader againJason Ekstrand1-1/+1
2017-04-10i965/drm: Rename drm_bacon_bo to brw_bo.Kenneth Graunke1-2/+2
2017-04-10i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.Kenneth Graunke1-2/+2
2017-03-13i965: Move the back-end compiler to src/intel/compilerJason Ekstrand1-1/+1
2017-03-01i965: Move select_clip_planes to brw_vs.cJason Ekstrand1-0/+26
2017-02-09st/mesa/i965: create link status enumTimothy Arceri1-1/+1
2017-01-23mesa/glsl: set {clip,cull}_distance_array_size directly in gl_programTimothy Arceri1-1/+1
2017-01-19i965: get outputs_written from gl_programTimothy Arceri1-2/+2
2017-01-17i965: Make a helper for finding an existing shader variant.Kenneth Graunke1-17/+5
2017-01-06i965: stop passing gl_shader_program to the precompile and codegen functionsTimothy Arceri1-10/+4
2017-01-06i965: make use of new is_arb_asm flagTimothy Arceri1-6/+5
2017-01-06i965: stop passing gl_shader_program to brw_nir_setup_glsl_uniforms()Timothy Arceri1-1/+1
2017-01-06i965: stop passing gl_shader_program to brw_assign_common_binding_table_offse...Timothy Arceri1-3/+2
2017-01-06i965: pass gl_program to the brw_*_debug_recompile() functionsTimothy Arceri1-55/+54
2017-01-05i965: Print VS output VUE map in Vulkan too.Kenneth Graunke1-3/+0
2017-01-03i965: get InfoLog and LinkStatus via the shader program data pointer in gl_pr...Timothy Arceri1-2/+2
2017-01-03i965: update brw_get_shader_time_index() not to take gl_shader_programTimothy Arceri1-2/+5
2016-12-30i965: move compiled_once flag to brw_programTimothy Arceri1-7/+3
2016-12-06i965: Don't force SSO layout for VS->TCS.Kenneth Graunke1-3/+1
2016-11-19i965: Use shader_info for brw_vue_prog_data::cull_distance_mask.Kenneth Graunke1-4/+0
2016-11-19st/mesa/glsl/nir/i965: make use of new gl_shader_program_data in gl_shader_pr...Timothy Arceri1-2/+2
2016-11-17i965: get num_images from shader_info rather than gl_linked_shaderTimothy Arceri1-2/+1
2016-11-17i965: only try print GLSL IR once when using INTEL_DEBUG to dump irTimothy Arceri1-1/+2
2016-11-01i965/gen8: Fix vertex attrib upload for dvec3/4 shader inputsAntia Puentes1-0/+1
2016-10-26i965: replace brw_vertex_program with new generic brw_programTimothy Arceri1-6/+4
2016-10-26mesa/i965/i915/r200: eliminate gl_vertex_programTimothy Arceri1-22/+18
2016-10-26i965: switch vs over to shared shader_infoTimothy Arceri1-3/+2
2016-10-26nir/i965/anv/radv/gallium: make shader info a pointerTimothy Arceri1-4/+4
2016-10-06i965: get inputs read from nir infoTimothy Arceri1-1/+1
2016-10-06i965: get outputs written from nir infoTimothy Arceri1-6/+9
2016-10-05i965: Eliminate brw->vs.prog_data pointer.Kenneth Graunke1-5/+4
2016-09-27i965: make vs and fs key generation helpers available to shader cacheCarl Worth1-1/+1
2016-09-23i965: get rid of duplicated values from gen_device_infoLionel Landwerlin1-3/+4
2016-09-23intel/i965: make gen_device_info mutableLionel Landwerlin1-2/+2
2016-09-20i965: Rename intelScreen to screen.Kenneth Graunke1-3/+3
2016-07-07i965: consolidate generation checkTimothy Arceri1-6/+6
2016-07-07i965: don't copy VS attribute work arounds for HSW+Timothy Arceri1-2/+4
2016-07-05i965: make more effective use of SamplersUsedTimothy Arceri1-2/+1
2016-06-22i965: move vs outputs written into a helperTimothy Arceri1-31/+43