aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vtbl.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Fix many of the trivial WebGL demos that broke due to IB optimization.Eric Anholt2011-07-251-0/+1
* i965: Remove i915 paths from brw_update_draw_buffers().Eric Anholt2011-07-181-37/+11
* i965: Remove unused region calculations in brw_update_draw_buffer().Eric Anholt2011-07-181-60/+2
* i965: Remove empty brw_set_draw_region.Eric Anholt2011-07-181-14/+0
* i965: Remove FALLBACK() from brw_update_draw_region().Eric Anholt2011-07-181-16/+0
* intel: Move intel_draw_buffers() code into each driver.Eric Anholt2011-07-181-0/+201
* i965: Track the brw_state_batch() data while under INTEL_DEBUG=batch.Eric Anholt2011-07-111-0/+2
* i965/gen6: Limit the workaround flush to once per primitive.Eric Anholt2011-06-201-0/+5
* i965: Use state streaming on programs, and state base address on gen5+.Eric Anholt2011-06-181-6/+6
* i965: Only flag the new-batch related state as dirty at new batch time.Eric Anholt2011-06-181-5/+1
* intel: Add is_hiz_depth_format() to intel_contex.vtblChad Versace2011-05-251-0/+11
* i965: Stop caching the combined depth/stencil region in brw_context.c.Eric Anholt2011-05-181-9/+0
* i965: Get a ralloc context into brw_compile.Kenneth Graunke2011-05-171-7/+3
* i965/gen4: Move the GS state to state streaming.Eric Anholt2011-04-291-1/+0
* i965/gen4: Move clip state to state streamingEric Anholt2011-04-291-1/+0
* i965/gen4: Move VS state to state streaming.Eric Anholt2011-04-291-2/+0
* i965/gen6: Move scissor state to state streaming.Eric Anholt2011-04-291-1/+0
* i965: Move sampler state to state streaming.Eric Anholt2011-04-291-3/+0
* i965/gen4: Move WM state to state streaming.Eric Anholt2011-04-291-1/+0
* i965/gen6: Move the depth/stencil state to state streaming.Eric Anholt2011-04-291-1/+0
* i965/gen6: Move the blend state to state streaming.Eric Anholt2011-04-291-1/+0
* i965/gen6: Move the color calc state to state streaming.Eric Anholt2011-04-291-1/+0
* i965: Move the CC VP to state streaming.Eric Anholt2011-04-291-1/+0
* i965/gen6: Move the SF VP to state streaming.Eric Anholt2011-04-291-1/+0
* i965/gen6: Move the clip VP to state streaming.Eric Anholt2011-04-291-1/+0
* i965/gen6: Stream the WM push constants.Eric Anholt2011-04-291-1/+0
* i965: Remove unnecessary release/reference of brw_context.state.depth_regionChad Versace2011-04-121-6/+4
* intel: extend current vertex buffersChris Wilson2011-02-211-0/+2
* i965: drop state_bo references to batch_boChris Wilson2011-02-211-5/+0
* i965: Combine vb upload buffer with the general upload bufferChris Wilson2011-02-211-9/+0
* i965: Drop the dead tracking of color_regions[].Eric Anholt2011-02-041-9/+0
* intel: Add a vtbl hook for determining if a format is renderable.Eric Anholt2011-01-071-0/+1
* dri/i965: remove duplicated includeNicolas Kaiser2010-09-301-1/+0
* i965: Fix up WM push constant setup on gen6.Eric Anholt2010-08-221-0/+1
* i965: Split constant buffer setup from its surface state/binding state.Eric Anholt2010-06-111-0/+2
* i965: Avoid calloc/free in the CURBE upload process.Eric Anholt2010-06-091-0/+3
* intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt2010-06-081-3/+3
* intel: Remove non-kernel-exec-fencing support.Eric Anholt2010-03-041-1/+1
* i965: Free gen6 state BOs on context destroy.Eric Anholt2010-02-251-0/+3
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-5/+5
* i965: Keep the CURBE BO mapped and memcpy instead of subdataing.Eric Anholt2010-02-061-2/+6
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-1/+0
|\
| * i965: Remove unnecessary headers.Vinson Lee2010-01-221-1/+0
* | intel: Remove dead note_fence vtbl hook.Eric Anholt2010-01-191-7/+0
* | Merge commit 'origin/mesa_7_7_branch'Maciej Cencora2009-11-231-3/+9
|\|
| * i965: Fix several memory leaks on exit.Eric Anholt2009-11-211-3/+9
* | intel: Consistently use no_batch_wrap in intel_context struct.Eric Anholt2009-11-191-3/+0
|/
* intel: Use PIPE_CONTROL on gen4 hardware for doing pipeline flushing.Eric Anholt2009-11-061-15/+0
* intel: Remove some dead metaops code.Eric Anholt2009-09-281-2/+0
* intel: Move note_unlock() implementation to the one place it's needed.Eric Anholt2009-06-291-9/+0