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
2010-04-20
svga: Minor clean up of winsys
Jakob Bornecrantz
1
-0
/
+1
2010-04-20
radeong: Minor clean up of winsys
Jakob Bornecrantz
1
-12
/
+3
2010-04-20
nouveau: Minor clean up of winsys
Jakob Bornecrantz
1
-2
/
+3
2010-04-20
i965g: Minor clean up of winsys
Jakob Bornecrantz
1
-10
/
+2
2010-04-20
i915g: Minor clean up of winsys
Jakob Bornecrantz
1
-9
/
+3
2010-04-20
st/egl: No need to use drm_api argument struct
Jakob Bornecrantz
2
-8
/
+2
2010-04-20
st/egl: Use correct driver_name field to get kernel driver name
Jakob Bornecrantz
1
-1
/
+1
2010-04-20
st/egl: Check for null destroy callback on api struct
Jakob Bornecrantz
1
-1
/
+1
2010-04-20
mesa: better, smaller error handling code for glGet*()
Brian Paul
2
-623
/
+645
2010-04-20
mesa: better, smaller error handling code for glEnable/Disable/IsEnabled()
Brian Paul
1
-24
/
+29
2010-04-20
mesa: raise GL_INVALID_OPERATION for glReadPixels(GL_COLOR_INDEX)
Brian Paul
1
-0
/
+6
2010-04-20
targets: Use a valid winsys include path in Makefile.dri
Jakob Bornecrantz
1
-1
/
+1
2010-04-20
r300g: Spill a bit more info about implementation errors in surface_copy.
Corbin Simpson
1
-1
/
+7
2010-04-20
nv50: make a working check for user memory vertex/index buffers
Christoph Bumiller
2
-2
/
+10
2010-04-20
nv50: fix FP result counting for depth output
Christoph Bumiller
1
-1
/
+1
2010-04-20
nv50: support vertex index bias
Christoph Bumiller
2
-7
/
+41
2010-04-20
llvmpipe: fix depth+stencil logic error
Brian Paul
1
-5
/
+18
2010-04-20
llvmpipe: fix comment/typo
Brian Paul
1
-1
/
+3
2010-04-20
i915: Map sampler indices to texture units correctly for fragment shaders.
Eric Anholt
1
-1
/
+3
2010-04-20
i915: Add missing break; after handling the stub NOISE instructions.
Eric Anholt
1
-0
/
+1
2010-04-20
llvmpipe: fix incorrect front-facing value for fragment shader
Brian Paul
1
-1
/
+6
2010-04-20
llvmpipe: rename mode -> interp
Brian Paul
2
-16
/
+16
2010-04-20
llvmpipe: remove dead code/comment
Brian Paul
1
-2
/
+0
2010-04-20
nv50: move declaration before code
Brian Paul
1
-1
/
+1
2010-04-20
nv50: fixed void pointer arithment warning
Brian Paul
1
-1
/
+1
2010-04-20
gallium/util: remove bogus return statement
Brian Paul
1
-1
/
+1
2010-04-20
progs/tests: asst. changes to antialias.c
Brian Paul
1
-39
/
+32
2010-04-20
gallium: replace pipe_resource::_usage with pipe_resource::usage
Brian Paul
19
-23
/
+23
2010-04-20
nv50: add missing idxbias param to nv50_push_elements_instanced()
Brian Paul
2
-4
/
+5
2010-04-20
llvmpipe: remove call to llvmpipe_set_texture_image_layout()
Brian Paul
1
-3
/
+0
2010-04-20
llvmpipe: Re-enable half float formats.
José Fonseca
1
-5
/
+0
2010-04-20
gallivm: Universal format support on lp_build_fetch_rgba_aos via util_format_...
José Fonseca
5
-104
/
+125
2010-04-20
gallivm: Cleanups and bugfixes to aos format translation.
José Fonseca
3
-259
/
+126
2010-04-20
draw: Fallback to gallivm for translation of A8R8G8B8/B8G8R8A8/R10G10B10X2/R1...
José Fonseca
1
-4
/
+20
2010-04-20
gallivm: New function to fetch a pixel into a 4xfloat AoS vector.
José Fonseca
2
-10
/
+50
2010-04-20
gallivm: Bring aos format back to life.
José Fonseca
6
-1
/
+698
2010-04-20
nvfx: Fix typo.
José Fonseca
1
-1
/
+1
2010-04-20
draw: Remove draw_vs_llvm.c.
José Fonseca
5
-142
/
+3
2010-04-20
llvmpipe: silence warning
Alan Hourihane
1
-1
/
+1
2010-04-20
Merge branch 'gallium-index-bias'
José Fonseca
40
-159
/
+254
2010-04-20
draw: No need to rebase for elt_bias.
José Fonseca
1
-7
/
+5
2010-04-20
draw: Fix cache elt_bias implementation.
José Fonseca
1
-5
/
+8
2010-04-20
gallium/docs: Make it clear that minIndex, maxIndex is exclusively a index bu...
José Fonseca
1
-0
/
+3
2010-04-20
draw: Fix typo resulting from bad regular expression in index bias addition.
José Fonseca
1
-4
/
+4
2010-04-20
draw llvm: Move dereference of pointer after NULL check.
Vinson Lee
1
-1
/
+3
2010-04-19
draw llvm: Remove unnecessary header.
Vinson Lee
1
-1
/
+0
2010-04-19
egl: Fix demos to build with user specified Xlib
Dan Nicholson
5
-9
/
+12
2010-04-19
Merge branch '7.8'
Dan Nicholson
4
-4
/
+6
2010-04-19
egl: Pass flags to locate Xlib headers and libraries
Dan Nicholson
4
-4
/
+5
2010-04-19
progs: Fix linking of Xlib demos for non-autoconf builds
Dan Nicholson
1
-1
/
+1
[next]