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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-19
nv50: allow non-nv12 buffers to be created, just pass them through to vl
Ilia Mirkin
1
-5
/
+1
2013-08-16
nv30: remove no-longer-used formats from table
Ilia Mirkin
1
-3
/
+0
2013-08-15
radeonsi: Don't leave gaps between position exports from vertex shader
Michel Dänzer
3
-59
/
+83
2013-08-15
llvmpipe: fix stencil bug if we have both stencil and depth tests
Roland Scheidegger
1
-14
/
+13
2013-08-15
nv30: U8_USCALED only works for size 4
Ilia Mirkin
1
-3
/
+0
2013-08-15
draw: always call util_cpu_detect() in draw context creation.
Roland Scheidegger
1
-1
/
+4
2013-08-14
radeon/llvm: Add missing "%s" format string to fprintf.
Jon Severinsson
1
-1
/
+1
2013-08-13
r600g/sb: use MULADD workaround on R7xx for MULADD_IEEE
Vadim Girlin
1
-1
/
+2
2013-08-09
r600g: disable GPUVM by default
Alex Deucher
1
-1
/
+1
2013-08-07
r300g/compiler/tests: Pass the required LDFLAGS when building the test program
Tom Stellard
1
-1
/
+2
2013-08-07
r300g/compiler/tests: Fix segfault
Tom Stellard
3
-4
/
+4
2013-08-06
nv50: handle pure integer vertex attributes
Emil Velikov
2
-2
/
+14
2013-08-06
st/dri: add a new driconf option disable_shader_bit_encoding for Unigine
Marek Olšák
4
-1
/
+6
2013-08-06
mesa,glsl,st/dri: add a new driconf option force_glsl_version for Unigine
Marek Olšák
4
-7
/
+12
2013-08-06
st/dri: remove more unused driconf options
Marek Olšák
1
-6
/
+1
2013-08-06
st/dri: implement the driconf option force_s3tc_enable properly
Marek Olšák
5
-12
/
+23
2013-08-06
driconf: remove the unused option allow_large_textures
Marek Olšák
1
-2
/
+1
2013-08-06
st/dri: support the driconf option disable_blend_func_extended
Marek Olšák
4
-3
/
+8
2013-08-06
st/osmesa: initialize disable_glsl_line_continuations
Marek Olšák
1
-0
/
+1
2013-08-06
radeonsi: Number of SGPRs retrieved from LLVM already includes VCC
Michel Dänzer
1
-8
/
+8
2013-08-05
nvc0: properly align NVE4_COMPUTE_MP_TEMP_SIZE
Samuel Pitoiset
2
-2
/
+3
2013-08-05
gallium/postprocessing: convert blits to pipe->blit
Marek Olšák
5
-25
/
+54
2013-08-05
gallium/postprocessing: fix shader parsing
Marek Olšák
1
-2
/
+2
2013-08-05
Revert "r300g: Give CLIP_DISABLE another try"
Marek Olšák
2
-3
/
+2
2013-08-05
gallium/vl: add prime support
Dave Airlie
1
-1
/
+19
2013-08-05
clover: Respect kernel argument alignment restrictions.
Francisco Jerez
2
-2
/
+19
2013-08-05
clover: Extend kernel arguments for differing host and device data types.
Francisco Jerez
2
-4
/
+56
2013-08-05
clover: Byte-swap kernel arguments when host and device endianness differ.
Francisco Jerez
1
-37
/
+65
2013-08-05
clover: Add kernel argument fields to allow differing host/target data types.
Francisco Jerez
1
-2
/
+23
2013-08-05
clover: Pass corresponding module::argument to kernel::argument::bind().
Francisco Jerez
2
-84
/
+61
2013-08-05
clover: Return correct value for CL_DEVICE_ENDIAN_LITTLE
Tom Stellard
3
-1
/
+8
2013-08-05
gallium: Add PIPE_CAP_ENDIANNESS
Tom Stellard
14
-1
/
+38
2013-08-03
nvc0: force use of correct firmware file
Maarten Lankhorst
1
-1
/
+1
2013-08-03
nv50: fix some h264 interlaced decoding on vp2
Ilia Mirkin
2
-7
/
+8
2013-07-25
nv50,nvc0: s/uint16/uint32 for constant buffer offset
Christoph Bumiller
2
-2
/
+2
2013-07-18
llvmpipe: clamp inputs for srgb render buffers
Roland Scheidegger
1
-0
/
+35
2013-07-18
llvmpipe: fix blending with SRC_ALPHA_SATURATE with some formats without alpha
Roland Scheidegger
2
-8
/
+26
2013-07-18
r600g: use WAIT_3D_IDLE before using CP DMA
Marek Olšák
2
-0
/
+2
2013-07-18
r300g: make use of gallium's os_get_process_name()
Jonathan Gray
1
-1
/
+6
2013-07-18
nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
Ilia Mirkin
11
-3
/
+1815
2013-07-17
gallivm: (trivial) simplify lp_build_cos/lp_build_sin a tiny bit
Roland Scheidegger
1
-7
/
+6
2013-07-17
util/u_format_s3tc: handle srgb formats correctly.
Roland Scheidegger
2
-185
/
+254
2013-07-17
r600g/sb: improve alu packing on cayman
Vadim Girlin
2
-15
/
+89
2013-07-17
r600g/sb: fix handling of new multislot instructions on cayman
Vadim Girlin
3
-5
/
+6
2013-07-17
r600g/sb: fix debug dump code in scheduler
Vadim Girlin
1
-4
/
+5
2013-07-17
r600g/sb: fix initial register allocation
Vadim Girlin
1
-0
/
+1
2013-07-17
r600g/sb: move chip & class name functions to sb_context
Vadim Girlin
4
-53
/
+55
2013-07-17
r600g/sb: fix handling of PS in source bytecode on cayman
Vadim Girlin
1
-0
/
+5
2013-07-17
r600g/sb: Initialize ra_checker member variables.
Vinson Lee
1
-1
/
+1
2013-07-17
gallium/util: use explicily sized types for {un, }pack_rgba_{s, u}int
Emil Velikov
2
-8
/
+8
[next]