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
2009-10-22
egl_glx: Clean up surface functions.
Chia-I Wu
1
-99
/
+106
2009-10-22
egl_glx: Clean up the initialization code.
Chia-I Wu
1
-287
/
+371
2009-10-22
egl: Correct conversion of native visual type.
Chia-I Wu
1
-1
/
+6
2009-10-22
nv50: support 3D class 0x8597, remove redundant unknown chipset detection
Ben Skeggs
1
-7
/
+10
2009-10-22
r300g: Check for NULL Draw during flush.
Corbin Simpson
1
-2
/
+4
2009-10-21
r300g: Update comments, function names in r300_state_inlines.
Corbin Simpson
2
-4
/
+22
2009-10-21
r300g: Update comments, asserts, indents in r300_texture.
Corbin Simpson
1
-13
/
+6
2009-10-21
r300g: Remove unused debug flag.
Corbin Simpson
2
-4
/
+2
2009-10-21
r300g: Cleanup old static shader state.
Corbin Simpson
8
-361
/
+4
2009-10-21
gallium/util: fix cpu detection on ppc
Marc Dietrich
1
-5
/
+9
2009-10-21
mesa: added _mesa_dump_renderbuffers() debug code
Brian Paul
2
-2
/
+77
2009-10-21
nouveau: nv30: Do not use assert to return NULL
Patrice Mandin
1
-1
/
+1
2009-10-21
nouveau: nv30: check number of colour buffers to bind
Patrice Mandin
1
-0
/
+4
2009-10-21
llvmpipe: Remove extraneous name in lp_type pre-declaration.
José Fonseca
5
-5
/
+5
2009-10-21
r300g: No debug in r300_state.
Corbin Simpson
1
-1
/
+0
2009-10-21
r300g: Cleanup header includes.
Corbin Simpson
24
-61
/
+86
2009-10-21
r300g: Don't use getenv; use debug_get_*_option instead.
Corbin Simpson
1
-1
/
+1
2009-10-21
r300g: Don't use the hashtable internally.
Corbin Simpson
1
-1
/
+6
2009-10-21
r300g: Examine vertex attribute type on HW TCL too.
Corbin Simpson
1
-4
/
+2
2009-10-21
r300g: Also kill r300_shader_inlines with fire.
Corbin Simpson
1
-47
/
+0
2009-10-21
r300g: Kill r300_surface with fire.
Corbin Simpson
3
-505
/
+0
2009-10-20
intel: Fix flipped condition in ARB_sync GetSYnciv(GL_SYNC_STATUS).
Eric Anholt
1
-1
/
+1
2009-10-20
meta: Fix the BufferSubData in meta clear to be BufferData.
Eric Anholt
1
-3
/
+2
2009-10-20
st/xorg: Move drm init to own function
Jakob Bornecrantz
1
-29
/
+36
2009-10-20
trace: Check for destroy before calling it
Jakob Bornecrantz
1
-1
/
+3
2009-10-20
st/xorg: Cleanly shutdown
Jakob Bornecrantz
2
-5
/
+10
2009-10-19
st/xorg: Remove output functions not used
Jakob Bornecrantz
1
-69
/
+15
2009-10-19
st/xorg: makefile garbage
Zack Rusin
1
-1
/
+0
2009-10-19
st/xorg: implement basic src/mask transformations
Zack Rusin
6
-40
/
+231
2009-10-19
r300g: Demonstratory kludge to unbreak glxgears.
Corbin Simpson
1
-12
/
+16
2009-10-19
dri-st: Add EXT_provoking_vertex.
Corbin Simpson
1
-0
/
+4
2009-10-18
st/xorg: Switch to set_mode_major
Jakob Bornecrantz
2
-58
/
+32
2009-10-18
st/xorg: Massivly redo root pixmap creation
Jakob Bornecrantz
3
-38
/
+137
2009-10-18
st/xorg: Clean up cursor functions a bit
Jakob Bornecrantz
1
-34
/
+47
2009-10-18
st/xorg: Support more then one output of a given type
Jakob Bornecrantz
1
-10
/
+13
2009-10-18
st/xorg: Change how disable accel is handled
Jakob Bornecrantz
1
-21
/
+6
2009-10-19
nv50: add support for address regs
Christoph Bumiller
2
-13
/
+175
2009-10-19
nv50: cleanup emit_kil
Christoph Bumiller
1
-11
/
+7
2009-10-19
nv50: implement TGSI_OPCODE_CMP
Christoph Bumiller
1
-2
/
+16
2009-10-19
nv50: quick fix for insn src negation
Christoph Bumiller
1
-2
/
+23
2009-10-19
nv50: add support for DDX and DDY opcodes
Christoph Bumiller
1
-14
/
+56
2009-10-19
nv50: submit user vbo data through the fifo
Christoph Bumiller
2
-18
/
+394
2009-10-19
nv50: use SIFC for TIC, TSC upload
Christoph Bumiller
6
-52
/
+77
2009-10-19
nv50: nicer texture format switch
Christoph Bumiller
1
-95
/
+49
2009-10-19
Merge branch 'mesa_7_6_branch' of git+ssh://agd5f@git.freedesktop.org/git/mes...
Alex Deucher
11
-231
/
+251
2009-10-19
r300: fix texture size handling with size > 2048
Mathias Fröhlich
1
-6
/
+14
2009-10-19
r600: Fix size calculation for 24 bit depth
Robert Noland
1
-2
/
+6
2009-10-19
nouveau: implement is_{texture,buffer}_referenced properly
Ben Skeggs
15
-169
/
+72
2009-10-19
drm/nv50: write tic/tsc setup to correct slots when skipping units
Ben Skeggs
2
-6
/
+8
2009-10-18
r300g: Fix up a bunch of warnings.
Corbin Simpson
6
-22
/
+21
[next]