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: move more format helper functions to glformats.c
Brian Paul
2012-07-24
10
-389
/
+391
*
mesa: move some format helper functions to glformats.c
Brian Paul
2012-07-24
5
-420
/
+422
*
mesa: fix format checking when doing a multisample resolve
Marek Olšák
2012-07-23
1
-1
/
+111
*
mesa: Prevent repeated glDeleteShader() from blowing away our refcounts.
Kenneth Graunke
2012-07-22
1
-3
/
+5
*
imports.h: Correct ceilf typo.
Matt Turner
2012-07-22
1
-1
/
+1
*
mesa formats: add MESA_FORMAT_ABGR2101010_UINT
Jordan Justen
2012-07-21
6
-0
/
+147
*
mesa formats: unpack ARGB8888/XRGB8888
Jordan Justen
2012-07-21
1
-0
/
+34
*
mesa pack: use _mesa_problem instead of assert
Jordan Justen
2012-07-21
2
-8
/
+18
*
mesa: add glformats integer type/format detection routines
Jordan Justen
2012-07-21
10
-93
/
+291
*
Remove unused _mesa_memset16
Matt Turner
2012-07-21
2
-16
/
+0
*
Remove _mesa_inv_sqrtf in favor of 1/SQRTF
Matt Turner
2012-07-21
2
-114
/
+1
*
Remove _mesa_sqrt* in favor of plain sqrt
Matt Turner
2012-07-21
3
-117
/
+1
*
mesa: disable MSVC global optimization in pack.c
José Fonseca
2012-07-20
1
-0
/
+13
*
mesa: whitespace fixes in pbo.c
Brian Paul
2012-07-20
1
-14
/
+14
*
mesa: update texstore.c comment
Brian Paul
2012-07-20
1
-3
/
+2
*
mesa: Implement the UBO-specific pnames of glGetActiveUniformsiv.
Eric Anholt
2012-07-20
1
-2
/
+13
*
mesa: Add implementation of glGetUniformBlockIndex().
Eric Anholt
2012-07-20
1
-0
/
+27
*
mesa: Add support for glGetActiveUniformsiv on non-UBO pnames.
Eric Anholt
2012-07-20
3
-0
/
+70
*
mesa: Add support for glGetUniformIndices().
Eric Anholt
2012-07-20
1
-0
/
+35
*
mesa: Move the _mesa_uniform_merge_location_offset to glGetUniformLocation().
Eric Anholt
2012-07-20
3
-13
/
+23
*
glsl: Merge the lists of uniform blocks into the linked shader program.
Eric Anholt
2012-07-20
1
-0
/
+34
*
glsl: Translate the AST for uniform blocks into some IR structures.
Eric Anholt
2012-07-20
1
-0
/
+18
*
mesa: Add UsesDFdy to struct gl_fragment_program.
Paul Berry
2012-07-19
1
-0
/
+1
*
mesa: remove stale comment
Brian Paul
2012-07-18
1
-1
/
+0
*
mesa: use gl_program cast wrappers
Brian Paul
2012-07-18
5
-32
/
+25
*
msaa: Generate proper error for operations prohibited on MSAA buffers.
Paul Berry
2012-07-17
2
-3
/
+3
*
mesa: include inttypes.h to get uint8_t type
Brian Paul
2012-07-16
1
-0
/
+1
*
mesa: Add function for decoding ETC1 textures
Chad Versace
2012-07-16
2
-0
/
+40
*
gallium/util, mesa: Refactor etc1 unpack function
Chad Versace
2012-07-16
1
-0
/
+34
*
automake: convert libmesa and libmesagallium
Jon TURNEY
2012-07-13
1
-1
/
+1
*
mesa,st/mesa: implement GL_RGB565 from ARB_ES2_compatibility
Marek Olšák
2012-07-13
4
-0
/
+23
*
mesa: add ARB_transform_feedback_instanced extension enable flag
Marek Olšák
2012-07-12
2
-0
/
+2
*
mesa: implement new DrawTransformFeedback functions
Marek Olšák
2012-07-12
3
-6
/
+29
*
mesa: implement display list support for new DrawTransformFeedback functions
Marek Olšák
2012-07-12
2
-0
/
+85
*
mesa: implement display list support for indexed query functions
Marek Olšák
2012-07-12
1
-2
/
+47
*
mesa: implement indexed query functions from ARB_transform_feedback3
Marek Olšák
2012-07-12
1
-15
/
+67
*
mesa: implement glGet queries and error handling for ARB_transform_feedback3
Marek Olšák
2012-07-12
4
-0
/
+43
*
glsl: implement ARB_transform_feedback3 in the linker
Marek Olšák
2012-07-12
2
-0
/
+2
*
mesa: remove assertions that do not allow compressed 2D_ARRAY textures
Marek Olšák
2012-07-12
1
-4
/
+2
*
mesa: Remove unneeded extern qualifiers
Chad Versace
2012-07-10
1
-2
/
+2
*
mesa/test: Update name of GL_TIME_ELAPSED
Ian Romanick
2012-07-10
1
-1
/
+1
*
mesa: implement glGet(GL_TIMESTAMP) v2
Marek Olšák
2012-07-10
2
-1
/
+20
*
mesa: add ARB_timer_query to the extension list
Marek Olšák
2012-07-10
1
-0
/
+1
*
mesa: add QueryCounter display list support
Marek Olšák
2012-07-10
1
-0
/
+24
*
mesa: implement TIMESTAMP query and glQueryCounter
Marek Olšák
2012-07-10
1
-6
/
+72
*
Revert "mesa: #define fprintf to be __mingw_fprintf() on Mingw32"
Brian Paul
2012-07-05
1
-10
/
+0
*
mesa: add GL_EXT_texture_rg extension for OpenGL ES 2.x.
Gwenole Beauchesne
2012-07-04
2
-0
/
+2
*
Revert "mesa: add GL_EXT_texture_rg extension for OpenGL ES 2.x."
Marek Olšák
2012-07-04
2
-2
/
+0
*
mesa: add GL_EXT_texture_rg extension for OpenGL ES 2.x.
Gwenole Beauchesne
2012-07-03
2
-0
/
+2
*
mesa: use FLUSH_CURRENT and not FLUSH_VERTICES in _mesa_validate_*
Marek Olšák
2012-07-02
1
-7
/
+14
[prev]
[next]