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_vs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Add brw_populate_default_key
Jordan Justen
2018-07-09
1
-0
/
+4
*
i965: Make brw_vs_outputs_written static.
Kenneth Graunke
2018-05-01
1
-4
/
+0
*
i965: Reduce cross-pollination between the DRI driver and compiler
Jason Ekstrand
2017-03-01
1
-2
/
+1
*
i965: Add a header for brw_vec4_vs_visitor
Jason Ekstrand
2017-03-01
1
-42
/
+0
*
i965: Move BRW_ATTRIB_WA_* defines to brw_compiler.h
Jason Ekstrand
2017-03-01
1
-11
/
+0
*
i965: stop passing gl_shader_program to the precompile and codegen functions
Timothy Arceri
2017-01-06
1
-6
/
+0
*
i965: pass gl_program to the brw_*_debug_recompile() functions
Timothy Arceri
2017-01-06
1
-4
/
+0
*
i965: replace brw_vertex_program with new generic brw_program
Timothy Arceri
2016-10-26
1
-1
/
+1
*
i965: make vs and fs key generation helpers available to shader cache
Carl Worth
2016-09-27
1
-0
/
+4
*
i965: move vs outputs written into a helper
Timothy Arceri
2016-06-22
1
-0
/
+4
*
i965: Silence unused parameter warnings
Ian Romanick
2016-05-18
1
-2
/
+1
*
i965: Clean up #includes in the compiler.
Matt Turner
2015-11-24
1
-3
/
+0
*
i965: Move the entire compiler API into a single file
Jason Ekstrand
2015-10-19
1
-12
/
+0
*
i965: Rename brw_foo_emit to brw_compile_foo
Jason Ekstrand
2015-10-19
1
-10
/
+10
*
i965/vs: Rework vs_emit to take a nir_shader and a brw_compiler
Jason Ekstrand
2015-10-19
1
-4
/
+8
*
i965: Use a const nir_shader in backend_shader
Jason Ekstrand
2015-10-19
1
-1
/
+1
*
i965: Move brw_get_shader_time_index() call out of emit functions
Kristian Høgsberg Kristensen
2015-10-08
1
-0
/
+1
*
i965/vec4: Remove more dead visitor/vertex program code.
Matt Turner
2015-10-04
1
-5
/
+0
*
i965/shader: Get rid of the shader, prog, and shader_prog fields
Jason Ekstrand
2015-10-02
1
-3
/
+1
*
i965/vec4: Delete the old vec4_vp code
Jason Ekstrand
2015-10-02
1
-1
/
+0
*
i965: Get rid of prog_data compare functions
Jason Ekstrand
2015-09-30
1
-1
/
+0
*
i965: Virtualize vec4_visitor::emit_urb_slot().
Kenneth Graunke
2015-09-03
1
-0
/
+1
*
i965: Move legacy clip plane handling to vec4_vs_visitor.
Kenneth Graunke
2015-09-03
1
-0
/
+5
*
i965/vec4: Redefine make_reg_for_system_value() to allow reuse in NIR->vec4 pass
Alejandro Piñeiro
2015-08-03
1
-1
/
+2
*
i965/vs: Get rid of brw_vs_compile completely.
Kenneth Graunke
2015-07-09
1
-9
/
+4
*
i965/vs: Remove 'c'/vs_compile from vec4_vs_visitor.
Kenneth Graunke
2015-07-09
1
-2
/
+4
*
i965/vec4: Move c->last_scratch into vec4_visitor.
Kenneth Graunke
2015-07-09
1
-1
/
+0
*
i965/vec4: Plumb log_data through so the backend_shader field gets set.
Kenneth Graunke
2015-07-09
1
-0
/
+1
*
i965: Remove the brw_context from the visitors
Jason Ekstrand
2015-06-23
1
-1
/
+1
*
i965/vec4_vs: Add an explicit use_legacy_snorm_formula flag
Jason Ekstrand
2015-06-23
1
-1
/
+4
*
i965: Pull calls to get_shader_time_index out of the visitor
Jason Ekstrand
2015-06-23
1
-1
/
+2
*
i965: Rename brw_compile to brw_codegen
Jason Ekstrand
2015-04-22
1
-1
/
+1
*
i965: Rename do_<stage>_prog to brw_compile_<stage>_prog (and export)
Carl Worth
2015-04-02
1
-0
/
+6
*
i965: Perform program state upload outside of atom handling
Carl Worth
2015-02-23
1
-0
/
+3
*
i965: Move program key structures to brw_program.h.
Kenneth Graunke
2014-12-02
1
-22
/
+0
*
i965: Make precompile functions accessible from C.
Kenneth Graunke
2014-11-24
1
-3
/
+0
*
i965: Pass gl_program pointers into precompile functions.
Kenneth Graunke
2014-11-24
1
-1
/
+3
*
i965: Merge resolving of shader program source
Topi Pohjolainen
2014-03-05
1
-1
/
+0
*
i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...
Francisco Jerez
2014-02-19
1
-1
/
+0
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
i965: Drop trailing whitespace from the rest of the driver.
Kenneth Graunke
2013-12-05
1
-5
/
+5
*
i965: Remove dead arguments from prog_data_compare.
Eric Anholt
2013-10-15
1
-2
/
+1
*
i965/vs: Move vs-specific code out of brw_vec4.h.
Paul Berry
2013-09-05
1
-0
/
+38
*
i965/vec4: Move vec4 data structures and functions to brw_vec4.{cpp,h}.
Paul Berry
2013-08-23
1
-36
/
+1
*
i965: Make brw_{program,vs}.h safe to include from C++.
Paul Berry
2013-08-23
1
-0
/
+8
*
i965: get rid of clip plane compaction
Chris Forbes
2013-08-16
1
-9
/
+0
*
i965/vs: split brw_vs_prog_data into generic and VS-specific parts.
Paul Berry
2013-04-11
1
-0
/
+3
*
i965/vs: split brw_vs_prog_key into generic and VS-specific parts.
Paul Berry
2013-04-11
1
-10
/
+15
*
i965/vs: split brw_vs_compile into generic and VS-specific parts.
Paul Berry
2013-04-11
1
-2
/
+6
*
i965/vs: Remove brw_vs_prog_data pointer from brw_vs_compile.
Paul Berry
2013-04-11
1
-1
/
+1
[next]