aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_wm_surface_state.c
Commit message (Expand)AuthorAgeFilesLines
* i965: remove unneeded includes of texstore.hBrian Paul2011-10-031-1/+0
* i965: Add support for GL_EXT_texture_array and GL_MESA_texture_array.Eric Anholt2011-10-031-0/+2
* intel: Add a helper function for getting miptree size from a texture image.Eric Anholt2011-10-031-3/+6
* intel: Rename region->buffer to region->bo, and remove accessor function.Eric Anholt2011-09-261-7/+7
* i965: Add support for GL_EXT_packed_float.Eric Anholt2011-09-221-0/+1
* i965: Add support for GL_EXT_texture_shared_exponent.Eric Anholt2011-09-221-0/+1
* mesa: Use ColorLogicOpEnabled instead of _LogicOpEnabledIan Romanick2011-09-191-1/+1
* intel: add support for __DRI_IMAGE_FORMAT_ABGR8888Chia-I Wu2011-09-091-0/+4
* i965/vs: Start adding support for uniformsEric Anholt2011-08-161-1/+1
* i965: Add a type argument to brw_state_batch().Eric Anholt2011-07-111-5/+10
* i965: Make the brw_format_for_mesa_format table static const.Eric Anholt2011-06-241-1/+1
* intel: Move the draw_x/draw_y to the renderbuffer where it belongs.Eric Anholt2011-06-131-1/+1
* i965/brw: Emit state for hiz and separate stencil buffersChad Versace2011-06-081-0/+2
* i965: Replace struct with bit shifting for WM null surfaces.Eric Anholt2011-05-311-13/+13
* i965: Replace struct with bit shifting for WM pull constant surfaces.Eric Anholt2011-05-311-35/+16
* i965: Replace struct with bit shifting for WM render target surfaces.Eric Anholt2011-05-311-31/+40
* i965: Replace structs with bitfield shifting for WM texture surfaces.Eric Anholt2011-05-311-32/+35
* i965: Drop a gratuitous "if" that the compiler didn't eliminate at -O2.Eric Anholt2011-05-311-10/+8
* i965: Move prepare_wm_surfaces texobj declarations inside of _ReallyEnabled.Eric Anholt2011-05-311-2/+3
* i965: Add support for rendering to depthbuffer mipmap levels > 0.Eric Anholt2011-05-181-29/+12
* i965: Instead of fallback on missing region, just bind a null renderbuffer.Eric Anholt2011-05-171-6/+2
* i965: Mark a few more brw_wm_surface_state functions as non-static.Kenneth Graunke2011-05-171-5/+7
* i965: Change brw_format_for_mesa_format to a non-static function.Kenneth Graunke2011-05-171-55/+61
* i965: Split BRW_NEW_BINDING_TABLE dirty bit into one per stage.Kenneth Graunke2011-05-171-1/+1
* 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