summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/gen6_sf_state.c
Commit message (Expand)AuthorAgeFilesLines
...
* i965/msaa: Control multisampling behaviour via the visual.Paul Berry2012-07-241-3/+1
* i965/msaa: Only do multisample rasterization if GL_MULTISAMPLE enabled.Paul Berry2012-06-201-4/+6
* i965/gen6: Initial implementation of MSAA.Paul Berry2012-05-151-2/+13
* intel: use _mesa_is_winsys/user_fbo() helpersBrian Paul2012-05-011-1/+2
* i965: Move VUE map computation to once at VS compile time.Eric Anholt2012-02-211-5/+5
* i965: Make the userclip flag for the VUE map come from VS prog data.Eric Anholt2012-02-211-9/+3
* i965: Rewrite the HiZ opChad Versace2012-02-071-13/+3
* i965: fix inverted point sprite origin when rendering to FBOYuanhan Liu2012-01-281-2/+11
* i965: Annotate the use of _NEW_PROGRAM in Gen6+ SF state atoms.Kenneth Graunke2012-01-091-1/+1
* i965/gen6: Manipulate state batches for HiZ meta-ops [v4]Chad Versace2011-11-221-3/+15
* i965/gen6+: Add support for noperspective interpolation.Paul Berry2011-10-271-11/+10
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-1/+1
* i965: Make brw_compute_vue_map's userclip dependency a boolean.Paul Berry2011-10-061-3/+3
* mesa: Create _mesa_bitcount_64() to replace i965's brw_count_bits()Paul Berry2011-10-061-2/+2
* i965: Allow clip distances to be read back in fragment shaders.Paul Berry2011-09-231-5/+1
* i965: fix the constant interp bitmask for flat modeYuanhan Liu2011-09-231-6/+13
* i965/gen6+: When only BFC is written, use BFC as the color.Eric Anholt2011-09-211-0/+9
* i965/gen6+: Respect the VERTEX_PROGRAM_TWO_SIDE flag for shaders.Eric Anholt2011-09-211-2/+3
* mesa: put _mesa_ prefix on vert_result_to_frag_attrib()Brian Paul2011-09-061-1/+1
* i965: Remove two_side_color from brw_compute_vue_map().Paul Berry2011-09-061-2/+1
* i965: SF: Change gen{6,7}_sf_state.c to compute URB read length based on VUE ...Paul Berry2011-09-061-4/+12
* i965: SF: Move outputs_written to a local variable for clarity.Paul Berry2011-09-061-2/+3
* i965: SF: New implementation of get_attr_override using the VUE map.Paul Berry2011-09-061-42/+66
* Refactor code that converts between gl_vert_result and gl_frag_attrib.Paul Berry2011-09-061-11/+4
* i965/gen6: Add support for gl_PointCoord.Eric Anholt2011-06-091-0/+3
* i965/gen6: Fix point sprite texture coordinate overrides.Eric Anholt2011-06-091-7/+7
* i965/gen6: Refactor SF setup a bit to handle overrides in one place.Eric Anholt2011-06-091-19/+24
* i965/gen6: Add support for point min/max size from ARB_point_parameters.Eric Anholt2011-05-181-2/+7
* i965: Make gen6_sf_state.c's get_attr_override non-static.Kenneth Graunke2011-05-171-1/+1
* i965: Increase Sandybridge point size clamp.Kenneth Graunke2011-02-221-1/+1
* i965: Fix shaders that write to gl_PointSize on Sandybridge.Kenneth Graunke2011-02-221-0/+2
* i965: Rename various gen6 #defines to match the documentation.Kenneth Graunke2011-01-061-1/+1
* i965: support for two-sided lighting on SandybridgeXiang, Haihao2010-12-101-3/+29
* i965: fix for flat shading on SandybridgeXiang, Haihao2010-12-061-2/+9
* i965: Update gen6 SF state on fragment program change too.Eric Anholt2010-12-041-1/+3
* i965: add support for polygon mode on Sandybridge.Xiang, Haihao2010-12-021-0/+42
* i965: Update gen6 SF state when point state (sprite or attenuation) changes.Eric Anholt2010-10-281-0/+1
* i965: Add user clip planes support to gen6.Eric Anholt2010-10-281-2/+10
* i965: Remove the gen6 emit_mi_flushes I sprinkled around the driver.Eric Anholt2010-10-191-2/+0
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* i965: Enable attribute swizzling (repositioning) in the gen6 SF.Eric Anholt2010-10-081-1/+2
* i965: Fix gen6 pointsize handling to match pre-gen6.Eric Anholt2010-10-061-1/+2
* i965: fix point sprite on sandybridgeZhenyu Wang2010-09-281-3/+11
* i965: enable polygon offset on sandybridgeZhenyu Wang2010-09-281-0/+3
* i965: Set up inputs to the fragment shader according to FP InputsRead.Eric Anholt2010-09-281-12/+17
* i965: Don't set up VUE space for the disabled user clip distances on gen6.Eric Anholt2010-07-191-1/+1
* i965: Fix gen6 front cull mode.Eric Anholt2010-06-121-1/+1
* i965: Try to assign SNB SF inputs to outputs.Eric Anholt2010-03-051-2/+41
* i965: Fix the SNB SF input size.Eric Anholt2010-03-051-1/+1
* i965: Remove unnecessary headers.Vinson Lee2010-02-251-1/+0