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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
meta: Fallback for glBlitFramebuffer from a multisample surface
Ian Romanick
2012-01-23
1
-1
/
+6
*
meta: Add GL_RED/GL_RG support to meta CopyTexImage.
Eric Anholt
2012-01-12
1
-1
/
+4
*
meta: fix incorrect argument order in setup_texture_coords() call
Brian Paul
2012-01-12
1
-1
/
+1
*
mesa: rework ctx->Driver.CopyTexSubImage() parameters
Brian Paul
2012-01-07
2
-18
/
+29
*
meta: add some 'f' suffixes to silence MSVC warnings
Brian Paul
2012-01-07
1
-2
/
+2
*
mesa: simplify Driver.TexSubImage() parameters
Brian Paul
2011-12-30
1
-9
/
+9
*
meta: Disable GL_TEXTURE_EXTERNAL_OES in meta_begin()
Chad Versace
2011-12-27
1
-0
/
+2
*
mesa: Pause transform feedback during meta ops.
Paul Berry
2011-12-23
1
-0
/
+13
*
mesa: Save and restore GL_RASTERIZER_DISCARD state during meta ops.
Paul Berry
2011-12-23
1
-0
/
+7
*
mesa: Add a function to query whether a meta-op is in progress.
Paul Berry
2011-12-20
2
-0
/
+13
*
meta: use _mesa_prepare_mipmap_level() in the mipmap generation code
Brian Paul
2011-12-16
1
-35
/
+12
*
mesa/drivers: use new swrast renderbuffer functions
Brian Paul
2011-12-08
1
-3
/
+4
*
mesa: rewrite accum buffer support
Brian Paul
2011-12-08
1
-1
/
+2
*
mesa: remove the ctx->Driver.IsTextureResident() hook
Brian Paul
2011-12-08
1
-1
/
+0
*
mesa: remove TextureMemCpy driver hook
Brian Paul
2011-12-08
1
-1
/
+0
*
mesa: use _mesa_readpixels() as default driver hook
Brian Paul
2011-11-15
1
-1
/
+2
*
meta: Fix restoring of fixed function texture enables.
Eric Anholt
2011-11-14
1
-27
/
+9
*
meta: Don't forget to flag state when restoring texobjects.
Eric Anholt
2011-11-14
1
-2
/
+5
*
meta: Add support for glClear() to integer color buffers.
Eric Anholt
2011-11-09
1
-4
/
+109
*
Add MapRenderbuffer implementations for software drivers.
Eric Anholt
2011-11-01
1
-0
/
+2
*
swrast: implement GL_ARB_texture_storage
Brian Paul
2011-10-31
1
-0
/
+3
*
meta: add _mesa_meta_DrawTex()
Chia-I Wu
2011-10-30
3
-0
/
+141
*
mesa: Add dd_function_table::PrepareExecBegin
Chad Versace
2011-10-18
1
-0
/
+1
*
meta: Bump MAX_META_OPS_DEPTH from 2 to 8
Chad Versace
2011-10-18
1
-1
/
+1
*
meta: Add flag MESA_META_SELECT_FEEDBACK
Chad Versace
2011-10-18
2
-0
/
+28
*
meta: Fix saving the active program
Neil Roberts
2011-10-18
1
-1
/
+1
*
meta: fix redBits size test in get_temp_image_type()
Brian Paul
2011-10-13
1
-1
/
+1
*
meta: Don't enable TEXTURE_RECTANGLE when it's unsupported.
Kenneth Graunke
2011-10-06
1
-1
/
+2
*
mesa: Remove unused tnl items from dd_functions
Chad Versace
2011-09-30
1
-2
/
+0
*
meta: fix GetTexImage() for luminance, l/a, intensity formats
Brian Paul
2011-09-30
1
-2
/
+22
*
mesa: simplify parameters to GetTexImage() driver hook
Brian Paul
2011-09-30
2
-6
/
+4
*
mesa: Add missing includes to meta.h
Chad Versace
2011-09-23
1
-0
/
+2
*
meta: Don't hang on to program refcounts after metaops are done.
Eric Anholt
2011-09-21
1
-0
/
+5
*
meta: use _mesa_set_enable() in more places
Brian Paul
2011-09-20
1
-5
/
+5
*
meta: use _mesa_set_enable(), fix decompress_texture_image()
Brian Paul
2011-09-20
1
-1
/
+4
*
meta: fix broken sRGB mipmap generation
Brian Paul
2011-09-20
1
-0
/
+28
*
mesa: plug in swrast texture image alloc/free functions
Brian Paul
2011-09-17
1
-1
/
+2
*
swrast: plug in _swrast_new/delete_texture_image() functions
Brian Paul
2011-09-17
1
-2
/
+2
*
mesa: add new DeleteTextureImage() driver hook
Brian Paul
2011-09-17
1
-0
/
+1
*
meta: fix/add checks for GL_EXT_framebuffer_sRGB
Brian Paul
2011-09-17
1
-2
/
+4
*
mesa: introduce a clear color union to be used for int/unsigned buffers
Dave Airlie
2011-09-14
1
-5
/
+5
*
meta: added _mesa_meta_GetTexImage()
Brian Paul
2011-09-08
3
-1
/
+232
*
meta: move texcoord setup into setup_texture_coords()
Brian Paul
2011-09-08
1
-92
/
+176
*
mesa: Remove dd_function_table::CopyColorTable, ::CopyColorSubTable, and ::Up...
Ian Romanick
2011-09-06
3
-80
/
+0
*
swrast: Add implementation of MapTextureImage/UnmapTextureImage.
Brian Paul
2011-08-29
1
-0
/
+2
*
mesa: Rename FreeTexImageData to FreeTextureImageBuffer.
Eric Anholt
2011-08-29
1
-1
/
+1
*
meta: use fallback mipmap generation for 1D/2D texture arrays
Brian Paul
2011-08-19
1
-2
/
+5
*
mesa: Declare _mesa_meta_begin()/end() as public
Chad Versace
2011-08-19
2
-142
/
+147
*
mesa: fix initialization of GL_FOG_MODE in _mesa_init_driver_state()
Brian Paul
2011-08-11
1
-1
/
+4
*
mesa: fix ColorMask array index in _mesa_init_driver_state()
Brian Paul
2011-08-11
1
-4
/
+4
[next]