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: 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
*
i965: Consign COORD_REPLACE VS hacks to Pre-Gen6.
Paul Berry
2013-02-20
1
-0
/
+10
*
i965/vs: Move struct brw_compile (p) entirely inside vec4_generator.
Kenneth Graunke
2012-11-28
1
-1
/
+0
*
i965/vs: Move uses of brw_compile from do_vs_prog to brw_vs_emit.
Kenneth Graunke
2012-11-28
1
-4
/
+5
*
i965/vs: Rework memory contexts for shader compilation data.
Kenneth Graunke
2012-11-28
1
-1
/
+2
*
i965/vs: Pass the brw_context pointer into vec4_visitor and do_vs_prog.
Kenneth Graunke
2012-11-28
1
-1
/
+3
*
i965: Generalize GL_FIXED VS w/a support
Chris Forbes
2012-11-26
1
-3
/
+14
*
i965/vs: Remove brw_vs_compile::constant_map.
Kenneth Graunke
2012-11-01
1
-1
/
+0
*
i965/vs: Delete the old vertex shader backend.
Kenneth Graunke
2012-11-01
1
-24
/
+0
*
i965/vs: Fix unit mismatch in scratch base_offset parameter.
Kenneth Graunke
2012-10-10
1
-1
/
+1
*
i965/vp: Remove support for reading destination registers.
Eric Anholt
2012-09-27
1
-1
/
+0
*
i965: Make the param pointer arrays for the VS dynamically sized.
Eric Anholt
2012-09-07
1
-0
/
+1
[next]