aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_wm_surface_state.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'shader-file-reorg'Brian Paul2010-06-231-1/+1
|\
| * mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-1/+1
* | i965: Remove the surface key used to generate constant surfaces.Eric Anholt2010-06-111-27/+10
* | i965: Warning fixes from the i965-streaming merge.Eric Anholt2010-06-111-9/+0
* | i965: Use the state base address to avoid relocations.Eric Anholt2010-06-111-6/+3
* | i965: Remove caching of surface state objects.Eric Anholt2010-06-111-216/+175
* | i965: Convert the binding table to streamed indirect state.Eric Anholt2010-06-111-62/+61
* | i965: Split constant buffer setup from its surface state/binding state.Eric Anholt2010-06-111-26/+31
|/
* i965: Add support for GL_ALPHA framebuffer objects.Eric Anholt2010-06-101-0/+3
* intel: Convert remaining dri_bo_emit_reloc to drm_intel_bo_emit_reloc.Eric Anholt2010-06-081-5/+3
* intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt2010-06-081-14/+14
* intel: Remove a leftover DRI1/DRI2 conditionalKristian Høgsberg2010-06-021-7/+2
* i965: Fix assertion for surface tile offset usage on Ironlake.Eric Anholt2010-04-221-1/+1
* intel: Replace mt->pitch with mt->region->pitch.Eric Anholt2010-03-171-1/+1
* intel: Remove support for the DRI1 TFP extension.Eric Anholt2010-03-051-46/+17
* i965: Remove the paths for making a const surface object for a NULL BO.Eric Anholt2010-03-051-18/+11
* i965: Update WM surface state setup for sandybridge's new BLEND_STATE.Eric Anholt2010-02-251-17/+22
* i965: Add support for EXT_draw_buffers2.Eric Anholt2010-01-261-2/+2
* i965: Allow for variable-sized auxdata in the state cache.Eric Anholt2010-01-191-8/+4
* i965: Fix build after blind merge of mesa 7.7 by Brian.Eric Anholt2010-01-051-2/+3
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-041-20/+29
|\
| * i965: Fix the surface offset calculation for tiled buffers.Eric Anholt2010-01-041-20/+30
* | mesa: implement per-buffer color maskingBrian Paul2009-12-291-1/+1
* | intel: Replace IS_G4X() across the driver with context structure usage.Eric Anholt2009-12-221-2/+3
|/
* i965: Use current draw buffer instead of drawable visual to get alpha bitsIan Romanick2009-12-141-1/+1
* intel: Remove ARGB internal_format == GL_RGB hacksIan Romanick2009-12-101-8/+2
* i965: Fix handling of drawing to MESA_FORMAT_XRGB8888Ian Romanick2009-12-101-3/+14
* intel: Axe intel_renderbuffer::texformatIan Romanick2009-12-101-2/+2
* i965: Use MESA_FORMAT_AL1616 when appropriateIan Romanick2009-11-161-0/+3
* i965: Add a note explaining the data cache domain.Eric Anholt2009-11-101-1/+4
* intel: update intel_create_renderbuffer(format), add XRGB supportBrian Paul2009-10-291-0/+7
* i965: define, use BRW_MAX_DRAW_BUFFERSBrian Paul2009-10-291-1/+1
* Merge branch 'texformat-rework'Brian Paul2009-10-281-6/+5
|\
| * i965: change parameter type to gl_formatBrian Paul2009-10-211-1/+2
| * drivers: don't include texformat.hBrian Paul2009-10-051-1/+0
| * mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-4/+3
* | i965: Annotate _NEW_COLOR dependency for brw_update_renderbuffer_surface().Eric Anholt2009-10-231-1/+2
* | i965: remove unused varBrian Paul2009-10-121-1/+0
* | i965: Use a little stack space to avoid a malloc in wm_get_binding_table.Eric Anholt2009-10-021-3/+1
* | intel: Remove some dead metaops code.Eric Anholt2009-09-281-11/+2
|/
* i965: Fix relocation delta for WM surfaces.Eric Anholt2009-09-091-1/+1
* i965: Set NULL WM surfaces as tiled according to requirement by specs.Eric Anholt2009-09-081-1/+1
* i965: Use the renderbuffer surface size instead of region size for WM surfaces.Eric Anholt2009-09-081-2/+7
* i965: Fall back or appropriately adjust offsets of drawing to tiled regions.Eric Anholt2009-06-171-2/+22
* i965: Remove the forced lack of caching for renderbuffer surface state.Eric Anholt2009-05-061-11/+8
* i965: Remove _NEW_PROGRAM from brw_wm_surfaces setup dependencies.Eric Anholt2009-05-061-2/+1
* i965: Split WM constant buffer update from other WM surfaces.Eric Anholt2009-05-061-38/+92
* i965: Disentangle VS constant surface state from WM surface state.Eric Anholt2009-05-061-169/+2
* i965: Don't create constant buffers if they won't be used.Eric Anholt2009-05-061-1/+17
* Merge branch 'const-buffer-changes'Brian Paul2009-05-011-31/+36
|\