summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_wm_surface_state.c
AgeCommit message (Expand)Author
2011-03-16i965c: add MESA_FORMAT_RGBA8888_REV to brw_format_for_mesa_formatChia-I Wu
2011-02-21intel: use pwrite for batchChris Wilson
2011-02-21i965: drop state_bo references to batch_boChris Wilson
2011-02-21i965: directly write wm state to batchChris Wilson
2011-02-21i965: Fallback on encountering a NULL render bufferChris Wilson
2011-02-05mesa/965: add support for GL_EXT_framebuffer_sRGB (v2)Dave Airlie
2011-01-16i965: add support for EXT_texture_sRGB_decodeDave Airlie
2011-01-14i965: fix fbo-srgb on i965.Dave Airlie
2011-01-10Revert "intel: Always allocate miptrees from level 0, not tObj->BaseLevel."Eric Anholt
2011-01-07intel: Add a vtbl hook for determining if a format is renderable.Eric Anholt
2011-01-05intel: Always allocate miptrees from level 0, not tObj->BaseLevel.Eric Anholt
2011-01-05intel: Clarify first_level/last_level vs baselevel/maxlevel by deletion.Eric Anholt
2011-01-05i965: Simplify the renderbuffer setup code.Eric Anholt
2011-01-04i965: Add support for SRGB DXT1 formats.Eric Anholt
2010-12-10i965: Put common info on converting MESA_FORMAT to BRW_FORMAT in a table.Eric Anholt
2010-12-09intel: Set the swizzling for depth textures using the GL_RED depth mode.Eric Anholt
2010-12-09i965: Set render_cache_read_write surface state bit on gen6 constant surfs.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-01i965: Enable GL_ARB_texture_rgIan Romanick
2010-09-24i965: Add support for rendering to SARGB8 FBOs.Eric Anholt
2010-06-23Merge branch 'shader-file-reorg'Brian Paul
2010-06-11i965: Remove the surface key used to generate constant surfaces.Eric Anholt
2010-06-11i965: Warning fixes from the i965-streaming merge.Eric Anholt
2010-06-11i965: Use the state base address to avoid relocations.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-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul
2010-06-10i965: Add support for GL_ALPHA framebuffer objects.Eric Anholt
2010-06-08intel: Convert remaining dri_bo_emit_reloc to drm_intel_bo_emit_reloc.Eric Anholt
2010-06-08intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt
2010-06-02intel: Remove a leftover DRI1/DRI2 conditionalKristian Høgsberg
2010-04-22i965: Fix assertion for surface tile offset usage on Ironlake.Eric Anholt
2010-03-17intel: Replace mt->pitch with mt->region->pitch.Eric Anholt
2010-03-05intel: Remove support for the DRI1 TFP extension.Eric Anholt
2010-03-05i965: Remove the paths for making a const surface object for a NULL BO.Eric Anholt
2010-02-25i965: Update WM surface state setup for sandybridge's new BLEND_STATE.Eric Anholt
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