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
*
llvmpipe: remove never reached code for timestamp queries.
Roland Scheidegger
2013-06-27
1
-2
/
+0
*
llvmpipe: fix a bug in opaque optimization
Roland Scheidegger
2013-06-27
3
-14
/
+20
*
radeonsi/compute: Fix memory leak in radeonsi_launch_grid.
Vinson Lee
2013-06-27
1
-0
/
+1
*
ilo: plug a potential index buffer leak
Chia-I Wu
2013-06-27
1
-0
/
+1
*
softpipe: honor predication for clear_render_target and clear_depth_stencil
Roland Scheidegger
2013-06-26
1
-2
/
+40
*
llvmpipe: add support for nested / overlapping queries
Roland Scheidegger
2013-06-26
10
-40
/
+45
*
llvmpipe: rework query logic
Roland Scheidegger
2013-06-26
7
-81
/
+92
*
nvc0: set rsvd_kick correctly
Maarten Lankhorst
2013-06-26
1
-0
/
+1
*
nvc0: fix push_space checks for video decoding
Maarten Lankhorst
2013-06-26
4
-9
/
+10
*
ilo: Remove max_threads dead code path.
Vinson Lee
2013-06-26
1
-3
/
+0
*
ilo: use a bitmask for enabled constant buffers
Chia-I Wu
2013-06-26
2
-11
/
+14
*
ilo: support PIPE_CAP_USER_INDEX_BUFFERS
Chia-I Wu
2013-06-26
9
-36
/
+97
*
ilo: make pipe_draw_info a context state
Chia-I Wu
2013-06-26
9
-39
/
+33
*
ilo: support PIPE_CAP_USER_CONSTANT_BUFFERS
Chia-I Wu
2013-06-26
5
-23
/
+88
*
svga: allow 3D transfers in svga_texture_transfer_map()
Brian Paul
2013-06-25
1
-4
/
+3
*
svga: use new svga_define_texture_level() helper
Brian Paul
2013-06-25
2
-2
/
+15
*
svga: fix layer/level mix-up in svga_mark_surface_dirty()
Brian Paul
2013-06-25
1
-1
/
+1
*
svga: use new svga_age_texture_view() helper
Brian Paul
2013-06-25
2
-1
/
+14
*
svga: add array index assertion in svga_validate_sampler_view()
Brian Paul
2013-06-25
1
-0
/
+1
*
svga: use svga_texture() helper instead of casting
Brian Paul
2013-06-25
1
-1
/
+1
*
nvc0: do not set tiled mode on gart bo when fence debugging is used
Maarten Lankhorst
2013-06-25
4
-9
/
+15
*
ilo: honor render condition in blitter
Chia-I Wu
2013-06-25
4
-8
/
+23
*
ilo: remove ilo_shader_internal.h from GEN6 pipeline
Chia-I Wu
2013-06-25
3
-38
/
+55
*
ilo: remove ilo_shader_internal.h from GEN7 pipeline
Chia-I Wu
2013-06-25
1
-11
/
+6
*
ilo: speed up ilo_shader_select_kernel_routing() a bit
Chia-I Wu
2013-06-25
2
-4
/
+32
*
ilo: move SBE setup code to ilo_shader.c
Chia-I Wu
2013-06-25
6
-155
/
+237
*
ilo: use ilo_shader_state exclusively in GPE
Chia-I Wu
2013-06-25
6
-107
/
+44
*
ilo: map SO registers at shader compile time
Chia-I Wu
2013-06-25
6
-37
/
+72
*
ilo: use ilo_shader_cso for FS
Chia-I Wu
2013-06-25
8
-154
/
+255
*
ilo: use ilo_rasterizer_state exclusively in GPE
Chia-I Wu
2013-06-25
5
-15
/
+17
*
ilo: convert pipe_rasterizer_state to ilo_rasterizer_wm
Chia-I Wu
2013-06-25
7
-62
/
+141
*
ilo: use ilo_shader_cso for GS
Chia-I Wu
2013-06-25
7
-145
/
+225
*
ilo: introduce ilo_shader_cso for VS
Chia-I Wu
2013-06-25
7
-42
/
+102
*
ilo: add functions to query shaders
Chia-I Wu
2013-06-25
2
-0
/
+152
*
ilo: clean up finalize_shader_states()
Chia-I Wu
2013-06-25
4
-62
/
+79
*
ilo: use multiple entry points for shader creation
Chia-I Wu
2013-06-25
6
-32
/
+96
*
ilo: move internal shader interface to a new header
Chia-I Wu
2013-06-25
13
-183
/
+226
*
gallium: Fix llvmpipe on big-endian machines
Adam Jackson
2013-06-24
2
-28
/
+21
*
llvmpipe: fix wrong results for queries not in a scene
Roland Scheidegger
2013-06-22
1
-12
/
+9
*
svga: minor cleanups, comments in svga_tgsi_insn.c
Brian Paul
2013-06-22
1
-8
/
+19
*
svga: add null ptr check in svga_get_tex_sampler_view()
Brian Paul
2013-06-22
1
-0
/
+3
*
trace: Dump result of create_stream_output_target
José Fonseca
2013-06-22
1
-0
/
+2
*
freedreno/a3xx/compiler: ensure min # of cycles after bary instr
Rob Clark
2013-06-21
1
-2
/
+13
*
freedreno/a3xx/compiler: add TGSI_OPCODE_ABS
Rob Clark
2013-06-21
1
-6
/
+14
*
freedreno/a3xx/compiler: add TGSI_OPCODE_DPH
Rob Clark
2013-06-21
1
-3
/
+18
*
freedreno/a3xx/compiler: fix for replicating instructions
Rob Clark
2013-06-21
1
-24
/
+18
*
trace: Don't dump texture transfers.
José Fonseca
2013-06-21
3
-10
/
+19
*
ilo: replace a boolean by bool
Chia-I Wu
2013-06-20
1
-1
/
+1
*
ilo: rename cache_seqno to uploaded
Chia-I Wu
2013-06-20
2
-6
/
+6
*
llvmpipe: use 64bit counter for occlusion queries
Roland Scheidegger
2013-06-19
3
-5
/
+10
[next]