index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: Plumb a mem_ctx all the way through the FS compile.
Kenneth Graunke
2014-05-18
8
-15
/
+23
*
i965/fs: Use 'c' as the mem_ctx in fs_visitor.
Kenneth Graunke
2014-05-18
1
-2
/
+1
*
i965/fs: Actually free program data on the error path.
Kenneth Graunke
2014-05-18
1
-1
/
+3
*
i965/fs: Replace c->key with a direct reference in the generators.
Kenneth Graunke
2014-05-18
3
-15
/
+18
*
i965/fs: Replace c->key with a direct reference in fs_visitor.
Kenneth Graunke
2014-05-18
5
-47
/
+49
*
i965/fs: Replace c->prog_data with a direct reference in the generators.
Kenneth Graunke
2014-05-18
3
-24
/
+28
*
i965/fs: Replace c->prog_data with a direct reference in fs_visitor.
Kenneth Graunke
2014-05-18
3
-26
/
+28
*
i965/fs: Move some flags that affect code generation to fs_visitor.
Kenneth Graunke
2014-05-18
5
-8
/
+10
*
i965/fs: Move payload register info from brw_wm_compile to fs_visitor.
Kenneth Graunke
2014-05-18
6
-45
/
+53
*
i965/fs: Simplify gl_SampleMaskIn handling.
Kenneth Graunke
2014-05-18
3
-12
/
+3
*
i965/fs: Rename c->sample_mask_reg to sample_mask_in_reg.
Kenneth Graunke
2014-05-18
2
-3
/
+3
*
i965/fs: Move c->last_scratch into fs_visitor.
Kenneth Graunke
2014-05-18
5
-6
/
+8
*
i965/fs: Move total_scratch calculation into fs_visitor::run().
Kenneth Graunke
2014-05-18
2
-4
/
+5
*
i965/fs: Move perf_debug about register spilling to a more obvious spot.
Kenneth Graunke
2014-05-18
2
-4
/
+4
*
i965: Rename brw/gen8_dump_compile to brw/gen8_disassemble.
Kenneth Graunke
2014-05-18
14
-23
/
+24
*
i965: Rename brw_disasm/gen8_disassemble to brw/gen8_disassemble_inst.
Kenneth Graunke
2014-05-18
7
-8
/
+11
*
i965: Fix dump_prog_cache to handle compacted instructions.
Kenneth Graunke
2014-05-18
1
-13
/
+5
*
i965: Use brw_dump_compile for clip, SF, and old GS programs.
Kenneth Graunke
2014-05-18
3
-13
/
+3
*
nv50/ir: fix integer mul lowering for u32 x u32 -> high u32
Ilia Mirkin
2014-05-18
1
-3
/
+4
*
nv50/ir: make sure that texprep/texquerylod's args get coalesced
Ilia Mirkin
2014-05-18
1
-0
/
+2
*
freedreno/a3xx: use util_format_compose_swizzles()
Rob Clark
2014-05-18
1
-9
/
+9
*
freedreno/a3xx/compiler: 1D textures
Rob Clark
2014-05-18
1
-4
/
+25
*
freedreno: fix caps
Rob Clark
2014-05-18
1
-2
/
+2
*
freedreno: fix index buffer offset
Rob Clark
2014-05-18
1
-1
/
+1
*
freedreno/a3xx: add sRBG texture support
Rob Clark
2014-05-16
2
-0
/
+15
*
freedreno: update generated headers
Rob Clark
2014-05-16
4
-20
/
+21
*
gallivm: (trivial) fix compilation with llvm 3.1, 3.2
Roland Scheidegger
2014-05-17
1
-0
/
+4
*
gallivm: print out how long it takes to optimize shader IR.
Roland Scheidegger
2014-05-16
3
-1
/
+31
*
gallivm: give more verbose names to modules
Roland Scheidegger
2014-05-16
10
-26
/
+38
*
mesa: fix double-freeing of dispatch tables inside glBegin/End.
Brian Paul
2014-05-16
1
-2
/
+2
*
i965: Use binary literals counter select.
Matt Turner
2014-05-15
1
-2
/
+2
*
glsl_to_tgsi: Make sure the 'shader' member is always initialized
Michel Dänzer
2014-05-16
1
-0
/
+3
*
gallivm: remove optimization workaround when not having sse 4.1
Roland Scheidegger
2014-05-16
1
-8
/
+1
*
gallivm: remove workaround for reversing optimization pass order.
Roland Scheidegger
2014-05-16
1
-13
/
+2
*
i965/gen8: Make disassembly function match brw's signature.
Matt Turner
2014-05-15
4
-9
/
+12
*
i965: Pass brw_context and assembly separately to brw_dump_compile.
Matt Turner
2014-05-15
6
-14
/
+12
*
i965: Pull brw_compact_instructions() out of brw_get_program().
Matt Turner
2014-05-15
7
-9
/
+10
*
i965/disasm: Align send instruction meta-information with dst.
Matt Turner
2014-05-15
1
-0
/
+1
*
i965/disasm: Disassemble the compaction control bit.
Matt Turner
2014-05-15
9
-10
/
+18
*
i965/cfg: Embed exec_node in bblock_link.
Matt Turner
2014-05-15
5
-23
/
+25
*
i965/cfg: Make brw_cfg.h closer to C-includable.
Matt Turner
2014-05-15
1
-13
/
+23
*
i965/cfg: Protect brw_cfg.h from multiple inclusion.
Matt Turner
2014-05-15
1
-0
/
+6
*
glsl: Add C-callable fprint_ir function.
Matt Turner
2014-05-15
2
-0
/
+10
*
i965/fb: Use meta path for stencil up/downsampling
Topi Pohjolainen
2014-05-15
1
-1
/
+8
*
i965/meta: Stencil blit for miptree updownsampling
Topi Pohjolainen
2014-05-15
2
-0
/
+38
*
i965/fb: Use meta path for stencil blits
Topi Pohjolainen
2014-05-15
1
-0
/
+9
*
i965/meta: Stencil blits
Topi Pohjolainen
2014-05-15
3
-0
/
+497
*
i965: Extend brw_get_rb_for_first_slice() for specified level/layer
Topi Pohjolainen
2014-05-15
2
-7
/
+29
*
i965/gen8: Surface state overriding for stencil
Topi Pohjolainen
2014-05-15
1
-13
/
+21
*
i965/wm: Surface state overrides for configuring w-tiled as y-tiled
Topi Pohjolainen
2014-05-15
2
-0
/
+30
[next]