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
*
i965: Set the FBO error state INCOMPLETE_ATTACHMENT only for SRGB_R8
Gert Wollny
2018-11-28
1
-3
/
+10
*
i965: Explicitely handle swizzles for MESA_FORMAT_R_SRGB8
Gert Wollny
2018-11-28
1
-3
/
+7
*
mesa/st: better colormask check for clear fallback
Rob Clark
2018-11-27
1
-2
/
+8
*
mesa/st: swap order of clear() and clear_with_quad()
Rob Clark
2018-11-27
1
-3
/
+3
*
i965/icl: Set use full ways in L3CNTLREG
Anuj Phogat
2018-11-26
2
-0
/
+2
*
mesa/main: fixup requirements for GL_PRIMITIVES_GENERATED
Erik Faye-Lund
2018-11-26
1
-0
/
+1
*
mesa/main: fix incorrect depth-error
Erik Faye-Lund
2018-11-26
1
-7
/
+50
*
mesa/main: check cube-completeness in common code
Erik Faye-Lund
2018-11-26
1
-15
/
+16
*
mesa/main: factor out common error-checking
Erik Faye-Lund
2018-11-26
1
-12
/
+34
*
mesa/main: factor out tex-image error-checking
Erik Faye-Lund
2018-11-26
1
-46
/
+64
*
mesa/main: remove bogus error for zero-sized images
Erik Faye-Lund
2018-11-26
1
-36
/
+13
*
mesa/main: remove ARB suffix from glGetnTexImage
Erik Faye-Lund
2018-11-26
2
-5
/
+5
*
mesa/st: Make st_pipe_vertex_format static.
Mathias Fröhlich
2018-11-26
2
-4
/
+1
*
mesa/st: Use binding information from the VAO in feedback rendering.
Mathias Fröhlich
2018-11-26
3
-62
/
+68
*
mesa/st: Avoid extra references in the feedback draw function scope.
Mathias Fröhlich
2018-11-26
1
-2
/
+1
*
mesa/st: Factor out array and buffer setup from st_atom_array.c.
Mathias Fröhlich
2018-11-26
2
-22
/
+74
*
mesa/st: Only unmap the uploader that was actually used.
Mathias Fröhlich
2018-11-26
1
-1
/
+2
*
mesa/st: Only care about the uploader if it was used.
Mathias Fröhlich
2018-11-26
1
-3
/
+3
*
mesa/main: remove overly strict query-validation
Erik Faye-Lund
2018-11-23
1
-14
/
+0
*
mesa/main: fix validation of GL_TIMESTAMP
Erik Faye-Lund
2018-11-23
1
-1
/
+2
*
mesa/main: fix validation of ARB_query_buffer_object
Erik Faye-Lund
2018-11-23
1
-2
/
+2
*
mesa/main: fix validation of transform-feedback overflow queries
Erik Faye-Lund
2018-11-23
1
-2
/
+2
*
mesa/main: fix validation of transform-feedback queries
Erik Faye-Lund
2018-11-23
1
-2
/
+3
*
mesa/main: fix validation of GL_TIME_ELAPSED
Erik Faye-Lund
2018-11-23
1
-1
/
+2
*
mesa/main: fix validation of GL_ANY_SAMPLES_PASSED_CONSERVATIVE
Erik Faye-Lund
2018-11-23
1
-2
/
+2
*
mesa/main: fix validation of GL_ANY_SAMPLES_PASSED
Erik Faye-Lund
2018-11-23
1
-1
/
+2
*
mesa/main: fix validation of GL_SAMPLES_PASSED
Erik Faye-Lund
2018-11-23
1
-1
/
+2
*
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
[next]