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
*
main: Removed trailing whitespaces in texture code.
Laura Ekstrand
2015-01-08
2
-28
/
+28
*
main: Renamed _mesa_get_compressed_teximage to _mesa_GetCompressedTexImage_sw.
Laura Ekstrand
2015-01-08
2
-6
/
+6
*
main: Renamed _mesa_get_teximage to _mesa_GetTexImage_sw.
Laura Ekstrand
2015-01-08
2
-6
/
+6
*
main: Changed _mesa_alloc_texture_storage to _mesa_AllocTextureStorage_sw.
Laura Ekstrand
2015-01-08
2
-8
/
+8
*
main: Moved _mesa_get_current_tex_object from teximage.c to texobj.c.
Laura Ekstrand
2015-01-08
4
-85
/
+84
*
main: Moved _mesa_lock_texture and _mesa_unlock_texture to texobj.h from texi...
Laura Ekstrand
2015-01-08
3
-19
/
+19
*
main: Added utility function _mesa_lookup_texture_err().
Laura Ekstrand
2015-01-08
2
-0
/
+19
*
glapi: Added ARB_direct_state_access.xml file.
Laura Ekstrand
2015-01-08
1
-0
/
+1
*
mesa: Address `assignment makes integer from pointer without a cast` gcc warn...
José Fonseca
2015-01-08
1
-2
/
+2
*
mesa: Don't use _mesa_generic_nop on Windows.
José Fonseca
2015-01-07
1
-0
/
+9
*
mesa: create, use new _mesa_texture_base_format() function
Brian Paul
2015-01-05
3
-1
/
+18
*
mesa: remove unused ctx parameter for _mesa_select_tex_image()
Brian Paul
2015-01-05
10
-30
/
+26
*
mesa: add _mesa_base_tex_image() helper function
Brian Paul
2015-01-05
1
-0
/
+10
*
mesa: simplify a conditional in detach_shader()
Brian Paul
2015-01-05
1
-3
/
+1
*
mesa: minor whitespace fixes in shaderapi.c
Brian Paul
2015-01-05
1
-12
/
+13
*
mesa: make _mesa_reference_shader_program() an inline function
Brian Paul
2015-01-05
2
-4
/
+15
*
mesa: update comment on delete_shader_program()
Brian Paul
2015-01-05
1
-2
/
+3
*
mesa: rearrange error handling in glProgramParameteri()
Brian Paul
2015-01-05
1
-15
/
+11
*
mesa: fix error strings in shaderapi.c
Brian Paul
2015-01-05
1
-2
/
+2
*
mesa: Remove __SSE4_1__ guards from sse_minmax.c.
Matt Turner
2014-12-29
1
-3
/
+0
*
mesa: remove support for GCC older than 4.1.0
Timothy Arceri
2014-12-17
1
-1
/
+1
*
main: remove extern C around #includes in ff_fragment_shader.cpp
Brian Paul
2014-12-16
1
-5
/
+3
*
mesa: move #include of mtypes.h outside __cplusplus check
Brian Paul
2014-12-16
1
-2
/
+1
*
mesa: put extern "C" in header files
Brian Paul
2014-12-16
4
-0
/
+41
*
util/hash_table: Rework the API to know about hashing
Jason Ekstrand
2014-12-14
1
-5
/
+12
*
mesa: remove obsolete comment on _mesa_ClearColor()
Brian Paul
2014-12-12
1
-4
/
+0
*
mesa: whitespace fixes, 80-column wrapping in texobj.c
Brian Paul
2014-12-12
1
-21
/
+33
*
mesa: whitespace, line wrap fixes in clear.c
Brian Paul
2014-12-12
1
-8
/
+11
*
mesa: use build flag to ensure stack is realigned on x86
Timothy Arceri
2014-12-10
1
-3
/
+0
*
main: return two minor digits for ES shading language version
Samuel Iglesias Gonsalvez
2014-12-09
1
-1
/
+1
*
mesa: Recompute LegalTypesMask if the GL API has changed
Iago Toral Quiroga
2014-12-09
2
-19
/
+22
*
mesa: Returns zero samples when querying GL_NUM_SAMPLE_COUNTS when internal f...
Eduardo Lima Mitev
2014-12-09
1
-23
/
+34
*
mesa: Enables GL_RGB and GL_RGBA unsized internal formats for OpenGL ES 3.0
Eduardo Lima Mitev
2014-12-09
1
-0
/
+6
*
mesa: Considers GL_DEPTH_STENCIL_ATTACHMENT a valid argument for FBO invalida...
Eduardo Lima Mitev
2014-12-09
1
-0
/
+8
*
Don't cast the return value of malloc/realloc
Matt Turner
2014-12-08
3
-6
/
+5
*
Remove useless checks for NULL before freeing
Matt Turner
2014-12-08
1
-5
/
+2
*
glsl: Don't optimize min/max into saturate when EmitNoSat is set
Abdiel Janulgue
2014-12-08
1
-0
/
+1
*
mesa: Add a source parameter to _mesa_gl_debug.
Matt Turner
2014-12-05
3
-2
/
+6
*
mesa: Ensure stack is realigned on x86.
José Fonseca
2014-12-05
1
-0
/
+3
*
mesa: Use current Mesa coding style in check_valid_to_render
Ian Romanick
2014-12-02
1
-25
/
+24
*
mesa: Use unreachable instead of assert in check_valid_to_render
Ian Romanick
2014-12-02
1
-1
/
+1
*
mesa: Silence unused parameter warnings in _mesa_validate_Draw functions
Ian Romanick
2014-12-02
2
-14
/
+10
*
mesa: Refactor common validation code to validate_DrawElements_common
Ian Romanick
2014-12-02
1
-125
/
+43
*
mesa: Generate GL_INVALID_OPERATION when drawing w/o a VAO in core profile
Ian Romanick
2014-12-02
1
-1
/
+9
*
mesa: fix height error check for 1D array textures
Brian Paul
2014-12-02
1
-1
/
+1
*
main, glsl: Bump max known desktop glsl version to 4.50
Jordan Justen
2014-12-01
1
-0
/
+6
*
mesa: fix arithmetic error in _mesa_compute_compressed_pixelstore()
Brian Paul
2014-12-01
1
-1
/
+1
*
mesa: some improvements for print_list()
Brian Paul
2014-12-01
2
-69
/
+84
*
mesa: inline/remove _mesa_polygon_stipple()
Brian Paul
2014-12-01
2
-32
/
+10
*
mesa: Fix Get(GL_TRANSPOSE_CURRENT_MATRIX_ARB) to transpose
Chris Forbes
2014-11-24
1
-1
/
+1
[next]