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_tes.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: replace brw_tess_{eval,ctrl}_program with brw_program
Timothy Arceri
2016-10-26
1
-8
/
+5
*
i965/mesa/st: eliminate gl_tess_eval_program
Timothy Arceri
2016-10-26
1
-13
/
+12
*
i965: switch tes over to shared shader_info
Timothy Arceri
2016-10-26
1
-5
/
+5
*
i965/mesa/st: eliminate gl_tess_ctrl_program
Timothy Arceri
2016-10-26
1
-1
/
+1
*
i965: switch tcs over to shared shader_info
Timothy Arceri
2016-10-26
1
-11
/
+9
*
nir/i965/anv/radv/gallium: make shader info a pointer
Timothy Arceri
2016-10-26
1
-8
/
+8
*
i965: get inputs read from nir info
Timothy Arceri
2016-10-06
1
-4
/
+6
*
i965: get outputs written from nir info
Timothy Arceri
2016-10-06
1
-4
/
+6
*
i965: Eliminate brw->tes.prog_data pointer.
Kenneth Graunke
2016-10-05
1
-5
/
+5
*
i965: rename max_ds_* variable to max_tes_*
Timothy Arceri
2016-10-03
1
-1
/
+1
*
i965: create populate key functions for tcs and tes
Timothy Arceri
2016-09-27
1
-20
/
+38
*
i965: get rid of duplicated values from gen_device_info
Lionel Landwerlin
2016-09-23
1
-1
/
+1
*
intel/i965: make gen_device_info mutable
Lionel Landwerlin
2016-09-23
1
-1
/
+1
*
i965: Rename intelScreen to screen.
Kenneth Graunke
2016-09-20
1
-2
/
+2
*
intel: s/brw_device_info/gen_device_info/
Jason Ekstrand
2016-09-03
1
-1
/
+1
*
i965: make more effective use of SamplersUsed
Timothy Arceri
2016-07-05
1
-2
/
+1
*
glsl/mesa: split gl_shader in two
Timothy Arceri
2016-06-30
1
-1
/
+2
*
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: Add support for GL_ARB_cull_distance
Kristian Høgsberg Kristensen
2016-05-13
1
-0
/
+4
*
i965: Handle mix-and-match TCS/TES with separate shader objects.
Kenneth Graunke
2015-12-22
1
-1
/
+29
*
i965: Consolidate BRW_NEW_TESS_{CTRL,EVAL}_PROGRAM flags.
Kenneth Graunke
2015-12-22
1
-2
/
+2
*
i965: Only call brw_upload_tcs/tes_prog when using tessellation.
Kenneth Graunke
2015-12-22
1
-9
/
+0
*
i965: Add tessellation evaluation shaders
Kenneth Graunke
2015-12-22
1
-0
/
+300