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
path:
root
/
src
/
gallium
/
auxiliary
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-28
gallium/rtasm: handle mmap failures appropriately
Emil Velikov
1
-3
/
+7
2014-01-27
draw: fix incorrect vertex size computation in LLVM drawing code
Brian Paul
2
-11
/
+30
2014-01-25
gallium/util: util_format_srgb should not return FORMAT_NONE for sRGB formats
Marek Olšák
1
-0
/
+3
2014-01-02
pipe_loader/sw: close dev->lib when initialization fails
Aaron Watry
1
-1
/
+4
2013-11-15
gallium/pipe_loader: un-reference udev resources when we're done with them.
Aaron Watry
1
-0
/
+3
2013-11-15
gallium: fix build on GNU/Hurd due to missing PIPE_OS_HURD detection
Cyril Brulebois
1
-6
/
+6
2013-11-08
gallivm: deduplicate some indirect register address code
Roland Scheidegger
1
-157
/
+96
2013-11-07
draw,llvmpipe,util: add depth bias calculation for arb_depth_buffer_float
Matthew McClure
7
-19
/
+80
2013-11-06
gallium: fix build on GNU/kFreeBSD
Fabio Pedretti
1
-1
/
+1
2013-11-06
gallivm: fix indirect addressing of inputs
Roland Scheidegger
1
-17
/
+28
2013-11-05
gallivm: optimize lp_build_minify for sse
Roland Scheidegger
3
-13
/
+54
2013-11-05
util/u_format: take normalized flag in consideration in util_format_is_rgba8_...
José Fonseca
1
-0
/
+3
2013-11-04
gallivm: Remove llvm::DisablePrettyStackTrace for LLVM >= 3.4.
Vinson Lee
1
-0
/
+2
2013-11-04
tgsi/scan: set maximum index for each constant buffer
Marek Olšák
2
-1
/
+13
2013-11-04
draw: move type construction out of loop
Brian Paul
1
-1
/
+3
2013-10-29
gallium/auxiliary/indices: add u_primconvert
Rob Clark
3
-0
/
+227
2013-10-29
gallium/auxiliary/indices: add start param
Rob Clark
5
-26
/
+54
2013-10-29
util,llvmpipe: correctly set the minimum representable depth value
Matthew McClure
2
-0
/
+52
2013-10-25
gallivm: implement fully accurate corner filtering for seamless cube maps
Roland Scheidegger
1
-13
/
+151
2013-10-23
gallium: new, unified pipe_context::set_sampler_views() function
Brian Paul
11
-76
/
+67
2013-10-21
gallivm: implement seamless cube filtering
Roland Scheidegger
3
-40
/
+368
2013-10-18
translate_sse: Fix generated code argument handling for msabi on x86_64
Jon TURNEY
1
-3
/
+11
2013-10-18
rtasm: Cygwin uses the msabi calling convention on x86_64
Jon TURNEY
1
-1
/
+1
2013-10-18
rtasm: The heap is NX on 64-bit Cygwin, so use the rtasm_exec_malloc() implem...
Jon TURNEY
1
-1
/
+1
2013-10-16
Revert "scons: Fix build when rtti is disabled"
José Fonseca
1
-2
/
+0
2013-10-16
cso: fix incorrect sampler view count in cso_restore_sampler_views()
Brian Paul
1
-3
/
+6
2013-10-15
scons: Fix build when rtti is disabled
Alexander von Gluck IV
1
-0
/
+2
2013-10-15
draw: make vs_slot signed.
José Fonseca
1
-2
/
+4
2013-10-14
build: remove forced -fno-rtti
Alexander von Gluck IV
1
-6
/
+0
2013-10-09
util: Fix MinGW build.
José Fonseca
1
-1
/
+1
2013-10-10
gallivm: kill old per-quad face selection code
Roland Scheidegger
1
-475
/
+286
2013-10-10
gallivm: handle explicit derivatives for cubemaps
Roland Scheidegger
3
-56
/
+235
2013-10-10
gallivm: ignore rho approximation for cube maps
Roland Scheidegger
1
-30
/
+20
2013-10-10
util/u_math: Fix C++ include of u_math.h on MSVC.
José Fonseca
1
-1
/
+1
2013-10-09
llvmpipe: implement 64 bit mul opcodes in llvmpipe
Zack Rusin
1
-0
/
+60
2013-10-09
gallium: Add support for 32x32 muls with 64 bit results
Zack Rusin
4
-0
/
+45
2013-10-09
gallivm: support printing of 64 bit integers
Zack Rusin
1
-1
/
+6
2013-10-04
util: when packing depth values, round to nearest.
Matthew McClure
2
-4
/
+56
2013-10-03
cso: make sure all sampler states are set/cleared
Brian Paul
1
-2
/
+9
2013-10-03
vl: remove old bind_fragment_sampler_states() calls
Brian Paul
7
-47
/
+17
2013-10-03
util: remove old bind_fragment_sampler_states() calls from blitter code
Brian Paul
1
-22
/
+9
2013-10-03
draw: remove use of old bind_fragment_sampler_states()
Brian Paul
2
-82
/
+13
2013-10-03
cso: remove use of old bind_*_sampler_states() functions
Brian Paul
1
-31
/
+3
2013-10-03
vl: use pipe_context::bind_sampler_states() if non-null
Brian Paul
7
-8
/
+49
2013-10-03
util: use pipe_context::bind_sampler_states() if non-null
Brian Paul
1
-6
/
+22
2013-10-03
draw: use pipe_context::bind_sampler_states() if non-null
Brian Paul
2
-7
/
+97
2013-10-03
cso: use pipe_context::bind_sampler_states() if non-null
Brian Paul
1
-21
/
+44
2013-10-03
draw: rename bind_sampler_states variables
Brian Paul
2
-19
/
+19
2013-09-30
util/u_format: Assert that format block size is at least 1 byte.
Vinson Lee
1
-1
/
+6
2013-09-30
draw: Add a null check for draw.
Vinson Lee
1
-1
/
+1
[next]