summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_context.h
Commit message (Expand)AuthorAgeFilesLines
* i965: Keep the CURBE BO mapped and memcpy instead of subdataing.Eric Anholt2010-02-061-5/+0
* intel: Remove dead note_fence vtbl hook.Eric Anholt2010-01-191-1/+0
* i965: Upload as many VS constants as possible through the push constants.Eric Anholt2010-01-191-0/+1
* i965: Allow for variable-sized auxdata in the state cache.Eric Anholt2010-01-191-1/+0
* Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-1/+1
* intel: Replace IS_965 checks with context structure usage.Eric Anholt2009-12-221-0/+2
* intel: Replace IS_G4X() across the driver with context structure usage.Eric Anholt2009-12-221-1/+10
* intel: Consistently use no_batch_wrap in intel_context struct.Eric Anholt2009-11-191-1/+0
* i965: Pack brw_wm_fragment_program better.Eric Anholt2009-11-191-1/+1
* Merge branch 'outputswritten64'Ian Romanick2009-11-171-5/+1
* i965: Remove an unused cache_item field.Eric Anholt2009-11-131-1/+0
* i965: Remove long dead structures for ffvertex_prog.c.Eric Anholt2009-11-131-17/+0
* i965: Always pass the size argument to brw_cache_data.Eric Anholt2009-11-061-1/+0
* i965: define, use BRW_MAX_DRAW_BUFFERSBrian Paul2009-10-291-3/+6
* Revert "i965: fix hacked Fallback usage in brw_prepare_vertices()"Brian Paul2009-10-271-2/+0
* Merge branch 'mesa_7_6_branch'Brian Paul2009-10-221-2/+3
|\
| * i965: fix hacked Fallback usage in brw_prepare_vertices()Brian Paul2009-10-221-0/+2
| * i965: remove unused brw_context::tmp_fallback fieldBrian Paul2009-10-221-1/+0
| * i965: remove unused BRW_FALLBACK_TEXTURE bitBrian Paul2009-10-221-1/+1
* | intel: Remove some dead metaops code.Eric Anholt2009-09-281-4/+0
|/
* Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-091-0/+2
|\
| * i965: fix incorrect test for vertex position attributeBrian Paul2009-09-081-0/+2
| * i965: Calculate enabled[] and nr_enabled once and re-use the values.Eric Anholt2009-09-041-0/+3
* | i965: keep track of which texture units the fragment shader accessesBrian Paul2009-08-261-0/+3
* | i965: Avoid re-uploading the index buffer when we don't need to.Eric Anholt2009-08-121-0/+8
* | i965: minor context commentsBrian Paul2009-08-071-1/+5
* | i965: Hook up the disassembler for INTEL_DEBUG={wm,vs}.Eric Anholt2009-08-041-0/+2
* | i965: Calculate enabled[] and nr_enabled once and re-use the values.Eric Anholt2009-08-031-0/+3
* | i965: Remove BRW_NEW_INPUT_VARYINGEric Anholt2009-07-071-2/+0
* | i965: move BRW_MAX_GRF, define BRW_MAX_MRFBrian Paul2009-06-301-6/+0
* | i965: defined BRW_MAX_MRFBrian Paul2009-06-301-0/+3
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-161-2/+3
|\|
| * i965: fix bugs in projective texture coordinatesBrian Paul2009-06-161-2/+3
| * i965: only upload constant buffer data when we actually need the const bufferBrian Paul2009-04-271-0/+2
* | i965: Split WM constant buffer update from other WM surfaces.Eric Anholt2009-05-061-0/+1
* | i965: only upload constant buffer data when we actually need the const bufferBrian Paul2009-04-271-0/+2
* | i965: define BRW_MAX_GRFBrian Paul2009-04-221-0/+3
* | i965: checkpoint commit: use two state caches instead of oneBrian Paul2009-04-221-1/+2
* | i965: the brw_constant_buffer state atom is no longer dynamicBrian Paul2009-04-221-7/+0
|/
* i965: updated CURBE allocation codeBrian Paul2009-04-171-1/+2
* i965: checkpoint commit: VS constant buffersBrian Paul2009-04-141-7/+23
* i965: re-org of some of the new constant buffer codeBrian Paul2009-04-091-2/+2
* i965: new SURF_INDEX_ macrosBrian Paul2009-04-091-2/+11
* i965: check-point commit of new constant buffer supportBrian Paul2009-04-031-3/+14
* i965: rename scratch_buffer -> scratch_bo to be consistant with other buffersBrian Paul2009-04-031-1/+1
* i965: added cast wrappers, commentsBrian Paul2009-03-101-3/+29
* i965: fix typos in commentsBrian Paul2009-03-101-2/+2
* i965: avoid unnecessary calls to brw_wm_is_glsl()Brian Paul2009-03-061-0/+1
* i965: Remove dead flushing code.Eric Anholt2009-03-051-2/+0
* i965: rename draw_regions -> color_regionsroot2009-02-261-2/+2