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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvc0/ir: fill offset in properly for TXD
Ilia Mirkin
2014-07-08
1
-13
/
+43
*
nvc0/ir: use manual TXD when offsets are involved
Ilia Mirkin
2014-07-08
1
-1
/
+2
*
nvc0/ir: do quadops on the right texture coordinates for TXD
Ilia Mirkin
2014-07-08
1
-2
/
+3
*
nv50/ir: ignore bias for samplerCubeShadow on nv50
Ilia Mirkin
2014-07-08
1
-0
/
+10
*
nv50/ir: retrieve shadow compare from first arg
Ilia Mirkin
2014-07-08
1
-1
/
+1
*
docs: Import 10.2.3 release notes
Carl Worth
2014-07-07
3
-0
/
+137
*
i965/fs: Disable unlit_centroid_workaround on Haswell.
Matt Turner
2014-07-06
1
-2
/
+4
*
i965/vec4: Perform CSE on CMP(N) instructions.
Matt Turner
2014-07-06
1
-1
/
+16
*
i965/vec4: Don't emit null MOVs in CSE.
Matt Turner
2014-07-06
1
-5
/
+7
*
i965/vec4: Improve CSE performance by expiring some available expressions.
Matt Turner
2014-07-06
1
-0
/
+20
*
i965/vec4: Add basic common subexpression elimination.
Kenneth Graunke
2014-07-06
4
-0
/
+236
*
i965: Fix warnings introduced in commit e24ef5ab.
Matt Turner
2014-07-06
1
-2
/
+1
*
gallium/radeon: use PRIX64 instead of PRIu64
Christian König
2014-07-06
2
-2
/
+2
*
i965: Move assembly annotation functions to intel_asm_annotation.c.
Matt Turner
2014-07-05
4
-61
/
+67
*
i965: Rename intel_asm_printer -> intel_asm_annotation.
Matt Turner
2014-07-05
8
-7
/
+7
*
i965: Make backend_instruction usable from C.
Matt Turner
2014-07-05
1
-4
/
+7
*
i965/cfg: Make cfg_t usable from C.
Matt Turner
2014-07-05
3
-8
/
+6
*
i965: Repack backend_instruction struct.
Matt Turner
2014-07-05
1
-7
/
+5
*
i965: Make a brw_predicate enum.
Matt Turner
2014-07-05
6
-31
/
+35
*
i965: Make a brw_conditional_mod enum.
Matt Turner
2014-07-05
18
-43
/
+54
*
i965: Move common fields into backend_instruction.
Matt Turner
2014-07-05
3
-25
/
+13
*
i965: Use enum brw_reg_type for register types.
Matt Turner
2014-07-05
7
-13
/
+14
*
i965: Move is_zero/one/null/accumulator into backend_reg.
Matt Turner
2014-07-05
6
-93
/
+44
*
i965: Make a common backend_reg class.
Matt Turner
2014-07-05
4
-42
/
+36
*
i965: Drop imm union from visitor register classes.
Matt Turner
2014-07-05
2
-14
/
+0
*
i965: Use immediate storage in brw_reg for visitor regs.
Matt Turner
2014-07-05
6
-41
/
+37
*
docs: add news item for mesa-demos 8.2.0 release
Andreas Boll
2014-07-05
1
-0
/
+8
*
glsl: Fix merging of layout(invocations) with other qualifiers
Chris Forbes
2014-07-05
1
-0
/
+10
*
nvc0: add a memory barrier when there are persistent UBOs
Ilia Mirkin
2014-07-03
5
-4
/
+57
*
nv50: do an explicit flush on draw when there are persistent buffers
Ilia Mirkin
2014-07-03
3
-2
/
+50
*
nv50: disable dedicated ubo upload method
Ilia Mirkin
2014-07-03
1
-0
/
+7
*
gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORT
Ilia Mirkin
2014-07-03
17
-18
/
+20
*
mesa/st: enable AMD_vertex_shader_viewport_index
Ilia Mirkin
2014-07-03
3
-1
/
+7
*
r600g: allow vs to write to gl_ViewportIndex
Ilia Mirkin
2014-07-03
1
-0
/
+17
*
svga: Don't unnecessarily reemit BindGBShader commands v2
Thomas Hellstrom
2014-07-03
3
-20
/
+8
*
radeon/llvm: Allocate space for kernel metadata operands
Aaron Watry
2014-07-03
1
-3
/
+7
*
glsl: fix duplicated layout qualifier detection for GS
Samuel Iglesias Gonsalvez
2014-07-03
1
-6
/
+16
*
svga: add switch cases for PIPE_SHADER_CAP_DOUBLES
Brian Paul
2014-07-03
1
-0
/
+4
*
st/xa: Don't close the drm fd on failure v2
Thomas Hellstrom
2014-07-03
1
-1
/
+6
*
Revert "radeonsi: Use dma_copy when possible for si_blit."
Michel Dänzer
2014-07-03
1
-19
/
+0
*
i965: expose AMD_vertex_shader_viewport_index on gen7+
Ilia Mirkin
2014-07-02
2
-1
/
+4
*
glsl: add support for AMD_vertex_shader_viewport_index
Ilia Mirkin
2014-07-02
4
-0
/
+8
*
mesa: add support for AMD_vertex_shader_viewport_index
Ilia Mirkin
2014-07-02
2
-0
/
+2
*
mesa/st: enable ARB_fragment_layer_viewport
Ilia Mirkin
2014-07-02
3
-1
/
+3
*
i965/gen6: Add a spec citation about push constant packet requirements.
Eric Anholt
2014-07-02
1
-1
/
+8
*
i965: Add a comment about null renderbuffer surfaces and why they exist.
Eric Anholt
2014-07-02
3
-2
/
+22
*
i965: Update a ton of comments about constant buffers.
Eric Anholt
2014-07-02
4
-32
/
+74
*
i965: Merge VS/GS and WM pull constant buffer upload paths.
Eric Anholt
2014-07-02
4
-53
/
+42
*
i965/gen6+: Merge VS/GS and WM push constant buffer upload paths.
Eric Anholt
2014-07-02
4
-66
/
+52
*
i965: Move dispatch_grf_start_reg and first_curbe_grf into stage_prog_data.
Eric Anholt
2014-07-02
14
-35
/
+36
[next]