index
:
~tball/mesa-gallium-vdpau
master
pipe-video
vdpau backend implemented in gallium
tball
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-01
rgtc: Detect RGTC formats as color formats and as compressed formats
Ian Romanick
1
-0
/
+9
2010-10-01
mesa: Trivial correction to comment
Ian Romanick
1
-1
/
+1
2010-10-01
mesa: Fix misplaced #endif
Ian Romanick
1
-1
/
+1
2010-10-01
ARB_texture_rg: Add GL_COMPRESSED_{RED,RG} cases in _mesa_is_color_format
Ian Romanick
1
-0
/
+2
2010-10-01
mesa: Add ARB_texture_compression_rgtc as an alias for EXT_texture_compressio...
Ian Romanick
4
-8
/
+9
2010-10-01
mesa: Enable GL_ARB_texture_rg in software paths
Ian Romanick
1
-0
/
+1
2010-10-01
ARB_texture_rg: Allow RED and RG textures as FBO color buffer attachments
Ian Romanick
1
-2
/
+8
2010-10-01
ARB_texture_rg: Add R8, R16, RG88, and RG1616 internal formats
Ian Romanick
8
-30
/
+515
2010-10-01
ARB_texture_rg: Handle RED and RG the same as RGB for tex env
Ian Romanick
1
-0
/
+6
2010-10-01
ARB_texture_rg: Add GL_RED as a valid GL_DEPTH_TEXTURE_MODE
Ian Romanick
1
-1
/
+2
2010-10-01
ARB_texture_rg: Add GL_TEXTURE_{RED,GREEN}_SIZE query support
Ian Romanick
1
-0
/
+10
2010-10-01
ARB_texture_rg: Correct some errors in RED / RG internal format handling
Ian Romanick
1
-9
/
+32
2010-09-30
mesa: Don't reference a W component in setting up a vec3 uniform component.
Eric Anholt
1
-1
/
+5
2010-09-30
main: remove duplicated includes
Nicolas Kaiser
3
-6
/
+1
2010-09-28
mesa: Move the list of builtin uniform info from ir_to_mesa to shared code.
Eric Anholt
2
-1
/
+245
2010-09-27
Remove GL_EXT_cull_vertex
Ian Romanick
7
-1782
/
+1719
2010-09-27
Remove GL_MESA_packed_depth_stencil
Ian Romanick
2
-2
/
+0
2010-09-27
mesa: Force GL_SGIS_generate_mipmap to always be enabled
Ian Romanick
3
-29
/
+9
2010-09-27
mesa: Force GL_ARB_copy_buffer to always be enabled
Ian Romanick
2
-10
/
+4
2010-09-25
mesa/mipmap: fix warning since 1acadebd6270d3604b026842b8a21360968618a0
Dave Airlie
1
-1
/
+1
2010-09-24
mesa: Remove unnecessary headers.
Vinson Lee
3
-6
/
+0
2010-09-24
mesa: Fix type typo in glGenerateMipmap handling of GL_UNSIGNED_INT data.
Eric Anholt
1
-1
/
+1
2010-09-24
mesa: fix assertions to handle srgb formats
Brian Paul
1
-4
/
+8
2010-09-23
mesa: Remove EXT_convolution.
Eric Anholt
15
-1855
/
+44
2010-09-23
mesa: Remove SGI_color_matrix.
Eric Anholt
11
-172
/
+3
2010-09-23
mesa: Remove SGI_color_table.
Eric Anholt
10
-316
/
+4
2010-09-23
mesa: Remove EXT_histogram.
Eric Anholt
11
-1124
/
+10
2010-09-23
mesa: Remove the non-required ARB_imaging extension.
Eric Anholt
5
-21
/
+15
2010-09-21
mesa: don't advertise bogus GL_ARB_shading_language_120 extension
Brian Paul
5
-18
/
+43
2010-09-20
mesa: don't call valid_texture_object() in non-debug builds
Brian Paul
1
-5
/
+2
2010-09-17
mesa: Silence "'valid_texture_object' defined but not used" warning.
Vinson Lee
1
-1
/
+5
2010-09-17
mesa: bump version to 7.10
Vinson Lee
1
-3
/
+3
2010-09-17
glsl2: Add flags to enable variable index lowering
Ian Romanick
1
-0
/
+10
2010-09-16
mesa: include mfeatures.h in formats.c
Brian Paul
1
-0
/
+1
2010-09-16
mesa: Update ES APIspec.xml.
Chia-I Wu
1
-9
/
+5
2010-09-14
mesa: update to version 64 of GL/glext.h
Brian Paul
4
-9
/
+9
2010-09-14
mesa: move, redefine MESA_GEOMETRY_PROGRAM
Brian Paul
2
-9
/
+15
2010-09-14
mesa: Less FEATURE_ARB_sync tests.
Chia-I Wu
5
-25
/
+60
2010-09-14
mesa: Remove unused _MESA_INIT_*_FUNCTIONS.
Chia-I Wu
11
-90
/
+0
2010-09-10
mesa: Remove unused Emit flags from gl_shader_compiler_options
Ian Romanick
1
-2
/
+0
2010-09-10
gallium: Add context profile support to st_api.
Chia-I Wu
1
-1
/
+5
2010-09-09
Revert "glapi: Implement optional dispatch logging"
Kristian Høgsberg
5
-47
/
+8
2010-09-09
glsl2: Add EmitNoNoise flag, use it to remove noise opcodes
Ian Romanick
2
-11
/
+3
2010-09-09
mesa: Only reference logging symbols in debug builds
Kristian Høgsberg
1
-0
/
+11
2010-09-09
mesa: Don't reuse DummyFramebuffer as the incomplete framebuffer
Kristian Høgsberg
2
-1
/
+10
2010-09-09
glapi: Implement optional dispatch logging
Kristian Høgsberg
5
-8
/
+36
2010-09-08
glsl: add several EmitNo* options, and MaxUnrollIterations
Luca Barbieri
2
-2
/
+11
2010-09-08
glsl: make compiler options per-target
Luca Barbieri
3
-15
/
+35
2010-09-08
mesa: add PIPE_SHADER_* like constants and conversions to/from enums (v2)
Luca Barbieri
2
-0
/
+40
2010-09-08
mesa: Refactor parameter processing in set_combiner_(operand|source)
Ian Romanick
1
-68
/
+22
[next]