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_gs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/gs: Set number of control data bits for stream mode.
Iago Toral Quiroga
2014-06-30
1
-4
/
+5
*
i965/vec4/gs: Silence warning about unused 'success' in release build.
Matt Turner
2014-06-17
1
-0
/
+1
*
mesa/sso: rename Shader to the pointer _Shader
Gregory Hainaut
2014-03-25
1
-1
/
+1
*
i965: Allocate vec4_visitor's uniform_size and uniform_vector_size arrays dyn...
Petri Latvala
2014-02-28
1
-0
/
+5
*
i965: support instanced GS on gen7
Jordan Justen
2014-02-20
1
-0
/
+2
*
i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...
Francisco Jerez
2014-02-19
1
-14
/
+7
*
mesa: Fold long lines introduced by the previous patch.
Paul Berry
2014-01-21
1
-2
/
+3
*
mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geometry}Program with an ar...
Paul Berry
2014-01-21
1
-1
/
+1
*
i965: Reserve space for "Vertex Count" in GS outputs.
Kenneth Graunke
2014-01-21
1
-0
/
+6
*
i965/gs: Set GS prog_data to NULL if there is no GS program.
Paul Berry
2013-11-26
1
-0
/
+7
*
i965/gs: Precompile geometry shaders.
Paul Berry
2013-10-24
1
-0
/
+34
*
glsl: Move UsesClipDistance from gl_{vertex,geometry}_program into gl_program.
Paul Berry
2013-10-24
1
-1
/
+2
*
i965: Make a brw_stage_prog_data for storing the SURF_INDEX information.
Eric Anholt
2013-10-15
1
-0
/
+2
*
i965: Remove dead arguments from prog_data_compare.
Eric Anholt
2013-10-15
1
-2
/
+1
*
i965: Fix brw_gs_prog_data_compare to actually check field members.
Kenneth Graunke
2013-09-19
1
-1
/
+1
*
i965/gs: Implement basic gl_PrimitiveIDIn functionality.
Paul Berry
2013-09-17
1
-0
/
+3
*
i965/gs: Stop storing an input VUE map in the GS program key.
Paul Berry
2013-09-16
1
-2
/
+4
*
i965/gen6+: Remove VUE map dependency on userclip_active.
Paul Berry
2013-09-16
1
-3
/
+12
*
i965/gs: Set control data header size/format appropriately for EndPrimitive().
Paul Berry
2013-09-11
1
-0
/
+33
*
i965/gs: make the state atom for compiling Gen7 geometry shaders.
Paul Berry
2013-08-31
1
-0
/
+287