index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-06
i965/fs: Disable unlit_centroid_workaround on Haswell.
Matt Turner
1
-2
/
+4
2014-07-06
i965/vec4: Perform CSE on CMP(N) instructions.
Matt Turner
1
-1
/
+16
2014-07-06
i965/vec4: Don't emit null MOVs in CSE.
Matt Turner
1
-5
/
+7
2014-07-06
i965/vec4: Improve CSE performance by expiring some available expressions.
Matt Turner
1
-0
/
+20
2014-07-06
i965/vec4: Add basic common subexpression elimination.
Kenneth Graunke
4
-0
/
+236
2014-07-06
i965: Fix warnings introduced in commit e24ef5ab.
Matt Turner
1
-2
/
+1
2014-07-06
gallium/radeon: use PRIX64 instead of PRIu64
Christian König
2
-2
/
+2
2014-07-05
i965: Move assembly annotation functions to intel_asm_annotation.c.
Matt Turner
4
-61
/
+67
2014-07-05
i965: Rename intel_asm_printer -> intel_asm_annotation.
Matt Turner
8
-7
/
+7
2014-07-05
i965: Make backend_instruction usable from C.
Matt Turner
1
-4
/
+7
2014-07-05
i965/cfg: Make cfg_t usable from C.
Matt Turner
3
-8
/
+6
2014-07-05
i965: Repack backend_instruction struct.
Matt Turner
1
-7
/
+5
2014-07-05
i965: Make a brw_predicate enum.
Matt Turner
6
-31
/
+35
2014-07-05
i965: Make a brw_conditional_mod enum.
Matt Turner
18
-43
/
+54
2014-07-05
i965: Move common fields into backend_instruction.
Matt Turner
3
-25
/
+13
2014-07-05
i965: Use enum brw_reg_type for register types.
Matt Turner
7
-13
/
+14
2014-07-05
i965: Move is_zero/one/null/accumulator into backend_reg.
Matt Turner
6
-93
/
+44
2014-07-05
i965: Make a common backend_reg class.
Matt Turner
4
-42
/
+36
2014-07-05
i965: Drop imm union from visitor register classes.
Matt Turner
2
-14
/
+0
2014-07-05
i965: Use immediate storage in brw_reg for visitor regs.
Matt Turner
6
-41
/
+37
2014-07-05
docs: add news item for mesa-demos 8.2.0 release
Andreas Boll
1
-0
/
+8
2014-07-05
glsl: Fix merging of layout(invocations) with other qualifiers
Chris Forbes
1
-0
/
+10
2014-07-03
nvc0: add a memory barrier when there are persistent UBOs
Ilia Mirkin
5
-4
/
+57
2014-07-03
nv50: do an explicit flush on draw when there are persistent buffers
Ilia Mirkin
3
-2
/
+50
2014-07-03
nv50: disable dedicated ubo upload method
Ilia Mirkin
1
-0
/
+7
2014-07-03
gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORT
Ilia Mirkin
17
-18
/
+20
2014-07-03
mesa/st: enable AMD_vertex_shader_viewport_index
Ilia Mirkin
3
-1
/
+7
2014-07-03
r600g: allow vs to write to gl_ViewportIndex
Ilia Mirkin
1
-0
/
+17
2014-07-03
svga: Don't unnecessarily reemit BindGBShader commands v2
Thomas Hellstrom
3
-20
/
+8
2014-07-03
radeon/llvm: Allocate space for kernel metadata operands
Aaron Watry
1
-3
/
+7
2014-07-03
glsl: fix duplicated layout qualifier detection for GS
Samuel Iglesias Gonsalvez
1
-6
/
+16
2014-07-03
svga: add switch cases for PIPE_SHADER_CAP_DOUBLES
Brian Paul
1
-0
/
+4
2014-07-03
st/xa: Don't close the drm fd on failure v2
Thomas Hellstrom
1
-1
/
+6
2014-07-03
Revert "radeonsi: Use dma_copy when possible for si_blit."
Michel Dänzer
1
-19
/
+0
2014-07-02
i965: expose AMD_vertex_shader_viewport_index on gen7+
Ilia Mirkin
2
-1
/
+4
2014-07-02
glsl: add support for AMD_vertex_shader_viewport_index
Ilia Mirkin
4
-0
/
+8
2014-07-02
mesa: add support for AMD_vertex_shader_viewport_index
Ilia Mirkin
2
-0
/
+2
2014-07-02
mesa/st: enable ARB_fragment_layer_viewport
Ilia Mirkin
3
-1
/
+3
2014-07-02
i965/gen6: Add a spec citation about push constant packet requirements.
Eric Anholt
1
-1
/
+8
2014-07-02
i965: Add a comment about null renderbuffer surfaces and why they exist.
Eric Anholt
3
-2
/
+22
2014-07-02
i965: Update a ton of comments about constant buffers.
Eric Anholt
4
-32
/
+74
2014-07-02
i965: Merge VS/GS and WM pull constant buffer upload paths.
Eric Anholt
4
-53
/
+42
2014-07-02
i965/gen6+: Merge VS/GS and WM push constant buffer upload paths.
Eric Anholt
4
-66
/
+52
2014-07-02
i965: Move dispatch_grf_start_reg and first_curbe_grf into stage_prog_data.
Eric Anholt
14
-35
/
+36
2014-07-02
i965: Fix state flags for gen4/5 CURBE.
Eric Anholt
1
-8
/
+8
2014-07-02
i965: Remove a dead define.
Eric Anholt
1
-2
/
+0
2014-07-02
i965: Reuse libdrm's header for AUB definitions.
Eric Anholt
4
-71
/
+7
2014-07-02
i965: Fix stale comments about the state cache.
Eric Anholt
2
-2
/
+9
2014-07-02
i965: Fix stale binding table comment.
Eric Anholt
1
-2
/
+0
2014-07-02
i965: Drop the memcmp for finding duplicated CURBE uploads.
Eric Anholt
4
-50
/
+2
[next]