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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mesa/main: simplify pipeline-statistics query validation
Erik Faye-Lund
2018-11-23
1
-2
/
+1
*
mesa/main: use non-prefixed enums for consistency
Erik Faye-Lund
2018-11-23
1
-33
/
+33
*
mesa/main: correct year for EXT_occlusion_query_boolean
Erik Faye-Lund
2018-11-23
1
-1
/
+1
*
mesa/main: correct requirement for EXT_occlusion_query_boolean
Erik Faye-Lund
2018-11-23
1
-1
/
+1
*
mesa: Remove unneeded bitfield widths from the VAO.
Mathias Fröhlich
2018-11-21
1
-2
/
+2
*
mesa: Factor out struct gl_vertex_format.
Mathias Fröhlich
2018-11-21
24
-202
/
+224
*
tnl: Use gl_array_attribute::_ElementSize.
Mathias Fröhlich
2018-11-21
1
-9
/
+2
*
nouveau: Use gl_array_attribute::_ElementSize.
Mathias Fröhlich
2018-11-21
1
-1
/
+1
*
mesa: Unify glEdgeFlagPointer data type.
Mathias Fröhlich
2018-11-21
1
-1
/
+1
*
mesa: Work with bitmasks when en/dis-abling VAO arrays.
Mathias Fröhlich
2018-11-21
4
-29
/
+45
*
mesa: Remove gl_array_attributes::Enabled.
Mathias Fröhlich
2018-11-21
4
-24
/
+4
*
mesa: Use gl_vertex_array_object::Enabled for glGet.
Mathias Fröhlich
2018-11-21
2
-9
/
+36
*
mesa: Use the gl_vertex_array_object::Enabled bitfield.
Mathias Fröhlich
2018-11-21
5
-43
/
+39
*
mesa: Rename gl_vertex_array_object::_Enabled -> Enabled.
Mathias Fröhlich
2018-11-21
11
-36
/
+36
*
st/mesa: pin driver threads to a fixed CCX when glthread is enabled
Marek Olšák
2018-11-20
1
-0
/
+11
*
st/mesa: regularly re-pin driver threads to the CCX where the app thread is
Marek Olšák
2018-11-20
2
-0
/
+34
*
mesa/glthread: enable immediate mode
Marek Olšák
2018-11-20
1
-4
/
+10
*
mesa/glthread: pass the function name to _mesa_glthread_restore_dispatch
Marek Olšák
2018-11-20
3
-4
/
+7
*
i965: Do NIR shader cloning in the caller.
Kenneth Graunke
2018-11-20
6
-6
/
+7
*
i965: Use a 'nir' temporary rather than poking at brw_program
Kenneth Graunke
2018-11-20
6
-22
/
+25
*
meson: Add tests to suites
Dylan Baker
2018-11-20
2
-4
/
+7
*
i965/batch: avoid reverting batch buffer if saved state is an empty
Andrii Simiklit
2018-11-20
5
-2
/
+13
*
i965:use FRAMEBUFFER_UNSUPPORTED instead of FRAMEBUFFER_INCOMPLETE_DIMENSIONS
Gert Wollny
2018-11-19
1
-1
/
+1
*
i965: Add support for and expose EXT_texture_sRGB_R8
Gert Wollny
2018-11-19
2
-0
/
+2
*
i965: Force zero swizzles for unused components in GL_RED and GL_RG
Gert Wollny
2018-11-19
1
-0
/
+4
*
i965: be more specific about FBO completeness errors
Gert Wollny
2018-11-19
1
-19
/
+23
*
i915: Delete swizzling detection logic.
Kenneth Graunke
2018-11-17
4
-31
/
+0
*
i965: Fix calculation of layers array length for isl_view
Danylo Piliaiev
2018-11-15
1
-15
/
+18
*
i965: avoid 'unused variable' warnings
Andrii Simiklit
2018-11-14
2
-3
/
+3
*
mesa: Reference count shaders that are used by transform feedback objects
Gert Wollny
2018-11-13
1
-0
/
+3
*
mesa: mark GL_SR8_EXT non-renderable on GLES
Marek Olšák
2018-11-12
1
-0
/
+1
*
st/mesa: disable L3 thread pinning
Marek Olšák
2018-11-12
1
-9
/
+0
*
i965: add support for sampling from AYUV
Lionel Landwerlin
2018-11-12
2
-0
/
+9
*
st/mesa: make use of nir_link_constant_varyings()
Timothy Arceri
2018-11-10
1
-0
/
+3
*
gallium: add PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET
Marek Olšák
2018-11-09
1
-0
/
+3
*
Revert "mesa: expose NV_conditional_render on GLES"
Erik Faye-Lund
2018-11-09
1
-1
/
+1
*
Revert "mesa/main: fixup make check after NV_conditional_render for gles"
Erik Faye-Lund
2018-11-09
1
-4
/
+0
*
mesa/main: fixup make check after NV_conditional_render for gles
Erik Faye-Lund
2018-11-09
1
-0
/
+4
*
mesa: expose NV_conditional_render on GLES
Erik Faye-Lund
2018-11-09
1
-1
/
+1
*
i965: Lift restriction in external textures for EGLImage support
Aditya Swarup
2018-11-08
3
-15
/
+0
*
i965/batch/debug: Allow log be dumped before assert
Sergii Romantsov
2018-11-05
1
-1
/
+1
*
st/mesa: Don't record garbage streamout information in the non-SSO case.
Kenneth Graunke
2018-11-03
3
-31
/
+15
*
st/nir: Drop unused parameter from st_nir_assign_uniform_locations().
Kenneth Graunke
2018-11-03
1
-2
/
+1
*
st/mesa: Pull nir_lower_wpos_ytransform work into a helper function.
Kenneth Graunke
2018-11-03
2
-29
/
+40
*
i965/icl: Disable prefetching of sampler state entries
Topi Pohjolainen
2018-11-02
1
-3
/
+12
*
mesa/st: Add support for EXT_texture_sRGB_R8
Gert Wollny
2018-11-02
2
-0
/
+12
*
mesa/core: Add definitions and translations for EXT_texture_sRGB_R8
Gert Wollny
2018-11-02
10
-3
/
+28
*
mesa/glsl: add support for EXT_shader_implicit_conversions
Erik Faye-Lund
2018-11-02
1
-0
/
+1
*
mesa: Remove needless indirection in some draw functions.
Mathias Fröhlich
2018-11-02
2
-126
/
+44
*
Revert "i965/batch: avoid reverting batch buffer if saved state is an empty"
Mark Janes
2018-11-01
5
-14
/
+3
[prev]
[next]