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
2013-01-28
r600g: fix segfault with old kernel
9.1-branchpoint
Jerome Glisse
5
-11
/
+23
2013-01-24
glx: only advertise GLX_INTEL_swap_event if it's supported
Zack Rusin
1
-2
/
+3
2013-01-28
r600g: improve inputs/interpolation handling with llvm backend
Vadim Girlin
4
-209
/
+151
2013-01-28
r600g: Add ar_chan member to struct r600_bytecode
Tom Stellard
3
-0
/
+4
2013-01-28
r600g: More robust checks for MOVA_INT instructions
Tom Stellard
1
-8
/
+35
2013-01-28
r600g/llvm: Add dummy export for vs output
Vincent Lejeune
1
-2
/
+20
2013-01-28
r600g: Fix building with --enable-r600-llvm-compiler
Tom Stellard
2
-7
/
+4
2013-01-28
r600g: don't emit WAIT_UNTIL on cayman/TN (v2)
Alex Deucher
1
-9
/
+28
2013-01-28
r600g: add async for staging buffer upload v2
Jerome Glisse
12
-17
/
+595
2013-01-28
r600g: add multi ring support with dma as first second ring v4
Jerome Glisse
14
-176
/
+327
2013-01-28
radeon/winsys: add dma ring support to winsys v3
Jerome Glisse
9
-82
/
+218
2013-01-28
gallivm,draw,llvmpipe: mass rename of unit->texture_unit/sampler_unit
Roland Scheidegger
7
-95
/
+95
2013-01-28
gallivm: split sampler and texture state
Roland Scheidegger
20
-357
/
+709
2013-01-28
gallium/u_upload_mgr: fix a serious memory leak
Marek Olšák
1
-2
/
+1
2013-01-27
nouveau: don't try to use push_data if it's not implemented
Christoph Bumiller
1
-0
/
+3
2013-01-26
gles3: Update gl3.h
Matt Turner
1
-2
/
+2
2013-01-26
r600g: add more cases for copying unsupported formats to resource_copy_region
Marek Olšák
1
-0
/
+12
2013-01-26
r600g: don't use radeon_surface_level::npix_x/y/z
Marek Olšák
4
-32
/
+27
2013-01-26
r600g: fix compile warnings in r600_cp_dma_copy_buffer on 32-bit gcc
Marek Olšák
2
-4
/
+4
2013-01-25
r600g: fix up CP DMA for VM on cayman and TN
Alex Deucher
2
-6
/
+9
2013-01-25
svga: use pipe_sampler_view_release() in svga_cleanup_tss_binding()
Brian Paul
1
-1
/
+1
2013-01-25
st/mesa: handle new GLSL IR enumerants in switch statements
Brian Paul
1
-2
/
+16
2013-01-25
svga: add NULL pointer check in svga_create_sampler_state()
Brian Paul
1
-0
/
+3
2013-01-25
vbo: add a null pointer check to handle OOM instead of crashing
Brian Paul
1
-0
/
+5
2013-01-25
util: add new error checking code in vbuf helper
Brian Paul
1
-27
/
+49
2013-01-25
st/mesa: do proper error checking for u_upload_alloc() calls
Brian Paul
5
-17
/
+26
2013-01-25
util: add some defensive coding in u_upload_alloc()
Brian Paul
1
-1
/
+7
2013-01-25
glsl: use glsl_strtof() instead of glsl_strtod()
Brian Paul
2
-8
/
+8
2013-01-25
glsl: add new glsl_strtof() function
Brian Paul
2
-0
/
+25
2013-01-25
softpipe: add casts to silence MSVC warnings
Brian Paul
1
-2
/
+2
2013-01-25
util: silence MSVC signed/unsigned comparison warnings
Brian Paul
1
-4
/
+4
2013-01-25
util: silence MSVC double->float conversion warnings
Brian Paul
1
-2
/
+2
2013-01-25
util: silence MSVC signed/unsigned warnings in debug_get_flags_option()
Brian Paul
1
-1
/
+1
2013-01-25
st/mesa: silence assorted MSVC warnings in DrawPixels code
Brian Paul
1
-2
/
+2
2013-01-25
swrast: silence a bunch of MSVC warnings
Brian Paul
1
-19
/
+19
2013-01-25
mesa: use GLbitfield64 when copying program inputs
Brian Paul
1
-2
/
+2
2013-01-25
mesa: add some casts to silence MSVC warnings
Brian Paul
1
-14
/
+14
2013-01-25
mesa: add casts in _mesa_GetTexParameterfv() to silence warnings
Brian Paul
1
-4
/
+4
2013-01-25
i965: Enable ARB_shading_language_packing
Matt Turner
1
-0
/
+1
2013-01-25
i965: Assert that the 4x8 pack/unpack operations have been lowered
Matt Turner
3
-0
/
+12
2013-01-25
i965: Lower the 4x8 pack/unpack operations
Matt Turner
1
-1
/
+5
2013-01-25
glsl: Add support for lowering 4x8 pack/unpack operations
Matt Turner
2
-0
/
+285
2013-01-25
glsl: Evaluate constant pack/unpack 4x8 expressions
Matt Turner
1
-0
/
+166
2013-01-25
glsl: Extend ir_expression_operation for ARB_shading_language_packing
Matt Turner
4
-0
/
+31
2013-01-25
glsl: Add IR lisp for ARB_shading_language_packing
Matt Turner
5
-0
/
+38
2013-01-25
glsl: Add infrastructure for ARB_shading_language_packing
Matt Turner
7
-0
/
+10
2013-01-25
configure.ac: Don't set LLVM_LIBS when llvm is disabled
Tom Stellard
1
-16
/
+19
2013-01-25
r600g: Don't build llvm_wrapper.cpp when we aren't using LLVM
Tom Stellard
1
-1
/
+3
2013-01-25
i965: Pass in the glarray to get_surface_type.
Eric Anholt
1
-29
/
+22
2013-01-25
i965: Remove nonsense comment.
Eric Anholt
1
-2
/
+0
[next]