aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_wm.c
Commit message (Expand)AuthorAgeFilesLines
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-4/+4
* i965: Fix fp fragment.position handling and enable HW part of ARB_fcc.Eric Anholt2010-01-261-5/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-1/+0
|\
| * i965: Remove unnecessary headers.Vinson Lee2010-01-221-1/+0
* | i965: Allow for variable-sized auxdata in the state cache.Eric Anholt2010-01-191-6/+7
|/
* i965: Fix several memory leaks on exit.Eric Anholt2009-11-211-1/+0
* Merge branch 'outputswritten64'Ian Romanick2009-11-171-2/+2
* i965: avoid memsetting all the BRW_WM_MAX_INSN arrays for every compile.Eric Anholt2009-11-101-0/+14
* i965: avoid shader translation on window resizeBrian Paul2009-10-291-6/+11
* i965: don't use context state in emit_fb_write()Brian Paul2009-10-291-0/+2
* drivers: don't include texformat.hBrian Paul2009-10-051-1/+0
* mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-1/+1
* i965: Correct brw_wm_nr_args for WM_DELTAXY and WM_PIXELXY.Eric Anholt2009-08-121-2/+2
* i965: Store the dispatch width in the WM compile struct.Eric Anholt2009-08-121-0/+2
* i965: Fix source depth reg setting for FSes reading and writing to depth.Eric Anholt2009-08-051-0/+2
* Merge branch 'mesa_7_5_branch'Brian Paul2009-06-161-1/+1
|\
| * i965: fix bugs in projective texture coordinatesBrian Paul2009-06-161-1/+1
* | i965: interpolate colors with perspective correction by defaultBrian Paul2009-06-121-0/+4
* | i965: Fix register allocation of GLSL fp inputs.Eric Anholt2009-05-141-1/+4
* | i965: fix segfault on low memory conditionsRobert Ellison2009-05-081-0/+7
|/
* i965: commentsBrian Paul2009-04-031-0/+5
* i965: Fix glFrontFacing in twoside GLSL demo.Eric Anholt2009-03-231-0/+2
* i965: avoid unnecessary calls to brw_wm_is_glsl()Brian Paul2009-03-061-1/+4
* mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul2009-03-021-1/+1
* mesa: rename, reorder FRAG_RESULT_x tokensBrian Paul2009-02-281-1/+1
* i965: update comment, use const qualifierBrian Paul2009-02-201-4/+2
* i965: code clean-ups, comments, and minor refactoringBrian Paul2009-02-131-33/+53
* i965: fix inconsistant indentation in brw_wm.cBrian Paul2009-02-131-37/+39
* i965: Remove brw->attribs now that we can just always look in the GLcontext.Eric Anholt2009-02-021-17/+18
* i965: implement GL_EXT_texture_swizzleBrian Paul2009-01-281-0/+5
* i965: minor improvements in brw_wm_populate_key()Brian Paul2009-01-281-6/+6
* Track two sets of back-face stencil stateIan Romanick2009-01-231-2/+1
* i965: Remove gratuitous whitespace in INTEL_DEBUG=wm output.Eric Anholt2009-01-211-0/+3
* i965: Use _mesa_num_inst_src_regs() instead of keeping a copy of its contents.Eric Anholt2009-01-211-48/+6
* i965: added OPCODE_NRM3/4Brian Paul2009-01-011-0/+3
* i965: Fix stray character that the compile whined about.Eric Anholt2008-12-031-0/+0
* i915: Remove dead early z enable bit which was always on.Eric Anholt2008-11-281-0/+0
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-3/+1
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-1/+3
* i965: Enable GL_ARB_fragment_program_shadow and fix key->shadowtex_mask. (bug...Xiang, Haihao2008-08-201-6/+3
* intel-gem: Update to new check_aperture API for classic mode.Eric Anholt2008-08-081-3/+1
* i965: initial attempt at fixing the aperture overflowDave Airlie2008-04-181-2/+4
* [i965] multiple rendering target supportZou Nan hai2008-03-131-4/+1
* [i965] fix fd.o bug #11471 and #11478Zou Nan hai2008-03-071-2/+6
* [965] Bug #9151: make fragment.position return window coords not screen coords.Eric Anholt2008-02-281-1/+25
* i965: remove unused hal hooksDave Airlie2008-02-141-19/+0
* i965: new integrated graphics chipset supportXiang, Haihao2008-01-291-2/+2
* [965] Fix and enable separate stencil.Eric Anholt2007-12-211-1/+2
* [965] Replace the state cache suballocator with direct dri_bufmgr use.Eric Anholt2007-12-141-16/+14
* Revert "[965] Add missing flagging of new stage programs for updating stage s...Eric Anholt2007-12-051-19/+7