index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
22.2
22.3
23.0
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
amber
gallium-no-rhw-position
main
marge_bot_batch_merge_job
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
staging/22.2
staging/22.3
staging/23.0
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-04
texformat: use MESA_FORMAT_ARGB2101010 with GL_UNSIGNED_INT_2_10_10_10_REV
gles3-fmt-v1
Jordan Justen
1
-1
/
+7
2013-01-04
texstore argb2101010: merge GL_RGBA and GL_RGB cases
Jordan Justen
1
-15
/
+6
2013-01-04
pack: handle GL_RGB+GL_UNSIGNED_INT_2_10_10_10_REV case
Jordan Justen
1
-2
/
+10
2013-01-04
i965 teximage: allocate texture image buffer for fallback path
Jordan Justen
1
-0
/
+1
2013-01-04
i965 teximage: don't call _mesa_store_teximage if format/type==GL_NONE
Jordan Justen
1
-2
/
+4
2013-01-04
glformats: allow GL_RGB+GL_UNSIGNED_INT_2_10_10_10_REV for GLES2/3
Jordan Justen
1
-0
/
+9
2013-01-04
readpix: for implentation format/type, ignore int vs. non-int check
Jordan Justen
1
-10
/
+18
2013-01-04
readpix: raise priority of FBO completeness error
Jordan Justen
1
-9
/
+9
2013-01-04
readpix: add error checking for GLES3
Jordan Justen
1
-0
/
+54
2013-01-04
readpix: use integer conversion for RGBA/UNSIGNED_BYTE
Jordan Justen
1
-0
/
+5
2013-01-04
glformats: support _mesa_bytes_per_pixel for 2101010+GL_RGB
Jordan Justen
1
-1
/
+2
2013-01-04
copytexture: update error checking for GLES3
Jordan Justen
1
-17
/
+45
2013-01-04
copytexture: make sure is_srgb(src) == is_srgb(dst)
Jordan Justen
1
-0
/
+29
2013-01-04
framebuffer: add _mesa_get_read_renderbuffer
Jordan Justen
2
-0
/
+24
2013-01-04
copytexture: for GLES make sure integer signed vs. unsigned matches
Jordan Justen
1
-7
/
+14
2013-01-04
glformats: add _mesa_base_format_component_count
Jordan Justen
2
-0
/
+29
2013-01-04
teximage: use _mesa_es3_error_check_format_and_type for GLES3
Matt Turner
1
-6
/
+13
2013-01-04
glformats: add _mesa_es3_error_check_format_and_type
Matt Turner
2
-0
/
+444
2013-01-04
fbobject: add additional fbo completeness checks for GLES
Jordan Justen
1
-3
/
+54
2013-01-04
glformats: add functions to detect signed/unsigned integer types
Jordan Justen
2
-14
/
+46
2013-01-04
unpack: support unpacking MESA_FORMAT_ARGB2101010
Jordan Justen
1
-0
/
+18
2013-01-04
pack: adjust clamping for int=>ubyte conversion
Jordan Justen
1
-1
/
+1
2013-01-04
fbobject: don't allow LUMINANCE/INTENSITY/ALPHA fbo on GLES
Jordan Justen
1
-1
/
+1
2013-01-04
Fix-up for "mesa: Rework crazy error code rules in glDrawBuffers()."
Kenneth Graunke
1
-1
/
+2
2013-01-04
i965: Don't maintain programs for ff state when there is no ff
Ian Romanick
1
-2
/
+2
2013-01-04
mesa: Don't muck about with ff state when there is no ff
Ian Romanick
1
-18
/
+26
2013-01-04
egl/dri2: Add plumbing for EGL_OPENGL_ES3_BIT_KHR
Chad Versace
6
-4
/
+21
2013-01-04
intel: Expose support for DRI_API_GLES3
Chad Versace
1
-0
/
+2
2013-01-04
dri: Define enum __DRI_API_GLES3
Chad Versace
3
-1
/
+4
2013-01-04
intel: Move validation of context version into intelInitContext
Chad Versace
7
-105
/
+100
2013-01-04
intel: Set screen's api mask according to hw capabilities (v3)
Chad Versace
2
-11
/
+96
2013-01-04
i965: Bump maximum supported ES2 context version to 3.0
Chad Versace
1
-1
/
+1
2013-01-04
i965/Gen6+: Enable ARB_ES3_compatibility extension
Paul Berry
1
-0
/
+1
2013-01-04
i965: Add support for GL_ANY_SAMPLES_PASSED_CONSERVATIVE
Ian Romanick
1
-0
/
+3
2013-01-04
mesa/es3: Enable ES 3.0 API and shading language version
Ian Romanick
2
-2
/
+25
2013-01-04
glcpp: Reject token pasting operator in GLES
Matt Turner
1
-0
/
+2
2013-01-04
glcpp: Make undefined macros illegal in #if and #elif for GLES3
Carl Worth
1
-0
/
+2
2013-01-04
glcpp: Add a flag to the parser state to indicate GLES.
Carl Worth
2
-11
/
+16
2013-01-04
mesa: Return INVALID_ENUM for glReadPixels(..., GL_DEPTH_*, ...) on ES 3
Matt Turner
1
-9
/
+13
2013-01-04
mesa: Return INVALID_OPERATION when type is known but not allowed
Matt Turner
1
-1
/
+11
2013-01-04
mesa: Use _mesa_lookup_enum_by_nr in tex*_error_check
Matt Turner
1
-6
/
+9
2013-01-04
mesa: Allow HALF_FLOAT in glVertexAttribPointer
Matt Turner
1
-7
/
+7
2013-01-04
mesa: Reject texture-only formats as renderbuffer formats in ES 3
Matt Turner
1
-21
/
+11
2013-01-04
mesa: Fix default value of BUFFER_ACCESS_FLAGS.
Kenneth Graunke
1
-28
/
+25
2013-01-04
mesa: Rework crazy error code rules in glDrawBuffers().
Kenneth Graunke
1
-3
/
+62
2013-01-04
mesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEX
Ian Romanick
9
-19
/
+67
2013-01-04
mesa/es3: Add support for GL_ANY_SAMPLES_PASSED_CONSERVATIVE query target
Ian Romanick
2
-2
/
+11
2013-01-04
mesa/es3: Allow transpose matrix uniforms in GLES3
Ian Romanick
1
-1
/
+2
2013-01-04
mesa: Rename and wire-up GetInteger64i_v
Matt Turner
4
-6
/
+5
2013-01-04
mesa: Correct glGet{Boolean,Integer}i_v names
Matt Turner
1
-2
/
+2
[next]