summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vs.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Do legacy userclipping in OpenGL ES 1.x contexts.Ian Romanick2015-10-301-1/+2
* mesa: replace UsesClipDistance with ClipDistanceArraySizeMarek Olšák2015-10-201-1/+1
* i965/vs: Move URB entry_size and read_length calculations to compile_vsJason Ekstrand2015-10-191-34/+0
* i965: Rename brw_foo_emit to brw_compile_fooJason Ekstrand2015-10-191-5/+5
* i965/vs: Rework vs_emit to take a nir_shader and a brw_compilerJason Ekstrand2015-10-191-2/+14
* i965/vs: Drop hack that created NIR for fixed function vertex programs.Kenneth Graunke2015-10-171-12/+0
* i965: Fix unsafe pointer when dumping VS/FS IRIago Toral Quiroga2015-10-121-1/+1
* i965/vs: Fix a subtlety in the nr_attributes == 0 workaround.Kenneth Graunke2015-10-101-5/+7
* i965/vs: Unify URB entry size/read length calculations between backends.Kenneth Graunke2015-10-101-0/+32
* i965: Move brw_get_shader_time_index() call out of emit functionsKristian Høgsberg Kristensen2015-10-081-1/+5
* i965: Move brw_select_clip_planes() to brw_shader.cppKristian Høgsberg Kristensen2015-10-081-25/+0
* i965: Move brw_dump_ir() out of brw_*_emit() functionsKristian Høgsberg Kristensen2015-10-081-0/+3
* i965: Move prog_data uniform setup to the codegen levelJason Ekstrand2015-10-021-0/+9
* i965: Move binding table setup to codegen time.Jason Ekstrand2015-10-021-0/+5
* i965: Pull stage_prog_data.nr_params out of the NIR shaderJason Ekstrand2015-10-021-12/+7
* i965/vs: Move lazy NIR creation to codegen_vs_progJason Ekstrand2015-10-021-0/+13
* i965: Get rid of prog_data compare functionsJason Ekstrand2015-09-301-21/+0
* i965: Simplify handling of VUE map changes.Kenneth Graunke2015-09-261-15/+0
* i965: Don't re-layout varyings for separate shader programs.Kenneth Graunke2015-09-261-2/+5
* i965: Move perf_debug code to brw_codegen_*_prog()Kristian Høgsberg Kristensen2015-09-141-5/+24
* i965: Optimize VUE map comparisons.Kenneth Graunke2015-09-031-2/+2
* i965: Don't do legacy userclipping in non-compatibility contexts.Kenneth Graunke2015-09-031-0/+1
* i965: Remove the brw_vue_prog_key base class.Kenneth Graunke2015-09-031-11/+11
* i965: Delete the brw_vue_program_key::userclip_active flag.Kenneth Graunke2015-09-031-11/+6
* i965: Remove legacy clip plane handling from geometry shaders.Kenneth Graunke2015-09-031-17/+8
* i965: Reserve enough parameter entries for all image uniforms used in the pro...Francisco Jerez2015-08-111-1/+2
* i965: Define and initialize image parameter structure.Francisco Jerez2015-08-111-1/+4
* i965/vs: Get rid of brw_vs_compile completely.Kenneth Graunke2015-07-091-12/+8
* i965/vec4: Move total_scratch calculation into the visitor.Kenneth Graunke2015-07-091-4/+1
* i965/vec4: Move perf_debug about register spilling into the visitor.Kenneth Graunke2015-07-091-4/+0
* i965: Split VUE map handling out of brw_vs.c into brw_vue_map.c.Kenneth Graunke2015-06-221-102/+0
* i965: Rename brw_compile to brw_codegenJason Ekstrand2015-04-221-3/+3
* i965: Use device_info instead of the context for computing vue mapsJason Ekstrand2015-04-221-3/+5
* i965: Rename do_<stage>_prog to brw_compile_<stage>_prog (and export)Carl Worth2015-04-021-9/+9
* i965: Split out per-stage dirty-bit checking into separate functionsCarl Worth2015-04-021-9/+15
* i965: Split out brw_<stage>_populate_key into their own functionsCarl Worth2015-04-021-23/+35
* i965/state: Don't use brw->state.dirty.brwJordan Justen2015-03-311-2/+2
* i965: Set nr_params to the number of uniform components in the VS/GS path.Francisco Jerez2015-03-201-9/+1
* i965: Perform program state upload outside of atom handlingCarl Worth2015-02-231-18/+13
* i965: Rename brw_vec4_prog_data/key to brw_bue_prog_data/keyKristian Høgsberg2014-12-101-6/+6
* i965: Compute VS attribute WA bits earlier and check if they changed.Kenneth Graunke2014-12-041-37/+4
* i965: Store floating point mode choice in brw_stage_prog_data.Kenneth Graunke2014-12-041-0/+4
* i965/vs: Set brw_vs_prog_key::clamp_vertex_color to 0 when irrelevant.Kenneth Graunke2014-12-021-3/+8
* i965: Make vertex color clamp handling code VS specific.Kenneth Graunke2014-12-021-2/+3
* i965: Delete brw_state_flags::cache and related code.Kenneth Graunke2014-12-021-1/+0
* i965: Add _CACHE_ in brw_cache_id enum names.Kenneth Graunke2014-11-291-3/+3
* i965: Alphabetize brw_tracked_state flags and use a consistent style.Kenneth Graunke2014-11-291-5/+8
* i965: Pass gl_program pointers into precompile functions.Kenneth Graunke2014-11-241-7/+5
* i965/gen6/gs: Assign geometry shader VUE map properly.Iago Toral Quiroga2014-09-191-1/+1
* Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404Jordan Justen2014-09-041-2/+2