summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_wm_surface_state.c
AgeCommit message (Expand)Author
2010-01-26i965: Add support for EXT_draw_buffers2.Eric Anholt
2010-01-19i965: Allow for variable-sized auxdata in the state cache.Eric Anholt
2010-01-05i965: Fix build after blind merge of mesa 7.7 by Brian.Eric Anholt
2010-01-04Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-04i965: Fix the surface offset calculation for tiled buffers.Eric Anholt
2009-12-29mesa: implement per-buffer color maskingBrian Paul
2009-12-22intel: Replace IS_G4X() across the driver with context structure usage.Eric Anholt
2009-12-14i965: Use current draw buffer instead of drawable visual to get alpha bitsIan Romanick
2009-12-10intel: Remove ARGB internal_format == GL_RGB hacksIan Romanick
2009-12-10i965: Fix handling of drawing to MESA_FORMAT_XRGB8888Ian Romanick
2009-12-10intel: Axe intel_renderbuffer::texformatIan Romanick
2009-11-16i965: Use MESA_FORMAT_AL1616 when appropriateIan Romanick
2009-11-10i965: Add a note explaining the data cache domain.Eric Anholt
2009-10-29intel: update intel_create_renderbuffer(format), add XRGB supportBrian Paul
2009-10-29i965: define, use BRW_MAX_DRAW_BUFFERSBrian Paul
2009-10-28Merge branch 'texformat-rework'Brian Paul
2009-10-23i965: Annotate _NEW_COLOR dependency for brw_update_renderbuffer_surface().Eric Anholt
2009-10-21i965: change parameter type to gl_formatBrian Paul
2009-10-12i965: remove unused varBrian Paul
2009-10-05drivers: don't include texformat.hBrian Paul
2009-10-02i965: Use a little stack space to avoid a malloc in wm_get_binding_table.Eric Anholt
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul
2009-09-28intel: Remove some dead metaops code.Eric Anholt
2009-09-09i965: Fix relocation delta for WM surfaces.Eric Anholt
2009-09-08i965: Set NULL WM surfaces as tiled according to requirement by specs.Eric Anholt
2009-09-08i965: Use the renderbuffer surface size instead of region size for WM surfaces.Eric Anholt
2009-06-17i965: Fall back or appropriately adjust offsets of drawing to tiled regions.Eric Anholt
2009-05-06i965: Remove the forced lack of caching for renderbuffer surface state.Eric Anholt
2009-05-06i965: Remove _NEW_PROGRAM from brw_wm_surfaces setup dependencies.Eric Anholt
2009-05-06i965: Split WM constant buffer update from other WM surfaces.Eric Anholt
2009-05-06i965: Disentangle VS constant surface state from WM surface state.Eric Anholt
2009-05-06i965: Don't create constant buffers if they won't be used.Eric Anholt
2009-05-01Merge branch 'const-buffer-changes'Brian Paul
2009-04-23i965: Support drawing to FBO cube faces other than positive X.Eric Anholt
2009-04-22i965: actually use the new, second surface state cacheBrian Paul
2009-04-22i965: use _NEW_PROGRAM_CONSTANTS and always create new const buffersBrian Paul
2009-04-18i965: use region width, height in brw_update_renderbuffer_surface()Brian Paul
2009-04-16intel: Add support for argb1555, argb4444 FBOs and fix rgb565 fbo readpixels.Eric Anholt
2009-04-14i965: checkpoint commit: VS constant buffersBrian Paul
2009-04-10i965: clean-up in prepare_wm_surfaces()Brian Paul
2009-04-09i965: re-org of some of the new constant buffer codeBrian Paul
2009-04-09i965: new SURF_INDEX_ macrosBrian Paul
2009-04-03i965: check-point commit of new constant buffer supportBrian Paul
2009-04-03i965: comments, clean-up in prepare_wm_surfaces()Brian Paul
2009-03-28i965: srgb texture fixesRoland Scheidegger
2009-03-28i965: add support for signed rgba texture formatRoland Scheidegger
2009-03-20Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format.Eric Anholt
2009-03-12i965: add support for ATI_envmap_bumpmapRoland Scheidegger
2009-02-26i965: rename draw_regions -> color_regionsroot
2009-02-21i965: Fix render target read domains.Eric Anholt