summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_vs.h
AgeCommit message (Expand)AuthorFilesLines
2017-03-01i965: Reduce cross-pollination between the DRI driver and compilerJason Ekstrand1-2/+1
2017-03-01i965: Add a header for brw_vec4_vs_visitorJason Ekstrand1-42/+0
2017-03-01i965: Move BRW_ATTRIB_WA_* defines to brw_compiler.hJason Ekstrand1-11/+0
2017-01-06i965: stop passing gl_shader_program to the precompile and codegen functionsTimothy Arceri1-6/+0
2017-01-06i965: pass gl_program to the brw_*_debug_recompile() functionsTimothy Arceri1-4/+0
2016-10-26i965: replace brw_vertex_program with new generic brw_programTimothy Arceri1-1/+1
2016-09-27i965: make vs and fs key generation helpers available to shader cacheCarl Worth1-0/+4
2016-06-22i965: move vs outputs written into a helperTimothy Arceri1-0/+4
2016-05-18i965: Silence unused parameter warningsIan Romanick1-2/+1
2015-11-24i965: Clean up #includes in the compiler.Matt Turner1-3/+0
2015-10-19i965: Move the entire compiler API into a single fileJason Ekstrand1-12/+0
2015-10-19i965: Rename brw_foo_emit to brw_compile_fooJason Ekstrand1-10/+10
2015-10-19i965/vs: Rework vs_emit to take a nir_shader and a brw_compilerJason Ekstrand1-4/+8
2015-10-19i965: Use a const nir_shader in backend_shaderJason Ekstrand1-1/+1
2015-10-08i965: Move brw_get_shader_time_index() call out of emit functionsKristian Høgsberg Kristensen1-0/+1
2015-10-04i965/vec4: Remove more dead visitor/vertex program code.Matt Turner1-5/+0
2015-10-02i965/shader: Get rid of the shader, prog, and shader_prog fieldsJason Ekstrand1-3/+1
2015-10-02i965/vec4: Delete the old vec4_vp codeJason Ekstrand1-1/+0
2015-09-30i965: Get rid of prog_data compare functionsJason Ekstrand1-1/+0
2015-09-03i965: Virtualize vec4_visitor::emit_urb_slot().Kenneth Graunke1-0/+1
2015-09-03i965: Move legacy clip plane handling to vec4_vs_visitor.Kenneth Graunke1-0/+5
2015-08-03i965/vec4: Redefine make_reg_for_system_value() to allow reuse in NIR->vec4 passAlejandro Piñeiro1-1/+2
2015-07-09i965/vs: Get rid of brw_vs_compile completely.Kenneth Graunke1-9/+4
2015-07-09i965/vs: Remove 'c'/vs_compile from vec4_vs_visitor.Kenneth Graunke1-2/+4
2015-07-09i965/vec4: Move c->last_scratch into vec4_visitor.Kenneth Graunke1-1/+0
2015-07-09i965/vec4: Plumb log_data through so the backend_shader field gets set.Kenneth Graunke1-0/+1
2015-06-23i965: Remove the brw_context from the visitorsJason Ekstrand1-1/+1
2015-06-23i965/vec4_vs: Add an explicit use_legacy_snorm_formula flagJason Ekstrand1-1/+4
2015-06-23i965: Pull calls to get_shader_time_index out of the visitorJason Ekstrand1-1/+2
2015-04-22i965: Rename brw_compile to brw_codegenJason Ekstrand1-1/+1
2015-04-02i965: Rename do_<stage>_prog to brw_compile_<stage>_prog (and export)Carl Worth1-0/+6
2015-02-23i965: Perform program state upload outside of atom handlingCarl Worth1-0/+3
2014-12-02i965: Move program key structures to brw_program.h.Kenneth Graunke1-22/+0
2014-11-24i965: Make precompile functions accessible from C.Kenneth Graunke1-3/+0
2014-11-24i965: Pass gl_program pointers into precompile functions.Kenneth Graunke1-1/+3
2014-03-05i965: Merge resolving of shader program sourceTopi Pohjolainen1-1/+0
2014-02-19i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...Francisco Jerez1-1/+0
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-12-05i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke1-5/+5
2013-10-15i965: Remove dead arguments from prog_data_compare.Eric Anholt1-2/+1
2013-09-05i965/vs: Move vs-specific code out of brw_vec4.h.Paul Berry1-0/+38
2013-08-23i965/vec4: Move vec4 data structures and functions to brw_vec4.{cpp,h}.Paul Berry1-36/+1
2013-08-23i965: Make brw_{program,vs}.h safe to include from C++.Paul Berry1-0/+8
2013-08-16i965: get rid of clip plane compactionChris Forbes1-9/+0
2013-04-11i965/vs: split brw_vs_prog_data into generic and VS-specific parts.Paul Berry1-0/+3
2013-04-11i965/vs: split brw_vs_prog_key into generic and VS-specific parts.Paul Berry1-10/+15
2013-04-11i965/vs: split brw_vs_compile into generic and VS-specific parts.Paul Berry1-2/+6
2013-04-11i965/vs: Remove brw_vs_prog_data pointer from brw_vs_compile.Paul Berry1-1/+1
2013-02-20i965: Consign COORD_REPLACE VS hacks to Pre-Gen6.Paul Berry1-0/+10
2012-11-28i965/vs: Move struct brw_compile (p) entirely inside vec4_generator.Kenneth Graunke1-1/+0