index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_wm_surface_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: remove unneeded includes of texstore.h
Brian Paul
2011-10-03
1
-1
/
+0
*
i965: Add support for GL_EXT_texture_array and GL_MESA_texture_array.
Eric Anholt
2011-10-03
1
-0
/
+2
*
intel: Add a helper function for getting miptree size from a texture image.
Eric Anholt
2011-10-03
1
-3
/
+6
*
intel: Rename region->buffer to region->bo, and remove accessor function.
Eric Anholt
2011-09-26
1
-7
/
+7
*
i965: Add support for GL_EXT_packed_float.
Eric Anholt
2011-09-22
1
-0
/
+1
*
i965: Add support for GL_EXT_texture_shared_exponent.
Eric Anholt
2011-09-22
1
-0
/
+1
*
mesa: Use ColorLogicOpEnabled instead of _LogicOpEnabled
Ian Romanick
2011-09-19
1
-1
/
+1
*
intel: add support for __DRI_IMAGE_FORMAT_ABGR8888
Chia-I Wu
2011-09-09
1
-0
/
+4
*
i965/vs: Start adding support for uniforms
Eric Anholt
2011-08-16
1
-1
/
+1
*
i965: Add a type argument to brw_state_batch().
Eric Anholt
2011-07-11
1
-5
/
+10
*
i965: Make the brw_format_for_mesa_format table static const.
Eric Anholt
2011-06-24
1
-1
/
+1
*
intel: Move the draw_x/draw_y to the renderbuffer where it belongs.
Eric Anholt
2011-06-13
1
-1
/
+1
*
i965/brw: Emit state for hiz and separate stencil buffers
Chad Versace
2011-06-08
1
-0
/
+2
*
i965: Replace struct with bit shifting for WM null surfaces.
Eric Anholt
2011-05-31
1
-13
/
+13
*
i965: Replace struct with bit shifting for WM pull constant surfaces.
Eric Anholt
2011-05-31
1
-35
/
+16
*
i965: Replace struct with bit shifting for WM render target surfaces.
Eric Anholt
2011-05-31
1
-31
/
+40
*
i965: Replace structs with bitfield shifting for WM texture surfaces.
Eric Anholt
2011-05-31
1
-32
/
+35
*
i965: Drop a gratuitous "if" that the compiler didn't eliminate at -O2.
Eric Anholt
2011-05-31
1
-10
/
+8
*
i965: Move prepare_wm_surfaces texobj declarations inside of _ReallyEnabled.
Eric Anholt
2011-05-31
1
-2
/
+3
*
i965: Add support for rendering to depthbuffer mipmap levels > 0.
Eric Anholt
2011-05-18
1
-29
/
+12
*
i965: Instead of fallback on missing region, just bind a null renderbuffer.
Eric Anholt
2011-05-17
1
-6
/
+2
*
i965: Mark a few more brw_wm_surface_state functions as non-static.
Kenneth Graunke
2011-05-17
1
-5
/
+7
*
i965: Change brw_format_for_mesa_format to a non-static function.
Kenneth Graunke
2011-05-17
1
-55
/
+61
*
i965: Split BRW_NEW_BINDING_TABLE dirty bit into one per stage.
Kenneth Graunke
2011-05-17
1
-1
/
+1
*
i965: Give the push constants and pull constants unique function names.
Eric Anholt
2011-04-29
1
-2
/
+2
*
intel: Add support for ARB_sampler_objects.
Eric Anholt
2011-04-23
1
-2
/
+4
*
i965: Add support for ARB_texture_compression_rgtc.
Eric Anholt
2011-04-23
1
-0
/
+4
*
intel: Add support for ARB_texture_float.
Eric Anholt
2011-04-20
1
-1
/
+31
*
mesa: move sampler state into new gl_sampler_object type
Brian Paul
2011-04-10
1
-2
/
+3
*
i965: Add the missing supportable EXT_texture_snorm formats
Ian Romanick
2011-04-04
1
-0
/
+4
*
intel: use pwrite for batch
Chris Wilson
2011-02-21
1
-3
/
+3
*
i965: drop state_bo references to batch_bo
Chris Wilson
2011-02-21
1
-50
/
+36
*
i965: directly write wm state to batch
Chris Wilson
2011-02-21
1
-63
/
+48
*
i965: Fallback on encountering a NULL render buffer
Chris Wilson
2011-02-21
1
-0
/
+5
*
mesa/965: add support for GL_EXT_framebuffer_sRGB (v2)
Dave Airlie
2011-02-05
1
-1
/
+4
*
i965: add support for EXT_texture_sRGB_decode
Dave Airlie
2011-01-16
1
-3
/
+11
*
i965: fix fbo-srgb on i965.
Dave Airlie
2011-01-14
1
-0
/
+5
*
Revert "intel: Always allocate miptrees from level 0, not tObj->BaseLevel."
Eric Anholt
2011-01-10
1
-5
/
+5
*
intel: Add a vtbl hook for determining if a format is renderable.
Eric Anholt
2011-01-07
1
-1
/
+16
*
intel: Always allocate miptrees from level 0, not tObj->BaseLevel.
Eric Anholt
2011-01-05
1
-5
/
+5
*
intel: Clarify first_level/last_level vs baselevel/maxlevel by deletion.
Eric Anholt
2011-01-05
1
-2
/
+2
*
i965: Simplify the renderbuffer setup code.
Eric Anholt
2011-01-05
1
-102
/
+93
*
i965: Add support for SRGB DXT1 formats.
Eric Anholt
2011-01-04
1
-1
/
+4
*
i965: Put common info on converting MESA_FORMAT to BRW_FORMAT in a table.
Eric Anholt
2010-12-10
1
-126
/
+42
*
intel: Set the swizzling for depth textures using the GL_RED depth mode.
Eric Anholt
2010-12-09
1
-0
/
+4
*
i965: Set render_cache_read_write surface state bit on gen6 constant surfs.
Eric Anholt
2010-12-09
1
-0
/
+4
*
i965: Make FS uniforms be the actual type of the uniform at upload time.
Eric Anholt
2010-10-27
1
-1
/
+2
*
i965: Add support for pull constants to the new FS backend.
Eric Anholt
2010-10-22
1
-5
/
+13
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-5
/
+5
*
i965: Enable GL_ARB_texture_rg
Ian Romanick
2010-10-01
1
-0
/
+24
[next]