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
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
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
*
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
*
i965 meta up/downsample: Fix renderbuffer _BaseFormat
Jordan Justen
2014-05-15
1
-1
/
+2
*
i965: Delete current_insn() function.
Matt Turner
2014-05-15
2
-7
/
+2
*
i965: Remove blorp unit tests.
Matt Turner
2014-05-15
3
-1099
/
+1
*
mesa/st: fix number of ubos being declared in a shader
Roland Scheidegger
2014-05-15
1
-3
/
+5
*
mesa/st: provide native integers implementation of ir_unop_any
Ilia Mirkin
2014-05-14
1
-24
/
+76
*
i965: Reformat brw_set_src1 so it can be easily found with grep.
Matt Turner
2014-05-13
1
-3
/
+4
*
i965: fix size assert for gen7 in brw_init_compaction_tables()
Samuel Iglesias Gonsalvez
2014-05-13
1
-4
/
+4
*
i965: Relax accumulator dependency scheduling on Gen < 6
Iago Toral Quiroga
2014-05-13
3
-59
/
+36
*
mesa: Dump ARB_vp/fp source and IR when MESA_GLSL=dump.
Kenneth Graunke
2014-05-13
1
-1
/
+26
*
i965: Don't _swrast_BlitFramebuffer when doing CopyTexSubImage.
Kenneth Graunke
2014-05-13
1
-1
/
+1
*
i965/gen8: Set depth extent field
Jordan Justen
2014-05-13
1
-1
/
+1
*
i965/gen8 depth: Set depth size based on LOD0 for 3D textures
Jordan Justen
2014-05-13
1
-2
/
+2
*
i965/gen7 depth: Set depth size based on LOD0 for 3D textures
Jordan Justen
2014-05-13
1
-2
/
+2
*
i965/gen8 renderbuffer: Set depth size based on LOD0 for 3D textures
Jordan Justen
2014-05-13
1
-1
/
+1
*
i965/gen7 renderbuffer: Set depth size based on LOD0 for 3D textures
Jordan Justen
2014-05-13
1
-1
/
+1
*
glsl_to_tgsi: remove unnecessary dead code elimination pass
Bryan Cain
2014-05-13
1
-45
/
+5
*
i965: Avoid redundant call to brw_merge_inputs() in brw_try_draw_prims()
Iago Toral Quiroga
2014-05-13
1
-7
/
+6
*
meta: Refactor state save/restore for framebuffer texture blits
Topi Pohjolainen
2014-05-13
2
-22
/
+52
*
i965: Stop doing remapping of "special" regs.
Eric Anholt
2014-05-12
1
-37
/
+0
*
i965: Generalize the pixel_x/y workaround for all UW types.
Eric Anholt
2014-05-12
1
-4
/
+4
*
i965: Move has_hiz from the slice to the level.
Eric Anholt
2014-05-12
5
-30
/
+25
*
meta: Refactor configuration of renderbuffer sampling
Topi Pohjolainen
2014-05-12
2
-13
/
+30
*
meta: Refactor binding of renderbuffer as texture image
Topi Pohjolainen
2014-05-12
2
-30
/
+47
*
meta: Merge compiling and linking of blit program
Topi Pohjolainen
2014-05-12
3
-31
/
+39
*
i965/blorp: Expose coordinate scissoring and mirroring
Topi Pohjolainen
2014-05-12
4
-118
/
+213
*
i965/gen8: Use helper variables for surface parameters
Topi Pohjolainen
2014-05-12
1
-4
/
+8
*
mesa/st: leave current query enabled during glBlitFramebuffer
Ilia Mirkin
2014-05-11
3
-0
/
+4
[next]