aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_wm_surface_state.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Give the push constants and pull constants unique function names.Eric Anholt2011-04-291-2/+2
* intel: Add support for ARB_sampler_objects.Eric Anholt2011-04-231-2/+4
* i965: Add support for ARB_texture_compression_rgtc.Eric Anholt2011-04-231-0/+4
* intel: Add support for ARB_texture_float.Eric Anholt2011-04-201-1/+31
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-101-2/+3
* i965: Add the missing supportable EXT_texture_snorm formatsIan Romanick2011-04-041-0/+4
* intel: use pwrite for batchChris Wilson2011-02-211-3/+3
* i965: drop state_bo references to batch_boChris Wilson2011-02-211-50/+36
* i965: directly write wm state to batchChris Wilson2011-02-211-63/+48
* i965: Fallback on encountering a NULL render bufferChris Wilson2011-02-211-0/+5
* mesa/965: add support for GL_EXT_framebuffer_sRGB (v2)Dave Airlie2011-02-051-1/+4
* i965: add support for EXT_texture_sRGB_decodeDave Airlie2011-01-161-3/+11
* i965: fix fbo-srgb on i965.Dave Airlie2011-01-141-0/+5
* Revert "intel: Always allocate miptrees from level 0, not tObj->BaseLevel."Eric Anholt2011-01-101-5/+5
* intel: Add a vtbl hook for determining if a format is renderable.Eric Anholt2011-01-071-1/+16
* intel: Always allocate miptrees from level 0, not tObj->BaseLevel.Eric Anholt2011-01-051-5/+5
* intel: Clarify first_level/last_level vs baselevel/maxlevel by deletion.Eric Anholt2011-01-051-2/+2
* i965: Simplify the renderbuffer setup code.Eric Anholt2011-01-051-102/+93
* i965: Add support for SRGB DXT1 formats.Eric Anholt2011-01-041-1/+4
* i965: Put common info on converting MESA_FORMAT to BRW_FORMAT in a table.Eric Anholt2010-12-101-126/+42
* intel: Set the swizzling for depth textures using the GL_RED depth mode.Eric Anholt2010-12-091-0/+4
* i965: Set render_cache_read_write surface state bit on gen6 constant surfs.Eric Anholt2010-12-091-0/+4
* i965: Make FS uniforms be the actual type of the uniform at upload time.Eric Anholt2010-10-271-1/+2
* i965: Add support for pull constants to the new FS backend.Eric Anholt2010-10-221-5/+13
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-5/+5
* i965: Enable GL_ARB_texture_rgIan Romanick2010-10-011-0/+24
* i965: Add support for rendering to SARGB8 FBOs.Eric Anholt2010-09-241-0/+3
* 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