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
Commit message (
Expand
)
Author
Age
Files
Lines
*
draw: avoid overflows in the llvm draw loop
Zack Rusin
2013-06-25
1
-8
/
+6
*
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/hud: do not use free() for the free_query_data hook
Brian Paul
2013-06-24
3
-3
/
+23
*
draw: check for out-of-memory conditions in the AA line module.
Matthew McClure
2013-06-24
1
-7
/
+34
*
tests/graw: Fix typo in shader-leak.c
José Fonseca
2013-06-24
1
-1
/
+1
*
tools/trace: Fix syntax.
José Fonseca
2013-06-24
1
-1
/
+1
*
st/dri/sw: Fix pitch calculation in drisw_update_tex_buffer
Richard Sandiford
2013-06-24
1
-2
/
+3
*
gallium: Fix llvmpipe on big-endian machines
Adam Jackson
2013-06-24
32
-346
/
+326
*
llvmpipe: fix wrong results for queries not in a scene
Roland Scheidegger
2013-06-22
1
-12
/
+9
*
gallium/docs: more documentation for pipe_resource::array_size
Brian Paul
2013-06-22
1
-0
/
+6
*
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
*
tools/trace: Several tweaks/fixes to dump_state
José Fonseca
2013-06-22
1
-9
/
+29
*
trace: Dump result of create_stream_output_target
José Fonseca
2013-06-22
1
-0
/
+2
*
vl/mpeg12: fix mpeg-1 bytestream parsing
Maarten Lankhorst
2013-06-22
1
-6
/
+24
*
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
*
mesa: Move the common _mesa_glsl_compile_shader() code to glsl/.
Eric Anholt
2013-06-21
6
-125
/
+100
*
mesa: Move shader compiler API code to shaderapi.c
Eric Anholt
2013-06-21
2
-35
/
+38
*
mesa: Fix missing setting of shader->IsES.
Eric Anholt
2013-06-21
1
-0
/
+1
*
mesa: Use shared code for converting shader targets to short strings.
Eric Anholt
2013-06-21
9
-43
/
+61
*
glsl: Remove ir_print_visitor.h includes and usage
Eric Anholt
2013-06-21
18
-26
/
+8
*
glsl: Make _mesa_print_ir() available from anything including ir.h.
Eric Anholt
2013-06-21
3
-3
/
+11
*
glsl: Make some files safe to include from C
Paul Berry
2013-06-21
3
-0
/
+8
*
tools/trace: Quick instructions/notes.
José Fonseca
2013-06-21
2
-0
/
+48
*
tools/trace: Do a better job at comparing multi line strings.
José Fonseca
2013-06-21
1
-1
/
+34
*
tools/trace: Tool to compare json state dumps.
José Fonseca
2013-06-21
1
-0
/
+324
*
tools/trace: Tool to dump gallium state at any draw call.
José Fonseca
2013-06-21
2
-2
/
+635
*
tools/trace: Defer blob hex-decoding.
José Fonseca
2013-06-21
2
-9
/
+27
*
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
[next]