aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_context.h
Commit message (Expand)AuthorAgeFilesLines
* i965: When encountering an unknown opcode in new FS backend, print its name.Eric Anholt2010-08-271-1/+7
* i965: Start building 965 FS backend.Eric Anholt2010-08-261-0/+10
* i965: Fix up WM push constant setup on gen6.Eric Anholt2010-08-221-1/+7
* i965: Stream out CC unit state.Eric Anholt2010-06-121-0/+1
* i965: Remove caching of surface state objects.Eric Anholt2010-06-111-4/+3
* i965: Convert the binding table to streamed indirect state.Eric Anholt2010-06-111-3/+4
* i965: Split constant buffer setup from its surface state/binding state.Eric Anholt2010-06-111-2/+4
* i965: Set the CC VP state immediately on state change.Eric Anholt2010-06-111-0/+7
* i965: Avoid calloc/free in the CURBE upload process.Eric Anholt2010-06-091-0/+11
* intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt2010-06-081-39/+40
* i965: Add support for all 8 possible ARB_draw_buffers in Mesa.Eric Anholt2010-05-231-1/+1
* i965: Remove the half-baked code for multiple OQs at the same time.Eric Anholt2010-05-161-4/+1
* i965: Remove unused occlusion query struct field.Eric Anholt2010-05-161-3/+0
* i965: Dump out the correct shared function for SEND on Ironlake.Eric Anholt2010-05-141-1/+1
* dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg2010-04-281-1/+2
* i965: Use the PLN instruction when possible in interpolation.Eric Anholt2010-03-101-0/+1
* i965: Add Sandybridge scissor state.Eric Anholt2010-02-251-1/+1
* i965: Set up the SNB URB.Eric Anholt2010-02-251-1/+2
* i965: Start adding support for the Sandybridge CC unit.Eric Anholt2010-02-251-1/+14
* 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