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_tcs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Implement the WaPreventHSTessLevelsInterference workaround.
Kenneth Graunke
2016-08-18
1
-3
/
+15
*
i965: make more effective use of SamplersUsed
Timothy Arceri
2016-07-05
1
-2
/
+1
*
Revert "i965: get PrimitiveMode from the program rather than the shader struct"
Andres Gomez
2016-06-30
1
-2
/
+3
*
glsl/mesa: move duplicate shader fields into new struct gl_shader_info
Timothy Arceri
2016-06-30
1
-1
/
+1
*
glsl/mesa: split gl_shader in two
Timothy Arceri
2016-06-30
1
-1
/
+1
*
glsl/mesa: stop duplicating geom and tcs layout values
Timothy Arceri
2016-06-23
1
-2
/
+4
*
i965: get PrimitiveMode from the program rather than the shader struct
Timothy Arceri
2016-06-21
1
-3
/
+2
*
i965: Use a uniform for gl_PatchVerticesIn in the TCS on Gen8+.
Kenneth Graunke
2016-06-15
1
-2
/
+4
*
i965: Keep track of the per-thread scratch allocation in brw_stage_state.
Francisco Jerez
2016-06-13
1
-5
/
+3
*
i965: Fix the passthrough TCS for isolines.
Kenneth Graunke
2016-05-31
1
-7
/
+12
*
i965: Shrink stage_prog_data param array length
Jordan Justen
2016-05-29
1
-3
/
+1
*
i965: check tcs for NULL dereference
Mark Janes
2016-05-16
1
-3
/
+5
*
i965: Actually assign binding table offsets for the TCS.
Kenneth Graunke
2016-05-09
1
-0
/
+5
*
i965: Write a scalar TCS backend that runs in SINGLE_PATCH mode.
Kenneth Graunke
2016-05-03
1
-1
/
+2
*
i965: Rework the TCS passthrough shader to use NIR.
Kenneth Graunke
2016-05-03
1
-6
/
+81
*
i965: Make TCS precompile use the TES primitive mode when available.
Kenneth Graunke
2016-01-02
1
-1
/
+3
*
i965: Handle mix-and-match TCS/TES with separate shader objects.
Kenneth Graunke
2015-12-22
1
-1
/
+12
*
i965: Automatically create a passthrough TCS when needed.
Kenneth Graunke
2015-12-22
1
-8
/
+54
*
i965: Create and set a new brw_tcs_prog_data::outputs_written field.
Kenneth Graunke
2015-12-22
1
-6
/
+11
*
i965: Remove unnecessary brw->tess_ctrl_program assertions.
Kenneth Graunke
2015-12-22
1
-1
/
+1
*
i965: Consolidate BRW_NEW_TESS_{CTRL,EVAL}_PROGRAM flags.
Kenneth Graunke
2015-12-22
1
-4
/
+2
*
i965: Only call brw_upload_tcs/tes_prog when using tessellation.
Kenneth Graunke
2015-12-22
1
-13
/
+4
*
i965: Implement gl_PatchVerticesIn by baking it into brw_tcs_prog_key.
Kenneth Graunke
2015-12-22
1
-0
/
+8
*
i965: Add tessellation control shaders.
Kenneth Graunke
2015-12-22
1
-0
/
+262