aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vs_constval.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Fix the W value of deprecated pointcoords on pre-gen6.Eric Anholt2013-02-251-1/+18
* i965: Fix bug in the old FS backend's projtex() calculation.Eric Anholt2012-08-171-3/+1
* i965: Don't calculate masks of used FS inputsIan Romanick2012-01-111-0/+15
* mesa: Make gl_program::InputsRead 64 bits.Mathias Fröhlich2011-11-291-1/+1
* i965: Move the WM input sizes calculation to emit() time.Eric Anholt2011-10-291-1/+1
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-1/+1
* i965/gen6+: Respect the VERTEX_PROGRAM_TWO_SIDE flag for shaders.Eric Anholt2011-09-211-3/+3
* mesa: put _mesa_ prefix on vert_result_to_frag_attrib()Brian Paul2011-09-061-1/+1
* Refactor code that converts between gl_vert_result and gl_frag_attrib.Paul Berry2011-09-061-6/+2
* Revert "i965: Don't compute brw->wm.input_size_masks when it's unused."Eric Anholt2011-07-291-11/+1
* i965: Don't compute brw->wm.input_size_masks when it's unused.Eric Anholt2011-05-311-1/+11
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* i965: fix bugs in projective texture coordinatesBrian Paul2009-06-161-11/+33
* mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul2009-04-141-1/+1
* i965: use new cast wrappersBrian Paul2009-03-101-2/+2
* i965: Remove brw->attribs now that we can just always look in the GLcontext.Eric Anholt2009-02-021-1/+2
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-1/+1
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-2/+1
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-1/+2
* intel-gem: Update to new check_aperture API for classic mode.Eric Anholt2008-08-081-2/+1
* i965: initial attempt at fixing the aperture overflowDave Airlie2008-04-181-2/+3
* Update DRI drivers for new glsl compiler.Brian2007-02-231-3/+1
* cleanup code, compiles with vbo changesKeith Whitwell2006-10-311-4/+3
* Simplify the immediate and displaylist code. Treat VertexAttrib*ARBKeith Whitwell2006-09-061-1/+3
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+224