summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_context.h
AgeCommit message (Expand)Author
2011-03-09i965: Pack the tracked state atoms into separate arrays for prepare/emit.Chris Wilson
2011-03-04i965: Align index to type size and flush if the type changesChris Wilson
2011-03-01i965: Use negative relocation deltas to minimse vertex uploadsChris Wilson
2011-03-01i965: Upload all vertices usedChris Wilson
2011-02-21i965: Remove unused 'next_free_page' memberChris Wilson
2011-02-21intel: extend current vertex buffersChris Wilson
2011-02-21i965: emit one vb packet per vboChris Wilson
2011-02-21i965: upload transient indices into the same discontiguous bufferChris Wilson
2011-02-21i965: drop state_bo references to batch_boChris Wilson
2011-02-21i965: Combine vb upload buffer with the general upload bufferChris Wilson
2011-02-08i965: Separate the BRW_NEW_(VS|WM)_CONSTBUF dirty bits.Kenneth Graunke
2011-02-04i965: Drop the dead tracking of color_regions[].Eric Anholt
2010-12-06i965: Nuke brw_wm_glsl.c.Eric Anholt
2010-10-27i965: Make FS uniforms be the actual type of the uniform at upload time.Eric Anholt
2010-10-22i965: Add support for pull constants to the new FS backend.Eric Anholt
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg
2010-10-07i965: Normalize cubemap coordinates like is done in the Mesa IR path.Eric Anholt
2010-08-27i965: When encountering an unknown opcode in new FS backend, print its name.Eric Anholt
2010-08-26i965: Start building 965 FS backend.Eric Anholt
2010-08-22i965: Fix up WM push constant setup on gen6.Eric Anholt
2010-06-12i965: Stream out CC unit state.Eric Anholt
2010-06-11i965: Remove caching of surface state objects.Eric Anholt
2010-06-11i965: Convert the binding table to streamed indirect state.Eric Anholt
2010-06-11i965: Split constant buffer setup from its surface state/binding state.Eric Anholt
2010-06-11i965: Set the CC VP state immediately on state change.Eric Anholt
2010-06-09i965: Avoid calloc/free in the CURBE upload process.Eric Anholt
2010-06-08intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt
2010-05-23i965: Add support for all 8 possible ARB_draw_buffers in Mesa.Eric Anholt
2010-05-16i965: Remove the half-baked code for multiple OQs at the same time.Eric Anholt
2010-05-16i965: Remove unused occlusion query struct field.Eric Anholt
2010-05-14i965: Dump out the correct shared function for SEND on Ironlake.Eric Anholt
2010-04-28dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg
2010-03-10i965: Use the PLN instruction when possible in interpolation.Eric Anholt
2010-02-25i965: Add Sandybridge scissor state.Eric Anholt
2010-02-25i965: Set up the SNB URB.Eric Anholt
2010-02-25i965: Start adding support for the Sandybridge CC unit.Eric Anholt
2010-02-06i965: Keep the CURBE BO mapped and memcpy instead of subdataing.Eric Anholt
2010-01-19intel: Remove dead note_fence vtbl hook.Eric Anholt
2010-01-19i965: Upload as many VS constants as possible through the push constants.Eric Anholt
2010-01-19i965: Allow for variable-sized auxdata in the state cache.Eric Anholt
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2009-12-22intel: Replace IS_965 checks with context structure usage.Eric Anholt
2009-12-22intel: Replace IS_G4X() across the driver with context structure usage.Eric Anholt
2009-11-19intel: Consistently use no_batch_wrap in intel_context struct.Eric Anholt
2009-11-19i965: Pack brw_wm_fragment_program better.Eric Anholt
2009-11-17Merge branch 'outputswritten64'Ian Romanick
2009-11-13i965: Remove an unused cache_item field.Eric Anholt
2009-11-13i965: Remove long dead structures for ffvertex_prog.c.Eric Anholt
2009-11-06i965: Always pass the size argument to brw_cache_data.Eric Anholt