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_vec4_tcs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Silence unused parameter warnings
Ian Romanick
2016-05-18
1
-1
/
+1
*
i965/fs: Stop setting dispatch_grf_start_reg from the visitor
Jason Ekstrand
2016-05-14
1
-0
/
+1
*
i965: Rework passthrough TCS checks.
Kenneth Graunke
2016-05-05
1
-1
/
+1
*
i965: Write a scalar TCS backend that runs in SINGLE_PATCH mode.
Kenneth Graunke
2016-05-03
1
-13
/
+46
*
i965: Rework the TCS passthrough shader to use NIR.
Kenneth Graunke
2016-05-03
1
-49
/
+4
*
i965: Move TCS output indirect_offset.file check out a level.
Kenneth Graunke
2016-04-26
1
-42
/
+46
*
mesa: Remove every double semi-colon
Jakob Sinclair
2016-04-26
1
-1
/
+1
*
i965: Make a few tessellation related functions non-static.
Kenneth Graunke
2016-04-25
1
-47
/
+0
*
i965/vec4: Get rid of the uniform_size array
Jason Ekstrand
2016-04-14
1
-2
/
+0
*
i965/vec4/tcs: Set conditional mod on TCS_OPCODE_SRC0_010_IS_ZERO.
Matt Turner
2016-03-30
1
-1
/
+3
*
i965: Fix gl_TessLevelOuter[] for isolines.
Kenneth Graunke
2016-03-18
1
-3
/
+13
*
nir: rename nir_const_value fields to include bitsize information
Iago Toral Quiroga
2016-03-17
1
-1
/
+1
*
i965: Avoid recalculating the normal VUE map for IO lowering.
Kenneth Graunke
2016-02-26
1
-6
/
+6
*
i965: Avoid recalculating the tessellation VUE map for IO lowering.
Kenneth Graunke
2016-02-26
1
-6
/
+7
*
i965: Eliminate brw_nir_lower_{inputs,outputs,io} functions.
Kenneth Graunke
2016-02-26
1
-1
/
+2
*
i965: Apply VS attribute workarounds in NIR.
Kenneth Graunke
2016-02-09
1
-1
/
+1
*
i965: Explicitly write the "TR DS Cache Disable" bit at TCS EOT.
Kenneth Graunke
2016-02-09
1
-1
/
+1
*
i965/vec4/tcs: Return NULL instead of false in brw_compile_tcs()
Eduardo Lima Mitev
2016-01-21
1
-1
/
+1
*
i965: Don't set interleave or complete on TCS EOT message.
Kenneth Graunke
2015-12-28
1
-3
/
+3
*
i965: Relase input URB Handles on Gen7/7.5 when TCS threads finish.
Kenneth Graunke
2015-12-28
1
-1
/
+39
*
i965: Handle mix-and-match TCS/TES with separate shader objects.
Kenneth Graunke
2015-12-22
1
-0
/
+2
*
i965: Defer input lowering for tessellation stages until specialization.
Kenneth Graunke
2015-12-22
1
-0
/
+1
*
i965: Automatically create a passthrough TCS when needed.
Kenneth Graunke
2015-12-22
1
-3
/
+54
*
i965: Implement gl_PatchVerticesIn by baking it into brw_tcs_prog_key.
Kenneth Graunke
2015-12-22
1
-1
/
+2
*
i965: Add tessellation control shaders.
Kenneth Graunke
2015-12-22
1
-0
/
+496