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
23.1
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
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
staging/23.1
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
/
gallium
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-13
tgsi: turn off debugging
Keith Whitwell
1
-1
/
+1
2009-08-13
tgsi: use REALLOC for growing token pool
Keith Whitwell
1
-11
/
+5
2009-08-13
util: silence warnings for third REALLOC argument
Keith Whitwell
1
-1
/
+7
2009-08-13
util: remove unneeded includes
Keith Whitwell
1
-4
/
+0
2009-08-13
util: convert u_simple_shaders to use tgsi_ureg
Keith Whitwell
1
-258
/
+60
2009-08-13
tgsi: add tgsi_ureg, a simplified tgsi shader builder
Keith Whitwell
5
-0
/
+1381
2009-08-12
Merge branch 'new-frag-attribs'
Brian Paul
1
-12
/
+36
2009-08-12
st/xorg: Acquire/drop DRM master in order to work with multiple servers.
Michel Dänzer
1
-0
/
+15
2009-08-12
gallium/glx/xlib: main/ prefix on Mesa includes, remove -I$(TOP)/src/mesa/main/
Brian Paul
4
-10
/
+9
2009-08-12
gallium/glx/xlib: updated comments
Brian Paul
3
-4
/
+2
2009-08-12
gallium/glx/xlib: delete fakeglx.h
Brian Paul
1
-41
/
+0
2009-08-12
gallium/glx/xlib: rename fakeglx.c to glx_api.c
Brian Paul
3
-2
/
+2
2009-08-12
gallium/glx/xlib: delete glxapi.h
Brian Paul
1
-36
/
+0
2009-08-12
gallium/glx/xlib: rename fakeglx_fonts.c to glx_usefont.c
Brian Paul
3
-2
/
+2
2009-08-12
gallium/glx/xlib: rename glxapi.c to glx_getproc.c
Brian Paul
3
-2
/
+3
2009-08-12
gallium/glx/xlib: don't include fakeglx.h
Brian Paul
1
-1
/
+0
2009-08-12
gallium/glx/xlib: overhaul and simplification of the Gallium Xlib-based GLX
Brian Paul
4
-1574
/
+280
2009-08-11
gallium/trace: remove stray semicolons
Brian Paul
1
-2
/
+2
2009-08-11
gallium/xlib: add missing tex_usage parameter
Brian Paul
1
-0
/
+1
2009-08-11
gallium/egl: add missing tex_usage parameter
Brian Paul
1
-0
/
+1
2009-08-11
gallium/xlib: add missing tex_usage parameter
Brian Paul
1
-0
/
+1
2009-08-11
gallium/identity: remove stray semicolons
Brian Paul
1
-2
/
+2
2009-08-12
i915g: Reduce max relocs
Jakob Bornecrantz
1
-1
/
+1
2009-08-12
i915g: Check relocs as well
Jakob Bornecrantz
1
-2
/
+2
2009-08-11
i915g: Implement surface_buffer_create for softpipe
Jakob Bornecrantz
1
-2
/
+38
2009-08-11
gallium: Add texture usage information to surface_buffer_create
Jakob Bornecrantz
7
-2
/
+13
2009-08-11
gallium: fix debug_printf() format string
Brian Paul
1
-1
/
+1
2009-08-11
r300g: Fix up remaining VAP_CNTL_STATUS writes for big endian.
Michel Dänzer
1
-2
/
+10
2009-08-11
r300g: Emit relocations for pitch registers.
Michel Dänzer
2
-7
/
+12
2009-08-11
r300g: a typo of debug message
Cooper Yuan
1
-1
/
+1
2009-08-07
r300g: Knock out another fragment of invariant state.
Corbin Simpson
1
-8
/
+3
2009-08-07
gallium: Move minify() to u_math.
Corbin Simpson
6
-29
/
+5
2009-08-07
r300g: Remove r300_constant_buffer::user_count.
Corbin Simpson
3
-6
/
+3
2009-08-08
i915g: Don't forget x/y coords in transfers
Jakob Bornecrantz
1
-0
/
+2
2009-08-08
i915g: Don't try to free a mapped buffer at shutdown
Jakob Bornecrantz
1
-1
/
+0
2009-08-07
util: fix incorrect assertion
Brian Paul
1
-1
/
+1
2009-08-07
util: include u_surface.h, added comment
Brian Paul
1
-0
/
+2
2009-08-07
util: use util_same_surface() to compare surface pointers
Brian Paul
1
-3
/
+3
2009-08-07
util: added util_same_surface() helper function
Brian Paul
1
-0
/
+17
2009-08-06
i915g: Compile with scons
Jakob Bornecrantz
1
-1
/
+4
2009-08-06
identity: Use the correct texture
Jakob Bornecrantz
1
-1
/
+1
2009-08-06
st/xorg: If we have DRI2 we should also have some sort of hw support
Jakob Bornecrantz
1
-1
/
+1
2009-08-06
i915g: Always run in sync with the HW
Jakob Bornecrantz
1
-0
/
+4
2009-08-06
i915g: The i915 seems more happier with sampler domain so lets use that
Jakob Bornecrantz
1
-1
/
+1
2009-08-06
i915g: Dirty fix for VBO module double flush assert
Jakob Bornecrantz
1
-4
/
+12
2009-08-06
i915g: Switch to mapping the batch buffer instead of using subdata
Jakob Bornecrantz
3
-11
/
+27
2009-08-05
egl_softpipe: Add support for pbuffer binding.
Chia-I Wu
1
-0
/
+84
2009-08-05
egl_softpipe: Flush when switching current context.
Chia-I Wu
1
-0
/
+4
2009-08-05
Merge branch 'mesa_7_5_branch'
Brian Paul
1
-16
/
+64
2009-08-05
util: added comment/question about blit clipping
Brian Paul
1
-0
/
+1
[next]