summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_vs.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-26i965: Set nr_params to the number of uniform components in the VS/GS path.Francisco Jerez1-9/+1
2014-12-10i965: Rename brw_vec4_prog_data/key to brw_bue_prog_data/keyKristian Høgsberg1-6/+6
2014-12-04i965: Compute VS attribute WA bits earlier and check if they changed.Kenneth Graunke1-37/+4
2014-12-04i965: Store floating point mode choice in brw_stage_prog_data.Kenneth Graunke1-0/+4
2014-12-02i965/vs: Set brw_vs_prog_key::clamp_vertex_color to 0 when irrelevant.Kenneth Graunke1-3/+8
2014-12-02i965: Make vertex color clamp handling code VS specific.Kenneth Graunke1-2/+3
2014-12-02i965: Delete brw_state_flags::cache and related code.Kenneth Graunke1-1/+0
2014-11-29i965: Add _CACHE_ in brw_cache_id enum names.Kenneth Graunke1-3/+3
2014-11-29i965: Alphabetize brw_tracked_state flags and use a consistent style.Kenneth Graunke1-5/+8
2014-11-24i965: Pass gl_program pointers into precompile functions.Kenneth Graunke1-7/+5
2014-09-19i965/gen6/gs: Assign geometry shader VUE map properly.Iago Toral Quiroga1-1/+1
2014-09-04Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404Jordan Justen1-2/+2
2014-09-03i965: Move curb_read_length/total_scratch to brw_stage_prog_data.Kenneth Graunke1-2/+3
2014-09-01i965: Create a macro for setting a dirty bit.Paul Berry1-2/+2
2014-08-14i965: Store uniform constant values in a gl_constant_value instead of floatNeil Roberts1-2/+4
2014-08-04util: Move ralloc to a new src/util directory.Kenneth Graunke1-1/+1
2014-03-25mesa/sso: rename Shader to the pointer _ShaderGregory Hainaut1-2/+2
2014-02-28i965: Allocate vec4_visitor's uniform_size and uniform_vector_size arrays dyn...Petri Latvala1-0/+9
2014-02-27i965: Convert VUE map generation checks to if rather than switch.Kenneth Graunke1-11/+2
2014-02-22i965: Move compiler debugging output to stderr.Eric Anholt1-1/+1
2014-02-19i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...Francisco Jerez1-14/+6
2014-02-05i965/vs: Fix typo in brw_compute_vue_mapChris Forbes1-1/+1
2014-01-21mesa: Fold long lines introduced by the previous patch.Paul Berry1-2/+3
2014-01-21mesa: Replace ctx->Shader.Current{Vertex,Fragment,Geometry}Program with an ar...Paul Berry1-2/+2
2014-01-20i965: Emit writes to viewport indexIan Romanick1-3/+3
2014-01-18i965: Use the Sandybridge VUE format on Broadwell as well.Kenneth Graunke1-0/+1
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-12-05i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke1-6/+6
2013-10-24i965/vec4: Extract function to set up vec4 prog key for precompiling.Paul Berry1-14/+1
2013-10-24i965/vec4: Remove uses_clip_distance from program key.Paul Berry1-4/+1
2013-10-24glsl: Move UsesClipDistance from gl_{vertex,geometry}_program into gl_program.Paul Berry1-1/+2
2013-10-15i965: Make a brw_stage_prog_data for storing the SURF_INDEX information.Eric Anholt1-0/+2
2013-10-15i965: Remove dead arguments from prog_data_compare.Eric Anholt1-2/+1
2013-09-19i965: Fix brw_vs_prog_data_compare to actually check field members.Kenneth Graunke1-1/+1
2013-09-16i965/gen6+: Remove VUE map dependency on userclip_active.Paul Berry1-13/+13
2013-09-05i965/gs: Don't assign gl_Layer its own slot in the VUE map.Paul Berry1-0/+5
2013-08-31i965/gs: make the state atom for compiling Gen7 geometry shaders.Paul Berry1-6/+7
2013-08-31i965: Move data from brw->vs into a base class if gs will also need it.Paul Berry1-6/+6
2013-08-28i965: Allocate just enough space for user clip planes in uniform arrays.Kenneth Graunke1-2/+4
2013-08-28i965: Silence unused variable warning in release buildChad Versace1-1/+1
2013-08-23i965/gs: Add a data structure for tracking VS output VUE map.Paul Berry1-1/+7
2013-08-23i965/vec4: Make a function for setting up vec4 program key clip info.Paul Berry1-6/+18
2013-08-23i965/vec4: Move vec4 data structures and functions to brw_vec4.{cpp,h}.Paul Berry1-26/+0
2013-08-20i965: Shorten sampler loops in precompile key setup.Kenneth Graunke1-1/+2
2013-08-19i965/vs: Rework binding table size calculation.Kenneth Graunke1-10/+0
2013-08-19i965: Shorten sampler loops in key setup.Kenneth Graunke1-1/+2
2013-08-16i965: get rid of clip plane compactionChris Forbes1-12/+2
2013-08-16i965/Gen4-5: ensure VUE slots for clipdistance are valid if user clipping is ...Chris Forbes1-0/+5
2013-07-14i965/vs: Gen4/5: enable front colors if back colors are writtenChris Forbes1-0/+6
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke1-1/+1