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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
tgsi: replace tgsi_file_names tgsi_file_names[] with tgsi_file_name() function
Brian Paul
2013-06-07
2
-4
/
+4
*
ilo: advertise PIPE_CAP_CUBE_MAP_ARRAY
Chia-I Wu
2013-06-07
1
-2
/
+1
*
ilo: add support for TEX2/TXB2/TXL2 in fs
Chia-I Wu
2013-06-07
1
-3
/
+3
*
ilo: use slab allocator for transfers
Chia-I Wu
2013-06-07
4
-28
/
+39
*
ilo: clean up states upon context destroy
Chia-I Wu
2013-06-07
1
-0
/
+38
*
ilo: unmap cp bo before destroying it
Chia-I Wu
2013-06-07
1
-1
/
+6
*
ilo: enable bo reuse
Chia-I Wu
2013-06-07
1
-0
/
+2
*
ilo: construct 3DSTATE_SF in create_rasterizer_state()
Chia-I Wu
2013-06-07
7
-164
/
+194
*
ilo: construct 3DSTATE_CLIP in create_rasterizer_state()
Chia-I Wu
2013-06-07
5
-50
/
+86
*
ilo: use emit_SURFACE_STATE() for render targets
Chia-I Wu
2013-06-07
9
-127
/
+52
*
ilo: use emit_SURFACE_STATE() for constant buffers
Chia-I Wu
2013-06-07
9
-70
/
+26
*
ilo: add emit_SURFACE_STATE() for sampler views
Chia-I Wu
2013-06-07
10
-99
/
+69
*
ilo: add ilo_view_surface for SURFACE_STATE
Chia-I Wu
2013-06-07
3
-125
/
+268
*
ilo: convert generic depth-stencil-alpha pipe state to ilo pipe state
Courtney Goeltzenleuchter
2013-06-07
6
-21
/
+51
*
ilo: introduce vertex element CSO
Chia-I Wu
2013-06-07
6
-119
/
+227
*
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
*
llvmpipe: bump 3d and cube map limits to 2048 and 8192 respectively
Roland Scheidegger
2013-06-06
1
-2
/
+2
*
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
1
-0
/
+2
*
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
*
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
*
ilo: simplify shader variant handling
Courtney Goeltzenleuchter
2013-05-30
2
-25
/
+2
*
svga: add PIPE_CAP_MAX_VIEWPORTS to switch to silence warning
Brian Paul
2013-05-29
1
-0
/
+2
*
llvmpipe: clamp scissors to be between 0 and max
Zack Rusin
2013-05-25
5
-3
/
+13
*
draw: fixup draw_find_shader_output
Zack Rusin
2013-05-25
2
-5
/
+5
*
llvmpipe: implement support for multiple viewports
Zack Rusin
2013-05-25
11
-36
/
+79
*
gallium: Add support for multiple viewports
Zack Rusin
2013-05-25
24
-128
/
+205
*
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]