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
/
gallium
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-21
r600g: Fix flat/smooth shade state toggle
10.3-branchpoint
Glenn Kennard
1
-1
/
+3
2014-08-21
r600g/compute: Don't initialize vertex_buffer_state masks to 0x2
Tom Stellard
1
-3
/
+0
2014-08-21
r600g/compute: Use the first parameter in evergreen_set_global_binding()
Tom Stellard
1
-2
/
+3
2014-08-21
pipe-loader: Fix memory leak v2
Tom Stellard
2
-2
/
+2
2014-08-21
radeon: Add work-around for missing Hainan support in clang < 3.6 v2
Tom Stellard
1
-1
/
+14
2014-08-21
st/clover: Fix build against LLVM SVN >= r215967 v2
Michel Dänzer
1
-2
/
+14
2014-08-20
Teach os_get_total_physical_memory about Cygwin
Jon TURNEY
1
-2
/
+2
2014-08-20
r300g: Fix path to test programs for out-of-tree builds
Michel Dänzer
2
-1
/
+2
2014-08-20
gallivm: Fix build with LLVM >= 3.6 r215967.
Vinson Lee
1
-0
/
+4
2014-08-19
vc4: Plumb the texture index from TGSI through to the sampler uniforms.
Eric Anholt
1
-15
/
+11
2014-08-19
vc4: Avoid a null-deref if a sampler index isn't used.
Eric Anholt
1
-2
/
+5
2014-08-19
r600g: Fix missing SET_TEXTURE_OFFSETS
Glenn Kennard
4
-57
/
+87
2014-08-19
gallium/target: Add needed mesautil lib to haiku-softpipe
Alexander von Gluck IV
1
-0
/
+1
2014-08-19
gallium/aux: Fill in Haiku get process name code
Alexander von Gluck IV
1
-0
/
+7
2014-08-19
llvmpipe/softpipe: enable ARB_conditional_render_inverted
Tobias Klausmann
2
-2
/
+3
2014-08-19
nvc0: Handle ARB_conditional_render_inverted and enable it
Tobias Klausmann
4
-32
/
+37
2014-08-19
gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTED
Tobias Klausmann
15
-0
/
+18
2014-08-19
ilo: fix PIPE_CAP_VIDEO_MEMORY
Chia-I Wu
1
-2
/
+2
2014-08-19
ilo: enable HiZ in more cases on GEN6
Chia-I Wu
3
-31
/
+44
2014-08-19
ilo: remove layer offsetting
Chia-I Wu
7
-393
/
+27
2014-08-19
ilo: migrate to ilo_layout
Chia-I Wu
8
-1454
/
+213
2014-08-19
ilo: add new resource layout code
Chia-I Wu
3
-0
/
+1779
2014-08-19
gallium/radeon: Do not use u_upload_mgr for buffer downloads
Niels Ole Salscheider
1
-12
/
+8
2014-08-19
r600g: copy IA_MULTI_VGT_PARAM programming from radeonsi for Cayman
Marek Olšák
4
-3
/
+36
2014-08-19
radeonsi: bump PRIMGROUP_SIZE for some cases
Marek Olšák
1
-1
/
+4
2014-08-19
radeonsi: set PARTIAL_VS_WAVE(0) when appropriate
Marek Olšák
1
-1
/
+6
2014-08-19
radeonsi: set IA_MULTI_VGT_PARAM on SI the same as on CIK (v2)
Marek Olšák
2
-46
/
+50
2014-08-19
radeonsi: simplify si_num_banks function
Marek Olšák
3
-15
/
+13
2014-08-19
radeonsi: use r600_draw_rectangle from r600g
Marek Olšák
9
-75
/
+77
2014-08-19
radeonsi: save scissor state and sample mask for u_blitter
Marek Olšák
3
-8
/
+29
2014-08-19
radeonsi: don't set CB_SHADER_MASK=1 if there are no color outputs
Marek Olšák
1
-4
/
+0
2014-08-19
gallium/u_blitter: don't use an empty fragment shader if there's a colorbuffer
Marek Olšák
1
-1
/
+1
2014-08-19
gallium/util: handle PIPE_BUFFER in util_pipe_tex_to_tgsi_tex
Marek Olšák
1
-0
/
+3
2014-08-19
rbug: only add textures to the list
Marek Olšák
1
-2
/
+5
2014-08-19
rbug: fix a crash in sampler_view_destroy caused by incorrect context
Marek Olšák
1
-1
/
+1
2014-08-19
rbug: send the actual number of layers to the client
Marek Olšák
1
-1
/
+4
2014-08-19
rbug: implement streamout context functions
Marek Olšák
1
-0
/
+46
2014-08-19
rbug: fix crash in set_vertex_buffers
Marek Olšák
1
-1
/
+1
2014-08-19
rbug: remove contexts from the list properly
Marek Olšák
1
-1
/
+3
2014-08-19
ilo: fold drm_intel_get_aperture_sizes() within probe_winsys()
Emil Velikov
4
-15
/
+15
2014-08-18
nv50/ir: (trivial) initialize pointer to silence warning
Tobias Klausmann
1
-1
/
+1
2014-08-18
vc4: Add support for swizzling of texture colors.
Eric Anholt
3
-4
/
+39
2014-08-18
vc4: Fix handling of non-XYZW swizzles in color outputs.
Eric Anholt
1
-6
/
+6
2014-08-18
vc4: Extract the swizzle handling from vertex fetch.
Eric Anholt
1
-27
/
+32
2014-08-18
vc4: Add support for color masking.
Eric Anholt
1
-13
/
+24
2014-08-18
vc4: Add a helper for QOP_R4_UNPACK_[ABCD].
Eric Anholt
2
-8
/
+11
2014-08-18
vc4: Don't forget to set up the offset for render targets.
Eric Anholt
1
-0
/
+2
2014-08-18
vc4: Fix multi-level texture setup.
Eric Anholt
2
-2
/
+12
2014-08-18
vc4: Fix viewport handling in the uniforms upload.
Eric Anholt
1
-4
/
+2
2014-08-18
clover: Refuse to build a program if there are kernel objects attached to it.
Francisco Jerez
5
-3
/
+18
[next]