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
*
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
*
mesa: fix format selection for meta CopyTexSubImage()
Brian Paul
2011-07-28
1
-0
/
+10
*
meta: Also save/restore clip planes for GLSL.
Eric Anholt
2011-07-25
1
-1
/
+13
*
Merge branch 'remove-copyteximage-hook'
Brian Paul
2011-07-21
3
-125
/
+0
|
\
|
*
meta: remove _mesa_meta_CopyTexImage1D/2D()
Brian Paul
2011-07-19
3
-125
/
+0
*
|
meta: Add a GLSL-based _mesa_meta_Clear() variant.
Eric Anholt
2011-07-20
2
-1
/
+162
|
/
*
meta: Fix glCopyTexImage(GL_LUMINANCE) from non-GL_LUMINANCE source.
Eric Anholt
2011-06-13
1
-0
/
+14
*
mesa: move texrender.c to swrast
Brian Paul
2011-06-13
1
-3
/
+2
*
meta: Don't do sRGB encode for framebuffer blits on sRGB-enabled framebuffers.
Eric Anholt
2011-06-05
1
-0
/
+6
*
meta: Don't do srgb to linear decode when blitting srgb textures.
Eric Anholt
2011-06-05
1
-0
/
+10
*
meta: Don't ask for floating point textures if not ARB_texture_float.
Eric Anholt
2011-04-29
1
-1
/
+2
*
intel: Add support for ARB_sampler_objects.
Eric Anholt
2011-04-23
1
-0
/
+3
*
meta: Don't do conditional rendering on GenerateMipmaps and BlitFramebuffer.
Eric Anholt
2011-04-23
1
-1
/
+24
*
meta: Add support for ARB_color_buffer_float to _mesa_meta_Clear().
Eric Anholt
2011-04-20
1
-4
/
+24
*
meta: Add support for ARB_color_buffer_float to _mesa_meta_DrawPixels.
Eric Anholt
2011-04-20
1
-0
/
+28
*
mesa: move sampler state into new gl_sampler_object type
Brian Paul
2011-04-10
1
-9
/
+9
*
mesa: add NV_texture_barrier
Marek Olšák
2011-03-15
1
-0
/
+3
*
mesa: move PBO-related functions into a new file
Brian Paul
2011-02-28
1
-0
/
+1
*
mesa: plug in fallback function for ctx->Driver.ValidateFramebuffer()
Brian Paul
2011-01-24
1
-0
/
+1
*
mesa: begin implementation of GL_ARB_draw_buffers_blend
Brian Paul
2011-01-15
1
-5
/
+6
*
meta: Actually use mipmapping when generating mipmaps.
Eric Anholt
2011-01-12
1
-1
/
+1
*
meta: Don't tweak BaseLevel when doing glGenerateMipmap().
Eric Anholt
2011-01-10
1
-4
/
+1
*
mesa/meta: fix broken assertion, rename stack depth var
Brian Paul
2010-12-10
1
-5
/
+7
*
meta: allow nested meta operations
Xiang, Haihao
2010-12-10
1
-4
/
+10
*
meta: Mask Stencil.Clear against stencilMax in _mesa_meta_Clear
Peter Clifton
2010-11-24
1
-1
/
+2
*
mesa: pass gl_format to _mesa_init_teximage_fields()
Brian Paul
2010-11-18
1
-8
/
+6
*
meta: Handle bitmaps with alpha test enabled.
Francisco Jerez
2010-11-10
1
-6
/
+35
*
meta: Don't try to disable cube maps if the driver doesn't expose the extension.
Francisco Jerez
2010-11-06
1
-1
/
+2
*
meta: Fix incorrect rendering of the bitmap alpha component.
Francisco Jerez
2010-11-04
1
-3
/
+9
*
meta: Don't leak alpha function/reference value changes.
Francisco Jerez
2010-11-04
1
-0
/
+5
*
mesa: Make metaops use program refcounts instead of names.
Eric Anholt
2010-10-29
1
-17
/
+20
*
Track separate programs for each stage
Ian Romanick
2010-10-27
1
-6
/
+24
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
4
-50
/
+50
*
mesa: Remove EXT_convolution.
Eric Anholt
2010-09-23
2
-84
/
+0
*
meta: Don't bind the created texture object in init_temp_texture().
Francisco Jerez
2010-09-16
1
-1
/
+0
*
mesa: Remove unnecessary FEATURE tests.
Chia-I Wu
2010-09-14
2
-18
/
+0
*
mesa: call ctx->Driver.ChooseTextureFormat() only when necessary.
Brian Paul
2010-07-20
1
-6
/
+3
*
Merge branch 'shader-file-reorg'
Brian Paul
2010-06-23
2
-9
/
+7
|
\
|
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
2
-2
/
+2
|
*
mesa: move arbprogram.[ch] to main/
Brian Paul
2010-06-10
1
-1
/
+1
|
*
mesa: refactor shader api / object code
Brian Paul
2010-06-10
2
-6
/
+4
[next]