index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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: 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
*
|
Revert "Fix image_matches_texture_obj() MaxLevel check"
Will Dyson
2010-06-19
1
-0
/
+3
|
/
*
meta: Convert Z value from normalized to object-space in meta code
Brian Paul
2010-05-24
1
-4
/
+19
*
mesa: more transform feedback infrastructure
Brian Paul
2010-05-10
1
-0
/
+7
*
mesa: remove driver hooks for GetFloat/Integer/Doublev, etc
Brian Paul
2010-05-07
1
-8
/
+0
*
Disable scissor when begining meta operations
Pierre Willenbrock
2010-04-27
1
-0
/
+1
*
Don't set srcLevel on GL_TEXTURE_RECTANGLE_ARB targets
Pierre Willenbrock
2010-04-27
1
-4
/
+8
*
meta: Fix up restoration of state if _mesa_map_pbo_source() fails.
Eric Anholt
2010-03-16
1
-1
/
+3
*
meta: Properly refcount our saved programs and texobjs.
Eric Anholt
2010-03-16
1
-2
/
+7
*
meta: Use the DrawBuffer's stencil size
Ian Romanick
2010-03-05
1
-1
/
+1
*
mesa: Remove ClearIndex and IndexMask from device-driver interface
Ian Romanick
2010-03-03
1
-2
/
+0
*
mesa: disable unreachable meta mipmap gen code
Brian Paul
2010-02-24
1
-0
/
+3
*
mesa: restore _mesa_snprintf() - it's needed for Windows
Brian Paul
2010-02-19
1
-3
/
+3
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-3
/
+3
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-17
/
+17
*
mesa: replace _mesa_bzero() with memset()
Brian Paul
2010-02-19
1
-1
/
+1
*
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-19
2
-7
/
+7
*
mesa: Remove unnecessary headers.
Vinson Lee
2010-02-12
2
-3
/
+0
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-08
1
-18
/
+29
|
\
|
*
meta: remove F suffix from _mesa_Ortho() params
Brian Paul
2010-01-06
1
-3
/
+3
[next]