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
23.2
23.3
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/23.2
staging/23.3
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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-03
st/xa: Fix regression in xa_yuv_planar_blit()
Thomas Hellstrom
2
-0
/
+12
2014-09-28
st/dri: remove GALLIUM_MSAA and __GL_FSAA_MODE environment variables
Marek Olšák
1
-35
/
+0
2014-09-27
radeonsi: properly destroy the GS copy shader and scratch_bo for compute
Marek Olšák
2
-3
/
+7
2014-09-27
radeonsi: release GS rings at context destruction
Marek Olšák
1
-0
/
+2
2014-09-27
nv50/ir: avoid deleting pseudo instructions too early
Ilia Mirkin
1
-1
/
+10
2014-09-27
i915: Fix black buffers when importing prime fds
Andreas Pokorny
1
-0
/
+2
2014-09-27
egl/drm: expose KHR_image_pixmap extension
Andreas Pokorny
1
-0
/
+1
2014-09-27
gallivm: fix idiv
Roland Scheidegger
1
-7
/
+5
2014-09-23
gallivm,tgsi: fix idiv by zero crash
rconde
2
-7
/
+25
2014-09-17
gallivm: set mcpu when initializing llvm execution engine
Roland Scheidegger
1
-2
/
+24
2014-09-17
gallivm: Disable workaround for PR12833 on LLVM 3.2+.
José Fonseca
1
-2
/
+2
2014-09-17
gallivm: Fix uses of 2^24
Richard Sandiford
1
-4
/
+4
2014-09-17
nouveau: change internal variables to avoid conflicts with macro args
Ilia Mirkin
1
-10
/
+10
2014-09-17
nouveau: only enable stencil func if the visual has stencil bits
Ilia Mirkin
2
-2
/
+2
2014-09-17
nouveau: only enable the depth test if there actually is a depth buffer
Ilia Mirkin
5
-4
/
+9
2014-09-17
nouveau: remove unneeded assert
Maarten Lankhorst
1
-1
/
+0
2014-09-17
nouveau: rework reference frame handling
Maarten Lankhorst
3
-4
/
+37
2014-09-17
nouveau: fix MPEG4 hw decoding
Maarten Lankhorst
1
-3
/
+3
2014-09-17
nouveau: re-allocate bo's on overflow
Maarten Lankhorst
4
-11
/
+87
2014-09-09
nv50/ir: avoid array overrun when checking for supported mods
Ilia Mirkin
2
-2
/
+2
2014-09-09
gallivm: Fix build after LLVM commit 211259
Aaron Watry
1
-1
/
+3
2014-09-09
nvc0/ir: clarify recursion fix to finding first tex uses
Christoph Bumiller
1
-9
/
+7
2014-09-09
nv50/ir/util: fix BitSet issues
Christoph Bumiller
3
-3
/
+10
2014-09-09
st/mesa: use 1.0f as boolean true on drivers without integer support
Marek Olšák
1
-2
/
+3
2014-09-09
mesa: set UniformBooleanTrue = 1.0f by default
Marek Olšák
2
-0
/
+10
2014-09-08
r600g,radeonsi: make sure there's enough CS space before resuming queries
Marek Olšák
1
-0
/
+28
2014-09-08
winsys/svga: Fix incorrect type usage in IOCTL v2
Thomas Hellstrom
1
-4
/
+9
2014-09-03
mesa: Move declaration to top of block.
José Fonseca
1
-1
/
+3
2014-09-02
i965/clip: Fix brw_clip_unfilled.c/compute_offset's assembly.
Kenneth Graunke
1
-3
/
+3
2014-09-02
radeonsi: Don't use anonymous struct trick in atom tracking
Adam Jackson
6
-10
/
+10
2014-09-02
egl_dri2: fix EXT_image_dma_buf_import fds
Pekka Paalanen
1
-31
/
+6
2014-09-02
i965: add missing parens in vec4 visitor
Dave Airlie
1
-1
/
+2
2014-09-02
nv50: attach the buffer bo to the miptree structures
Ilia Mirkin
1
-8
/
+5
2014-09-02
nv50: mt address may not be the underlying bo's start address
Ilia Mirkin
3
-12
/
+14
2014-09-02
nv50: set the miptree address when clearing bo's in vp2 init
Ilia Mirkin
1
-0
/
+2
2014-09-02
nv50/ir: avoid creating instructions that can't be emitted
Ilia Mirkin
1
-0
/
+4
2014-09-02
nvc0: don't make 1d staging textures linear
Ilia Mirkin
1
-1
/
+0
2014-09-02
nv50: zero out unbound samplers
Ilia Mirkin
1
-2
/
+5
2014-09-02
nvc0/ir: avoid infinite recursion when finding first uses of tex
Ilia Mirkin
1
-8
/
+28
2014-09-02
gallivm: Fix build with LLVM >= 3.6 r215967.
Vinson Lee
1
-0
/
+4
2014-09-02
gallivm: Fix build with latest LLVM
Jan Vesely
1
-0
/
+8
2014-09-02
winsys/radeon: fix nop packet padding for hawaii
Andreas Boll
3
-29
/
+44
2014-09-02
glsl_to_tgsi: allocate and enlarge arrays for temporaries on demand
Marek Olšák
1
-20
/
+34
2014-08-27
meta: save and restore swizzle for _GenerateMipmap
Robert Bragg
1
-0
/
+12
2014-08-27
r600g/compute: Don't initialize vertex_buffer_state masks to 0x2
Tom Stellard
1
-3
/
+0
2014-08-27
pipe-loader: Fix memory leak v2
Tom Stellard
2
-1
/
+2
2014-08-27
radeon: Add work-around for missing Hainan support in clang < 3.6 v2
Tom Stellard
1
-1
/
+14
2014-08-27
mesa: fix NULL pointer deref bug in _mesa_drawbuffers()
Brian Paul
1
-1
/
+1
2014-08-27
radeonsi: save scissor state and sample mask for u_blitter
Marek Olšák
3
-8
/
+29
2014-08-27
nouveau: don't keep stale pointer to free'd data
Ilia Mirkin
1
-0
/
+1
[next]