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
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Add missing break statement in SARGB8 case.
Vinson Lee
2011-01-13
1
-0
/
+1
*
mesa/srgb: handle SARGB8 case in the sw fbo renderer.
Dave Airlie
2011-01-13
1
-0
/
+4
*
mesa/fbo: prevent assert trigger on i965 with piglit fbo-srgb test.
Dave Airlie
2011-01-13
1
-0
/
+2
*
mesa: Move loop variable declarations outside for loop in extensions.c.
Vinson Lee
2011-01-12
1
-8
/
+15
*
mesa: check for dummy renderbuffer in _mesa_FramebufferRenderbufferEXT()
Brian Paul
2011-01-12
1
-0
/
+7
*
mesa: don't assert in GetIntegerIndexed, etc
Brian Paul
2011-01-12
1
-6
/
+12
*
mesa: fix num_draw_buffers==0 in fixed-function fragment program generation
Brian Paul
2011-01-12
1
-2
/
+2
*
mesa: Move declaration before code in extensions.c.
Vinson Lee
2011-01-12
1
-6
/
+16
*
mesa: Change OES_point_sprite to depend on ARB_point_sprite
Chad Versace
2011-01-12
1
-1
/
+1
*
mesa: Change dependencies of some OES extension strings
Chad Versace
2011-01-12
1
-5
/
+5
*
mesa: Add/remove extensions in extension string
Chad Versace
2011-01-12
1
-5
/
+5
*
mesa: Refactor handling of extension strings
Chad Versace
2011-01-12
2
-490
/
+406
*
mesa: include teximage.h to silence warning
Brian Paul
2011-01-11
1
-0
/
+1
*
mesa: do a debug check of _mesa_format_to_type_and_comps()
Brian Paul
2011-01-11
2
-1
/
+28
*
mesa: fix a few format table mistakes, assertions
Brian Paul
2011-01-11
1
-7
/
+8
*
mesa/swrast: handle sRGB FBOs correctly (v2)
Dave Airlie
2011-01-11
5
-16
/
+33
*
mesa: Clean up header file inclusion in cpuinfo.c.
Vinson Lee
2011-01-08
1
-1
/
+1
*
mesa: fix an error in uniform arrays in row calculating.
Jian Zhao
2011-01-07
1
-1
/
+1
*
mesa: Directly include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-07
54
-0
/
+54
*
mesa: Clean up header file inclusion in version.c.
Vinson Lee
2011-01-06
1
-1
/
+1
*
mesa: bump version to 7.11
Vinson Lee
2011-01-05
1
-3
/
+3
*
mesa: Include mtypes.h in files that use gl_context struct.
Vinson Lee
2011-01-05
36
-0
/
+36
*
mesa: Consider textures incomplete when maxlevel < baselevel.
Eric Anholt
2011-01-05
1
-0
/
+6
*
mesa: Fix the baseFormat for GL_COMPRESSED_SLUMINANCE_EXT.
Eric Anholt
2011-01-04
1
-1
/
+1
*
intel: Merge our choosetexformat fallbacks into core.
Eric Anholt
2011-01-04
1
-1
/
+47
*
mesa: Make _mesa_choose_tex_format() choose formats out of a supported table.
Eric Anholt
2011-01-04
3
-91
/
+183
*
mesa: preserve 10 bits of precision in the texstore general path for ARGB2101010
Marek Olšák
2011-01-04
3
-15
/
+25
*
mesa: Include mtypes.h in renderbuffer.h.
Vinson Lee
2011-01-03
1
-0
/
+1
*
mesa: fix AL44 texture fetch function nybble -> float conversion
Brian Paul
2011-01-03
1
-2
/
+2
*
mesa: Also report the number of renderbuffer alpha bits for GL_LUMINANCE_ALPHA.
Eric Anholt
2011-01-03
1
-1
/
+2
*
mesa: Also report renderbuffer red/green size for GL_RED and GL_RG.
Eric Anholt
2011-01-03
1
-0
/
+9
*
mesa: Use the common logic for "is this baseformat a color format?"
Eric Anholt
2011-01-03
4
-12
/
+16
*
mesa: Allow color renderbuffers besides just RGB and RGBA.
Eric Anholt
2011-01-03
1
-2
/
+1
*
mesa: Update comment about the list of BaseFormats for gl_formats.
Eric Anholt
2011-01-03
1
-3
/
+4
*
mesa: s/GLuint/gl_buffer_index/
Brian Paul
2011-01-03
2
-6
/
+10
*
mesa: Assert format is not MESA_FORMAT_COUNT in _mesa_format_to_type_and_comps.
Vinson Lee
2010-12-23
1
-1
/
+4
*
mesa: Assert _mesa_DeleteFragmentShaderATI doesn't ever free static DummyShader.
Vinson Lee
2010-12-23
1
-0
/
+1
*
mesa: Fix #ifdef typo in _mesa_format_to_type_and_comps.
Vinson Lee
2010-12-23
1
-1
/
+1
*
mesa: fix texel store functions for some float formats
Marek Olšák
2010-12-23
1
-10
/
+17
*
mesa: implement new texture format I16
Marek Olšák
2010-12-23
6
-4
/
+50
*
mesa: implement new texture format L16
Marek Olšák
2010-12-23
7
-4
/
+55
*
mesa: implement new texture format A16
Marek Olšák
2010-12-23
7
-8
/
+58
*
mesa: implement new texture format AL44
Marek Olšák
2010-12-23
7
-1
/
+95
*
mesa: implement new texture format ARGB2101010
Marek Olšák
2010-12-23
7
-0
/
+128
*
mesa: fix queryobj whitespace.
Dave Airlie
2010-12-18
1
-26
/
+26
*
mesa/swrast/st: add ARB_occlusion_query2 support.
Dave Airlie
2010-12-18
2
-12
/
+32
*
Remove OES_compressed_paletted_texture from the ES2 extension list.
Kenneth Graunke
2010-12-16
1
-2
/
+0
*
mesa, st/mesa: disable GL_ARB_geometry_shader4
Brian Paul
2010-12-13
1
-1
/
+2
*
mesa: Don't assertion fail for _mesa_get_format_name(MESA_FORMAT_NONE)
Eric Anholt
2010-12-10
1
-1
/
+0
*
mesa: allow GLfixed arrays for OpenGL ES 2.0
Shuang He
2010-12-09
1
-2
/
+2
[next]