index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_vs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: drop brw->is_haswell in favor of devinfo->is_haswell
Lionel Landwerlin
2017-08-30
1
-1
/
+1
*
i965: drop brw->gen in favor of devinfo->gen
Lionel Landwerlin
2017-08-30
1
-3
/
+5
*
i965: Select ranges of UBO data to be uploaded as push constants.
Kenneth Graunke
2017-07-13
1
-0
/
+2
*
intel/compiler/vs: Move inputs_read handling to generic code
Jason Ekstrand
2017-05-09
1
-2
/
+0
*
i965/vec4: Set VERT_BIT_EDGEFLAG based on the VUE map
Jason Ekstrand
2017-05-09
1
-4
/
+0
*
nir: Embed the shader_info in the nir_shader again
Jason Ekstrand
2017-05-09
1
-1
/
+1
*
i965/drm: Rename drm_bacon_bo to brw_bo.
Kenneth Graunke
2017-04-10
1
-2
/
+2
*
i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.
Kenneth Graunke
2017-04-10
1
-2
/
+2
*
i965: Move the back-end compiler to src/intel/compiler
Jason Ekstrand
2017-03-13
1
-1
/
+1
*
i965: Move select_clip_planes to brw_vs.c
Jason Ekstrand
2017-03-01
1
-0
/
+26
*
st/mesa/i965: create link status enum
Timothy Arceri
2017-02-09
1
-1
/
+1
*
mesa/glsl: set {clip,cull}_distance_array_size directly in gl_program
Timothy Arceri
2017-01-23
1
-1
/
+1
*
i965: get outputs_written from gl_program
Timothy Arceri
2017-01-19
1
-2
/
+2
*
i965: Make a helper for finding an existing shader variant.
Kenneth Graunke
2017-01-17
1
-17
/
+5
*
i965: stop passing gl_shader_program to the precompile and codegen functions
Timothy Arceri
2017-01-06
1
-10
/
+4
*
i965: make use of new is_arb_asm flag
Timothy Arceri
2017-01-06
1
-6
/
+5
*
i965: stop passing gl_shader_program to brw_nir_setup_glsl_uniforms()
Timothy Arceri
2017-01-06
1
-1
/
+1
*
i965: stop passing gl_shader_program to brw_assign_common_binding_table_offse...
Timothy Arceri
2017-01-06
1
-3
/
+2
*
i965: pass gl_program to the brw_*_debug_recompile() functions
Timothy Arceri
2017-01-06
1
-55
/
+54
*
i965: Print VS output VUE map in Vulkan too.
Kenneth Graunke
2017-01-05
1
-3
/
+0
*
i965: get InfoLog and LinkStatus via the shader program data pointer in gl_pr...
Timothy Arceri
2017-01-03
1
-2
/
+2
*
i965: update brw_get_shader_time_index() not to take gl_shader_program
Timothy Arceri
2017-01-03
1
-2
/
+5
*
i965: move compiled_once flag to brw_program
Timothy Arceri
2016-12-30
1
-7
/
+3
*
i965: Don't force SSO layout for VS->TCS.
Kenneth Graunke
2016-12-06
1
-3
/
+1
*
i965: Use shader_info for brw_vue_prog_data::cull_distance_mask.
Kenneth Graunke
2016-11-19
1
-4
/
+0
*
st/mesa/glsl/nir/i965: make use of new gl_shader_program_data in gl_shader_pr...
Timothy Arceri
2016-11-19
1
-2
/
+2
*
i965: get num_images from shader_info rather than gl_linked_shader
Timothy Arceri
2016-11-17
1
-2
/
+1
*
i965: only try print GLSL IR once when using INTEL_DEBUG to dump ir
Timothy Arceri
2016-11-17
1
-1
/
+2
*
i965/gen8: Fix vertex attrib upload for dvec3/4 shader inputs
Antia Puentes
2016-11-01
1
-0
/
+1
*
i965: replace brw_vertex_program with new generic brw_program
Timothy Arceri
2016-10-26
1
-6
/
+4
*
mesa/i965/i915/r200: eliminate gl_vertex_program
Timothy Arceri
2016-10-26
1
-22
/
+18
*
i965: switch vs over to shared shader_info
Timothy Arceri
2016-10-26
1
-3
/
+2
*
nir/i965/anv/radv/gallium: make shader info a pointer
Timothy Arceri
2016-10-26
1
-4
/
+4
*
i965: get inputs read from nir info
Timothy Arceri
2016-10-06
1
-1
/
+1
*
i965: get outputs written from nir info
Timothy Arceri
2016-10-06
1
-6
/
+9
*
i965: Eliminate brw->vs.prog_data pointer.
Kenneth Graunke
2016-10-05
1
-5
/
+4
*
i965: make vs and fs key generation helpers available to shader cache
Carl Worth
2016-09-27
1
-1
/
+1
*
i965: get rid of duplicated values from gen_device_info
Lionel Landwerlin
2016-09-23
1
-3
/
+4
*
intel/i965: make gen_device_info mutable
Lionel Landwerlin
2016-09-23
1
-2
/
+2
*
i965: Rename intelScreen to screen.
Kenneth Graunke
2016-09-20
1
-3
/
+3
*
i965: consolidate generation check
Timothy Arceri
2016-07-07
1
-6
/
+6
*
i965: don't copy VS attribute work arounds for HSW+
Timothy Arceri
2016-07-07
1
-2
/
+4
*
i965: make more effective use of SamplersUsed
Timothy Arceri
2016-07-05
1
-2
/
+1
*
i965: move vs outputs written into a helper
Timothy Arceri
2016-06-22
1
-31
/
+43
*
mesa: Rename CoordReplaceBits back to CoordReplace.
Mathias Fröhlich
2016-06-16
1
-1
/
+1
*
i965: Convert i965 to use CoordsReplaceBits.
Mathias Fröhlich
2016-06-16
1
-5
/
+1
*
i965: Keep track of the per-thread scratch allocation in brw_stage_state.
Francisco Jerez
2016-06-13
1
-5
/
+3
*
i965: Shrink stage_prog_data param array length
Jordan Justen
2016-05-29
1
-3
/
+1
*
i965: Mark brw const in brw_state_dirty and callers.
Kenneth Graunke
2016-05-16
1
-1
/
+1
*
i965: Add support for GL_ARB_cull_distance
Kristian Høgsberg Kristensen
2016-05-13
1
-0
/
+4
[next]