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: Fix corner cases of BindBufferBase with transform feedback.
Paul Berry
2012-12-18
3
-17
/
+68
*
mesa/gles3: Generate error on draw call if transform feedback would overflow.
Paul Berry
2012-12-18
3
-1
/
+80
*
mesa/gles3: Generate error on DrawElements* calls if transform feedback active.
Paul Berry
2012-12-18
1
-0
/
+45
*
mesa: refactor _mesa_compute_max_transform_feedback_vertices from i965.
Paul Berry
2012-12-18
2
-0
/
+34
*
mesa: assert if driver did not compute the version
Jordan Justen
2012-12-16
2
-1
/
+3
*
mesa: don't initialize VBO vtxfmt in _vbo_CreateContext
Jordan Justen
2012-12-16
1
-1
/
+0
*
mesa: don't initialize exec dispatch tables in _mesa_initialize_context
Jordan Justen
2012-12-16
1
-3
/
+0
*
mesa dispatch_sanity: call new functions to initialize exec table
Jordan Justen
2012-12-16
1
-1
/
+6
*
vbo: add _mesa_initialize_vbo_vtxfmt
Jordan Justen
2012-12-16
2
-0
/
+19
*
mesa: separate exec allocation from initialization
Jordan Justen
2012-12-16
2
-4
/
+7
*
mesa: add support for ARB_texture_buffer_object_rgb32
Dave Airlie
2012-12-16
3
-0
/
+15
*
mesa: Add an option so driver can opt out of varying packing.
Paul Berry
2012-12-14
1
-0
/
+11
*
mesa: minor indentation fixes in texcompress_etc.c
Brian Paul
2012-12-14
1
-17
/
+17
*
mesa: remove old swrast-based compressed texel fetch code
Brian Paul
2012-12-14
8
-692
/
+1
*
mesa: reimplement _mesa_decompress_image() using new tex fetch code
Brian Paul
2012-12-14
1
-103
/
+7
*
mesa: added _mesa_get_compressed_fetch_func()
Brian Paul
2012-12-14
2
-0
/
+36
*
mesa: add new texel fetch code for etc formats
Brian Paul
2012-12-14
2
-0
/
+280
*
mesa: add new texel fetch code for rgtc formats
Brian Paul
2012-12-14
2
-0
/
+166
*
mesa: add new texel fetch code for fxt formats
Brian Paul
2012-12-14
2
-0
/
+45
*
mesa: add new texel fetch code for dxt formats
Brian Paul
2012-12-14
2
-1
/
+110
*
mesa: add compressed_fetch_func typedef
Brian Paul
2012-12-14
1
-0
/
+9
*
mesa: Fix computation of default vertex attrib stride for 2_10_10_10 formats.
Paul Berry
2012-12-13
3
-1
/
+47
*
mesa/uniform_query: Don't write to *params if there is an error
Matt Turner
2012-12-13
1
-1
/
+5
*
mesa: print unsigned values with %u
Matt Turner
2012-12-13
1
-4
/
+4
*
mesa: don't advertise ARB_texture_buffer_object in legacy contexts
Marek Olšák
2012-12-12
6
-16
/
+22
*
mesa: disallow creation of GL 3.1 compatibility contexts
Marek Olšák
2012-12-12
1
-0
/
+6
*
mesa syncobj: don't store a pointer to the set_entry
Jordan Justen
2012-12-10
2
-5
/
+10
*
mesa: Move declaration before statement.
José Fonseca
2012-12-08
1
-1
/
+2
*
mesa: Add decoding functions for GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2
Anuj Phogat
2012-12-07
4
-3
/
+89
*
mesa: Add decoding functions for GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2
Anuj Phogat
2012-12-07
4
-24
/
+170
*
mesa: Add decoding functions for GL_COMPRESSED_SIGNED_RG11_EAC
Anuj Phogat
2012-12-07
4
-2
/
+97
*
mesa: Add decoding functions for GL_COMPRESSED_SIGNED_R11_EAC
Anuj Phogat
2012-12-07
4
-2
/
+125
*
mesa: Add decoding functions for GL_COMPRESSED_RG11_EAC
Anuj Phogat
2012-12-07
4
-3
/
+97
*
mesa: Add decoding functions for GL_COMPRESSED_R11_EAC
Anuj Phogat
2012-12-07
4
-5
/
+127
*
mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC
Anuj Phogat
2012-12-07
4
-2
/
+90
*
mesa: Add decoding functions for GL_COMPRESSED_RGBA8_ETC2_EAC
Anuj Phogat
2012-12-07
4
-6
/
+150
*
mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ETC2
Anuj Phogat
2012-12-07
4
-6
/
+88
*
mesa: Add decoding functions for GL_COMPRESSED_RGB8_ETC2
Anuj Phogat
2012-12-07
4
-12
/
+468
*
mesa: Make nonlinear_to_linear() function available outside file
Anuj Phogat
2012-12-07
3
-52
/
+29
*
mesa: Add new MESA_FORMATs for ETC2 compressed textures
Anuj Phogat
2012-12-07
8
-1
/
+408
*
Set es_version to false when using FF fragment shading in meta ops
Paul Berry
2012-12-07
1
-0
/
+1
*
mesa: Ignore size and offset parameters for BindBufferRange when buffer is 0
Matt Turner
2012-12-07
1
-10
/
+12
*
glsl: Record in gl_shader_program whether the program uses GLSL ES.
Paul Berry
2012-12-06
1
-0
/
+1
*
glsl: Record in gl_shader whether the shader uses GLSL ES.
Paul Berry
2012-12-06
1
-0
/
+1
*
mesa: Add ARB_ES3_compatibility flag.
Paul Berry
2012-12-06
2
-0
/
+2
*
mesa: use rand() instead of random()
Brian Paul
2012-12-06
1
-1
/
+1
*
mesa: validate that sync objects were created by mesa
Jordan Justen
2012-12-06
3
-15
/
+26
*
main/syncobj: return GL_INVALID_VALUE for invalid sync objects
Jordan Justen
2012-12-06
1
-4
/
+4
*
mesa: add set support (stores a set of pointers)
Eric Anholt
2012-12-06
2
-0
/
+442
*
mesa: expose ARB_texture_cube_map_array in core contexts as well
Chris Forbes
2012-12-05
1
-1
/
+1
[next]