summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_sf.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke1-1/+1
2013-07-09i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke1-2/+1
2013-07-09i965: Move intel_context::reduced_primitive to brw_context.Kenneth Graunke1-1/+1
2013-06-16i965: Shrink Gen5 VUE map layout to be the same as Gen4.Chris Forbes1-1/+1
2013-03-24i965: Use brw.vue_map_geom_out instead of VS output VUE map where appropriate.Paul Berry1-5/+4
2013-03-24i965: Move brw_vs_prog_data::outputs_written into VUE map.Paul Berry1-1/+1
2013-03-23i965: Clarify nomenclature: vert_result -> varyingPaul Berry1-2/+2
2013-03-15Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry1-1/+1
2013-03-15Replace gl_vert_result enum with gl_varying_slot.Paul Berry1-3/+3
2012-11-17i965/gen4: Respect the VERTEX_PROGRAM_TWO_SIDE vertex program/shader flag.Eric Anholt1-3/+4
2012-05-01intel: use _mesa_is_winsys/user_fbo() helpersBrian Paul1-1/+3
2012-03-07i965: handle gl_PointCoord for Gen4 and Gen5 platformsYuanhan Liu1-5/+25
2012-02-21i965: Move VUE map computation to once at VS compile time.Eric Anholt1-1/+1
2012-02-21i965: Make the userclip flag for the VUE map come from VS prog data.Eric Anholt1-1/+1
2011-10-29i965: Move program compile to emit() time.Eric Anholt1-2/+3
2011-10-18intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke1-4/+4
2011-10-06i965: Make brw_compute_vue_map's userclip dependency a boolean.Paul Berry1-2/+2
2011-10-06mesa: Create _mesa_bitcount_64() to replace i965's brw_count_bits()Paul Berry1-1/+1
2011-09-06i965: Remove two_side_color from brw_compute_vue_map().Paul Berry1-2/+1
2011-09-06i965: SF: Remove unnecessary variables.Paul Berry1-4/+2
2011-09-06i965: SF: Remove attr_to_idx and idx_to_attr.Paul Berry1-11/+1
2011-09-06i965: SF: Modify calculate_point_sprite_mask to use the VUE map.Paul Berry1-1/+7
2011-08-30i965: Fix Android build by removing relative includesChad Versace1-1/+1
2011-06-18i965: Use state streaming on programs, and state base address on gen5+.Eric Anholt1-13/+9
2011-05-26i965: Remove linear_color for GL_PERSPECTIVE_CORRECTION_HINT.Eric Anholt1-3/+0
2011-05-17i965: Get a ralloc context into brw_compile.Kenneth Graunke1-1/+6
2011-04-29i965: Remove dead entrypoints to state cache, rename the one that's left.Eric Anholt1-8/+5
2010-11-03intel: Annotate debug printout checks with unlikely().Eric Anholt1-1/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-06-08intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt1-2/+2
2010-05-17i965: Fix point coordinate replacement after airlied's ffvertex changes.Eric Anholt1-0/+1
2010-05-17i965: Add SF program disasm under INTEL_DEBUG=sf.Eric Anholt1-0/+9
2010-03-08i965: Fix up the handling of point sprite coordinate replacement.Eric Anholt1-10/+11
2010-01-19i965: Allow for variable-sized auxdata in the state cache.Eric Anholt1-6/+7
2009-11-17Merge branch 'outputswritten64'Ian Romanick1-3/+3
2009-10-29i965: make brw_sf_prog_key::sprite_origin_lower_left one bitBrian Paul1-1/+1
2009-06-12i965: interpolate colors with perspective correction by defaultBrian Paul1-1/+4
2009-03-11i965: fix polygon face orientation when rendering to FBORobert Ellison1-2/+8
2009-02-02i965: Remove brw->attribs now that we can just always look in the GLcontext.Eric Anholt1-6/+8
2009-01-14i965: fix indentationBrian Paul1-5/+6
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-3/+3
2008-08-24Revert "Revert "Merge branch 'drm-gem'""Dave Airlie1-2/+1
2008-08-24Revert "Merge branch 'drm-gem'"Dave Airlie1-1/+2
2008-08-08intel-gem: Update to new check_aperture API for classic mode.Eric Anholt1-2/+1
2008-04-18i965: initial attempt at fixing the aperture overflowDave Airlie1-2/+3
2008-02-14i965: use setup attributes as inputs when allocating registersXiang, Haihao1-2/+0
2008-01-29i965: new integrated graphics chipset supportXiang, Haihao1-1/+1
2007-12-19i965: allocate GRF registers before building subroutines,Xiang, Haihao1-4/+4
2007-12-14[965] Replace the state cache suballocator with direct dri_bufmgr use.Eric Anholt1-20/+13
2007-12-05Revert "[965] Add missing flagging of new stage programs for updating stage s...Eric Anholt1-19/+13