index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
ilo: simplify emit_3DSTATE_DEPTH_BUFFER()
Chia-I Wu
2013-06-07
6
-63
/
+19
*
ilo: introduce blend CSO
Chia-I Wu
2013-06-07
6
-97
/
+183
*
ilo: introduce sampler CSO
Chia-I Wu
2013-06-07
8
-371
/
+447
*
ilo: construct SCISSOR_RECT in set_scissor_states()
Chia-I Wu
2013-06-07
7
-26
/
+92
*
ilo: introduce viewport CSO
Chia-I Wu
2013-06-07
8
-197
/
+197
*
ilo: switch to ilo states for shaders and resources
Chia-I Wu
2013-06-07
7
-114
/
+114
*
ilo: switch to ilo states for CC stage
Chia-I Wu
2013-06-07
9
-107
/
+119
*
ilo: switch to ilo states for WM stage
Chia-I Wu
2013-06-07
7
-26
/
+33
*
ilo: switch to ilo states for CLIP and SF stages
Chia-I Wu
2013-06-07
6
-19
/
+49
*
ilo: switch to ilo states for SOL stage
Chia-I Wu
2013-06-07
7
-30
/
+29
*
ilo: switch to ilo states for VF stage
Chia-I Wu
2013-06-07
7
-53
/
+55
*
ilo: move hardware limits to ilo_gpe.h
Chia-I Wu
2013-06-07
2
-22
/
+56
*
draw: trivial fix comment typo
Roland Scheidegger
2013-06-06
1
-1
/
+1
*
gallium/tgsi: add missing string for layer semantic
Roland Scheidegger
2013-06-06
3
-1
/
+8
*
llvmpipe: bump 3d and cube map limits to 2048 and 8192 respectively
Roland Scheidegger
2013-06-06
1
-2
/
+2
*
radeon/winsys: correct RADEON_GEM_WAIT_IDLE use
Jonathan Gray
2013-06-06
2
-2
/
+2
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
67
-67
/
+0
*
gallium: System z support
Richard Sandiford
2013-06-05
2
-2
/
+6
*
llvmpipe: improve alignment calculation for fetching/storing pixels
Roland Scheidegger
2013-06-05
1
-12
/
+21
*
llvmpipe: reduce alignment requirement for 1d resources from 4x4 to 4x1
Roland Scheidegger
2013-06-05
9
-44
/
+158
*
llvmpipe: cleanup of generate_unswizzled_blend
Roland Scheidegger
2013-06-05
1
-22
/
+37
*
gallivm: enhance special sse2 4x4f and 2x8f -> 1x16ub conversion
Roland Scheidegger
2013-06-05
2
-32
/
+60
*
gallivm: (trivial) fix lp_build_concat_n
Roland Scheidegger
2013-06-05
1
-1
/
+5
*
softpipe: draw_find_shader_output returns -1 on invalid outputs
Zack Rusin
2013-05-30
1
-1
/
+1
*
radeonsi/compute: Upload work group, work item size in input buffer
Tom Stellard
2013-06-03
1
-11
/
+27
*
radeonsi/compute: Pass kernel arguments in a buffer v2
Tom Stellard
2013-06-03
3
-35
/
+44
*
radeonsi/compute: Implement un-binding of global buffers
Tom Stellard
2013-06-03
1
-12
/
+19
*
radeonsi/compute: Support multiple kernels in a compute program
Tom Stellard
2013-06-03
1
-9
/
+18
*
radeonsi/compute: Add missing PIPE_COMPUTE caps
Tom Stellard
2013-06-03
1
-0
/
+16
*
gallium: add support for layered rendering
Roland Scheidegger
2013-06-01
2
-3
/
+22
*
gallivm: fix out-of-bounds access with mirror_clamp_to_edge address mode
Roland Scheidegger
2013-06-01
1
-6
/
+7
*
llvmpipe: fix bogus assertions for buffer surfaces
Roland Scheidegger
2013-06-01
1
-2
/
+2
*
llvmpipe: reduce alignment requirement for resources from 64x64 to 4x4
Roland Scheidegger
2013-05-31
7
-53
/
+83
*
llvmpipe: Remove x/y from cmd_bin
Adam Jackson
2013-05-31
6
-47
/
+30
*
r600g/sb: fix broken assert
Vadim Girlin
2013-05-31
1
-1
/
+1
*
draw: fix vs/fs input/output mismatches
Zack Rusin
2013-05-30
1
-0
/
+7
*
ilo: simplify shader variant handling
Courtney Goeltzenleuchter
2013-05-30
2
-25
/
+2
*
draw: add cast in debug_printf() to silence warning
Brian Paul
2013-05-29
1
-1
/
+1
*
svga: add PIPE_CAP_MAX_VIEWPORTS to switch to silence warning
Brian Paul
2013-05-29
1
-0
/
+2
*
draw: make sure viewport index is fetched from leading vertex
Zack Rusin
2013-05-25
6
-28
/
+54
*
llvmpipe: clamp scissors to be between 0 and max
Zack Rusin
2013-05-25
5
-3
/
+13
*
draw: clamp the viewports to always be between 0 and max
Zack Rusin
2013-05-25
5
-16
/
+24
*
gallium/docs: adds documentation for multi viewport cap
Zack Rusin
2013-05-25
1
-0
/
+4
*
draw: fixup draw_find_shader_output
Zack Rusin
2013-05-25
4
-11
/
+12
*
llvmpipe: implement support for multiple viewports
Zack Rusin
2013-05-25
11
-36
/
+79
*
draw: implement support for multiple viewports
Zack Rusin
2013-05-25
9
-33
/
+105
*
gallium: Add support for multiple viewports
Zack Rusin
2013-05-25
50
-164
/
+263
*
gallium: fix build on uclibc system
Anthony G. Basile
2013-05-29
1
-4
/
+2
*
llvmpipe: get rid of tiled/linear layout remains
Roland Scheidegger
2013-05-29
6
-226
/
+47
*
radeonsi: Enable GLSL 1.30
Michel Dänzer
2013-05-28
1
-1
/
+1
[next]