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
/
gen6_gs_visitor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/vec4: Replace src_reg(imm) constructors with brw_imm_*().
Matt Turner
2015-11-19
1
-38
/
+40
*
i965/gs: Pull prog_data out of brw_gs_compile
Jason Ekstrand
2015-10-21
1
-23
/
+16
*
i965/gs: Use NIR instead of the brw_geometry_program for GS metadata
Jason Ekstrand
2015-10-21
1
-6
/
+6
*
i965/gs: Make MAX_GS_INPUT_VERTICES a #define in brw_context.h.
Kenneth Graunke
2015-10-10
1
-2
/
+0
*
i965/gs/gen6: Maximum allowed size of SEND messages is 15 (4 bits)
Iago Toral Quiroga
2015-10-08
1
-12
/
+18
*
i965: Move binding table setup to codegen time.
Jason Ekstrand
2015-10-02
1
-11
/
+0
*
i965/shader: Pull assign_common_binding_table_offsets out of backend_shader
Jason Ekstrand
2015-10-02
1
-1
/
+3
*
i965/vec4: Delete the old ir_visitor code
Jason Ekstrand
2015-10-02
1
-30
/
+1
*
i965/gs: Fix extra level of indentation left by the previous commit.
Kenneth Graunke
2015-09-23
1
-52
/
+50
*
i965/gs: Use new NIR intrinsics.
Kenneth Graunke
2015-09-23
1
-11
/
+17
*
i965/gs/gen6: Refactor ir_emit_vertex and ir_end_primitive for gen6
Samuel Iglesias Gonsalvez
2015-08-03
1
-1
/
+12
*
i965/gen6 gs: Convert brw_imm_ud/brw_imm_d to src_reg
Jordan Justen
2015-03-10
1
-7
/
+7
*
i965/gen6/gs: Don't declare a src_reg with struct.
Matt Turner
2014-11-24
1
-1
/
+1
*
i965/gen6/gs: Fix binding table clash between TF surfaces and textures.
Iago Toral Quiroga
2014-09-19
1
-0
/
+9
*
i965/gen6/gs: Avoid buffering transform feedback varyings twice.
Iago Toral Quiroga
2014-09-19
1
-101
/
+80
*
i965/gen6/gs: Buffer PSIZ/flags vertex data in gen6_gs_visitor
Samuel Iglesias Gonsalvez
2014-09-19
1
-38
/
+41
*
i965/gen6/gs: implement transform feedback support in gen6_gs_visitor
Samuel Iglesias Gonsalvez
2014-09-19
1
-3
/
+306
*
i965/gen6/gs: Add an additional parameter to the FF_SYNC opcode.
Samuel Iglesias Gonsalvez
2014-09-19
1
-1
/
+2
*
i965/gen6/gs: Implement support for gl_PrimitiveIdIn.
Iago Toral Quiroga
2014-09-19
1
-0
/
+67
*
i965/gen6/gs: Handle the case where a geometry shader emits no output.
Iago Toral Quiroga
2014-09-19
1
-120
/
+117
*
i965/gen6/gs: Make sure we complete the last primitive.
Iago Toral Quiroga
2014-09-19
1
-0
/
+13
*
i965/gen6/gs: Implement geometry shaders for outputs other than points.
Iago Toral Quiroga
2014-09-19
1
-7
/
+65
*
i965/gen6/gs: Add initial implementation for a gen6 geometry shader visitor.
Iago Toral Quiroga
2014-09-19
1
-0
/
+346