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
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
gallium-no-rhw-position
master
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.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
path:
root
/
src
/
mesa
/
drivers
/
dri
Age
Commit message (
Expand
)
Author
Files
Lines
41 hours
frontend/dri: Expose RGB[AX]_SRGB as well
Rob Clark
1
-0
/
+1
2020-12-31
swrast: Remove the classic swrast DRI driver
Adam Jackson
5
-1160
/
+0
2020-12-30
intel/isl: move get_tile dims/masks to common isl header
Dave Airlie
4
-59
/
+5
2020-12-24
mesa/ati_fs: Clean up writemask handling.
Eric Anholt
1
-2
/
+4
2020-12-18
mesa: call Driver.TexParameter in glPopAttrib to fix r100, r200, old nouveau
Marek Olšák
3
-0
/
+3
2020-12-15
i965: plumb loader image cleanup callback
David Stevens
2
-5
/
+23
2020-12-08
mesa: remove code for old (mostly unsupported) GL_NV_point_sprite
Marek Olšák
1
-1
/
+0
2020-12-01
mesa: replace ParameterValueOffset[i] with Parameters[i].ValueOffset
Marek Olšák
3
-3
/
+3
2020-12-01
compiler: decrease STATE_LENGTH from 5 to 4
Marek Olšák
2
-2
/
+2
2020-12-01
mesa: reorganize gl_texture and sampler structures for glPush/PopAttrib
Marek Olšák
25
-225
/
+226
2020-12-01
mesa: restructure gl_light vars to match the layout of gl_LightSource uniforms
Marek Olšák
7
-55
/
+67
2020-12-01
mesa: don't allocate matrices with malloc
Marek Olšák
4
-14
/
+0
2020-11-24
meson: add idep_mesautil to components using simple_mtx.h
Mark Janes
1
-1
/
+1
2020-11-24
util: Add helgrind support for simple_mtx
Rob Clark
6
-6
/
+6
2020-11-18
mesa: add primitive restart state to Driver.Draw parameters
Marek Olšák
6
-25
/
+47
2020-11-18
mesa: index _RestartIndex with index_size_shift
Marek Olšák
1
-1
/
+1
2020-11-18
mesa: move primitive restart enablement determination from st/mesa to main
Marek Olšák
2
-2
/
+2
2020-11-18
mesa: clean up Driver.Draw parameter types
Marek Olšák
3
-16
/
+16
2020-11-18
mesa: add Driver.DrawTransformFeedback
Marek Olšák
4
-15
/
+47
2020-11-13
i965: Disable color fast-clears for miptree copy
Nanley Chery
1
-14
/
+2
2020-11-09
intel: Pointer to SCISSOR_RECT array should be 64B aligned
20.3-branchpoint
Anuj Phogat
1
-2
/
+8
2020-11-06
mesa: Enable GL_MESA_pack_invert unconditionally
Adam Jackson
3
-3
/
+0
2020-11-04
nir: add shader_info::bit_sizes_used
Rhys Perry
1
-1
/
+1
2020-11-02
i965: remove prototypes of not-existing functions
Marcin Ślusarz
2
-6
/
+0
2020-11-02
i965/bufmgr: Handle NULL bufmgr in brw_bufmgr_get_for_fd
Michel Dänzer
1
-1
/
+2
2020-10-30
android: fix libsync dependencies (v2)
Mauro Rossi
1
-0
/
+1
2020-10-29
glsl: add extra pp tokens workaround and enable for CoR
Timothy Arceri
1
-0
/
+1
2020-10-24
mesa: Remove the key parameter from the _mesa_HashWalk callback
Ian Romanick
1
-1
/
+1
2020-10-24
i965: Get the gl_perf_query_object Id from the object
Ian Romanick
1
-2
/
+2
2020-10-22
driconf: add a way to override indirect-GL extensions
Martin Peres
1
-0
/
+1
2020-10-22
driconf: add a way to override GLX extensions
Martin Peres
1
-0
/
+4
2020-10-22
dri/DRI2ConfigQueryExtension: add support for string options
Martin Peres
1
-1
/
+13
2020-10-19
i965: Silence unused parameter warnings
Ian Romanick
2
-4
/
+5
2020-10-15
i965: Don't build Gen10-specific files and libraries
Ian Romanick
3
-29
/
+1
2020-10-15
i965: Remove Gen10-specific state setup and workarounds
Ian Romanick
7
-88
/
+10
2020-10-15
i965: Rename gen10_emit_isp_disable to gen7_emit_isp_disable
Ian Romanick
3
-3
/
+3
2020-10-15
i965: Make MOCS index tables static const
Ian Romanick
1
-2
/
+2
2020-10-15
i965: Silence many unused parameter warnings in genX_state_upload.c
Ian Romanick
1
-3
/
+4
2020-10-15
i965: Silence many unused parameter warnings in genX_blorp_exec.c
Ian Romanick
1
-5
/
+5
2020-10-15
i965: Allow viewport array extensions with allow_higher_compat_version
Ian Romanick
1
-3
/
+5
2020-10-08
i965: Take an isl_format in emit_buffer_surface_state
Jason Ekstrand
1
-2
/
+2
2020-10-06
i965: drop likely/unlikely around INTEL_DEBUG
Marcin Ślusarz
16
-27
/
+27
2020-10-06
intel: add INTEL_DEBUG expected value in declaration
Marcin Ślusarz
1
-1
/
+1
2020-10-02
driconf: Stop quoting true/false in boolean option definitions.
Eric Anholt
3
-35
/
+35
2020-10-02
driconf: Make the driver's declarations be structs instead of XML.
Eric Anholt
4
-29
/
+49
2020-10-02
driconf: Use DRI_CONF_OPT_I for remaining int options
Eric Anholt
1
-4
/
+3
2020-10-02
driconf: Delete disjoint range support.
Eric Anholt
1
-6
/
+5
2020-10-02
r200: Reuse DRI_CONF_OPT_F for texture_blend_quality.
Eric Anholt
1
-6
/
+2
2020-10-01
intel/gen9: Enable MSC RAW Hazard Avoidance
Anuj Phogat
2
-0
/
+3
2020-09-25
driconf: Use nesting macros for defining options.
Eric Anholt
4
-78
/
+49
[next]