index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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 incorrect size/error test in _mesa_GetUnsignedBytevEXT()
Brian Paul
2018-01-29
1
-1
/
+1
*
mesa: skip validation of legality of size/type queries for format queries
Roland Scheidegger
2018-01-30
1
-3
/
+0
*
mesa: restrict formats being supported by target type for formatquery
Roland Scheidegger
2018-01-30
1
-10
/
+21
*
mesa: (trivial) add TODO comment for default results for internal queries
Roland Scheidegger
2018-01-30
1
-0
/
+6
*
mesa: remove misleading gles checks for formatquery
Roland Scheidegger
2018-01-30
1
-3
/
+1
*
mesa/vbo: replace vbo_draw_method() with _mesa_set_drawing_arrays()
Brian Paul
2018-01-29
4
-33
/
+28
*
mesa: remove MESA_FUNCTION
Brian Paul
2018-01-26
2
-4
/
+2
*
mesa: change gl_link_status enums to uppercase
Brian Paul
2018-01-26
5
-14
/
+14
*
mesa: change gl_compile_status enums to uppercase
Brian Paul
2018-01-26
4
-8
/
+8
*
mesa: minor comment reformatting, whitespace fixes in mtypes.h
Brian Paul
2018-01-26
1
-43
/
+54
*
mesa: silence MinGW 'may be unused uninitialized' warning in get.c
Brian Paul
2018-01-26
1
-1
/
+1
*
mesa: Pass the translated color logic op dd_function_table::LogicOpcode
Ian Romanick
2018-01-26
2
-2
/
+2
*
mesa: Also track a remapped version of the color logic op
Ian Romanick
2018-01-26
2
-0
/
+58
*
mesa: whitespace fixes in attrib.c
Brian Paul
2018-01-25
1
-78
/
+77
*
mesa: whitespace fixes in varray.h
Brian Paul
2018-01-25
1
-26
/
+29
*
mesa: include mtypes.h in varray.h
Brian Paul
2018-01-25
1
-3
/
+1
*
mesa: s/gl_vertex_attrib_array/gl_array_attributes/ in comments
Brian Paul
2018-01-25
3
-3
/
+3
*
mesa: simplify _mesa_delete_list() a bit, add some assertions
Brian Paul
2018-01-25
1
-28
/
+11
*
mesa: add missing RGB9_E5 format in _mesa_base_fbo_format
Juan A. Suarez Romero
2018-01-25
1
-0
/
+3
*
vbo: remove vbo_context.h and change includes to use vbo.h instead
Brian Paul
2018-01-24
2
-2
/
+2
*
mesa: use new _vbo_install_exec_vtxfmt() function
Brian Paul
2018-01-24
1
-2
/
+1
*
mesa: move vbo_count_tessellated_primitives() to api_validate.c
Brian Paul
2018-01-24
1
-3
/
+65
*
mesa: update comment on gl_display_list
Brian Paul
2018-01-24
1
-3
/
+1
*
mesa: whitespace clean-ups in mtypes.h
Brian Paul
2018-01-24
1
-68
/
+82
*
mesa: remove unused MAT_INDEX_AMBIENT/DIFFUSE/SPECULAR contants
Brian Paul
2018-01-24
1
-4
/
+0
*
vbo: move DLIST_DANGLING_REFS from mtypes.h to vbo_save_api.c
Brian Paul
2018-01-24
1
-9
/
+0
*
mesa: Only require independent blending for GLES 3.2.
Eric Anholt
2018-01-21
1
-1
/
+1
*
autotools: include meson build files in tarball
Dylan Baker
2018-01-19
1
-0
/
+2
*
mesa: Make numSamples an unsigned int
Gert Wollny
2018-01-19
4
-6
/
+6
*
mesa: move gl_external_samplers() to program.[ch]
Brian Paul
2018-01-17
1
-17
/
+0
*
mesa: remove unneeded #includes of main/compiler.h
Brian Paul
2018-01-17
11
-11
/
+0
*
mesa: include util/macros.h in format_fallback.c
Brian Paul
2018-01-17
1
-0
/
+1
*
mesa: remove unneeded semicolons
Grazvydas Ignotas
2018-01-17
2
-2
/
+2
*
mesa: require at least 14 UBOs for GL 4.3
Roland Scheidegger
2018-01-12
1
-0
/
+1
*
meson: Use consistent style for tests
Dylan Baker
2018-01-11
1
-1
/
+3
*
glsl: remove Lower{TCS,TES}PatchVerticesIn
Iago Toral Quiroga
2018-01-10
1
-2
/
+0
*
Fix use of alloca() without #include <c99_alloca.h>
Jon Turney
2018-01-09
1
-0
/
+1
*
mesa: remove dd_function_table::GetCompressedTexSubImage and clean it up
Marek Olšák
2018-01-06
3
-30
/
+11
*
mesa/bindless: fix missing image _Layer initialization
Ilia Mirkin
2018-01-04
1
-0
/
+1
*
mesa: Add GL_UNSIGNED_INT_2_10_10_10_REV OES read type for BGRX1010102.
Mario Kleiner
2018-01-03
1
-1
/
+2
*
mesa: Add GL_RGBA + GL_UNSIGNED_INT_2_10_10_10_REV for OES read type.
Mario Kleiner
2018-01-03
1
-0
/
+3
*
mesa: Add _mesa_bind_texture method
Ian Romanick
2018-01-02
2
-2
/
+26
*
Revert "mesa: remove unused _mesa_delete_nameless_texture()"
Ian Romanick
2018-01-02
2
-0
/
+46
*
mesa: Fold _mesa_record_error into its only caller
Ian Romanick
2018-01-02
3
-30
/
+2
*
mesa: always compare optype with symbolic name in ATI_fs
Miklós Máté
2017-12-25
1
-3
/
+3
*
mesa: document ati_fragment_shader::cur_pass and swizzlerq
Miklós Máté
2017-12-25
1
-0
/
+4
*
mesa: move ATI_fs state compile changes after the error checks
Miklós Máté
2017-12-25
1
-54
/
+53
*
mesa: fix not having secondary color in ATI_fs in swrast
Miklós Máté
2017-12-25
1
-7
/
+10
*
mesa: fix validate for secondary interpolator
Miklós Máté
2017-12-25
1
-13
/
+27
*
mesa: fix typo in ATI_fs dstMod error checking
Miklós Máté
2017-12-25
1
-1
/
+1
[prev]
[next]