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
...
*
freedreno/a4xx: rect textures
Rob Clark
2014-12-03
1
-3
/
+4
*
freedreno: update generated headers
Rob Clark
2014-12-03
5
-11
/
+34
*
freedreno: fix signed vs unsigned lols
Rob Clark
2014-12-03
1
-1
/
+1
*
gallivm: Update for RTDyldMemoryManager becoming an unique_ptr.
José Fonseca
2014-12-03
1
-0
/
+4
*
glsl: throw error when using invariant(all) in a fragment shader
Tapani Pälli
2014-12-03
1
-1
/
+12
*
i965/skl: Fix SBE state upload code.
Ben Widawsky
2014-12-02
1
-1
/
+3
*
r600, llvm: Don't leak global symbol offsets
Jan Vesely
2014-12-02
1
-0
/
+1
*
i965: Avoid union literal, for old gcc compatibility.
Matt Turner
2014-12-02
1
-1
/
+2
*
i965: Remove tabs from instruction scheduler.
Matt Turner
2014-12-02
1
-98
/
+98
*
i965/vs: Set brw_vs_prog_key::clamp_vertex_color to 0 when irrelevant.
Kenneth Graunke
2014-12-02
1
-3
/
+8
*
i965: Make vertex color clamp handling code VS specific.
Kenneth Graunke
2014-12-02
5
-12
/
+12
*
i965/vs: Handle vertex color clamping in emit_urb_slot().
Kenneth Graunke
2014-12-02
2
-11
/
+13
*
i965: Use the enum type for gen6_gather_wa sampler key field.
Kenneth Graunke
2014-12-02
1
-7
/
+7
*
i965: Drop use of GL types in program keys.
Kenneth Graunke
2014-12-02
1
-23
/
+23
*
i965: Move program key structures to brw_program.h.
Kenneth Graunke
2014-12-02
5
-82
/
+103
*
i965: Delete brw_state_flags::cache and related code.
Kenneth Graunke
2014-12-02
34
-82
/
+4
*
i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).
Kenneth Graunke
2014-12-02
34
-115
/
+137
*
i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.
Kenneth Graunke
2014-12-02
33
-124
/
+124
*
i965: Remove "disable_derivative_optimization" driconf option.
Kenneth Graunke
2014-12-02
5
-21
/
+2
*
i965: Just return void from brw_try_draw_prims
Ian Romanick
2014-12-02
1
-5
/
+2
*
mesa: Use current Mesa coding style in check_valid_to_render
Ian Romanick
2014-12-02
1
-25
/
+24
*
mesa: Use unreachable instead of assert in check_valid_to_render
Ian Romanick
2014-12-02
1
-1
/
+1
*
mesa: Silence unused parameter warnings in _mesa_validate_Draw functions
Ian Romanick
2014-12-02
3
-26
/
+21
*
mesa: Refactor common validation code to validate_DrawElements_common
Ian Romanick
2014-12-02
1
-125
/
+43
*
mesa: Generate GL_INVALID_OPERATION when drawing w/o a VAO in core profile
Ian Romanick
2014-12-02
1
-1
/
+9
*
mesa: fix height error check for 1D array textures
Brian Paul
2014-12-02
1
-1
/
+1
*
r600, llvm: Fix mem leak
Jan Vesely
2014-12-02
1
-0
/
+1
*
clover: clCompileProgram CL_INVALID_COMPILER_OPTIONS
EdB
2014-12-02
2
-1
/
+3
*
vc4: Pair up QPU instructions when scheduling.
Eric Anholt
2014-12-01
3
-38
/
+105
*
r600g/sb: fix issues cause by GLSL switching to loops for switch
Dave Airlie
2014-12-02
1
-12
/
+38
*
freedreno/a4xx: alpha blend fixes
Rob Clark
2014-12-01
3
-1
/
+11
*
freedreno/a4xx: fix DRAW initiator encoding of index size
Rob Clark
2014-12-01
1
-8
/
+19
*
freedreno: update generated headers
Rob Clark
2014-12-01
5
-23
/
+22
*
i965/vec4: Rewrite dead code elimination to use live in/out.
Matt Turner
2014-12-01
3
-155
/
+170
*
i965/vec4: Track liveness of the flag register.
Matt Turner
2014-12-01
2
-0
/
+33
*
i965/fs: Remove opt_drop_redundant_mov_to_flags().
Matt Turner
2014-12-01
2
-32
/
+0
*
i965/fs: Use const fs_reg & rather than a copy or pointer.
Matt Turner
2014-12-01
4
-18
/
+17
*
i965/fs: Dead code eliminate instructions writing the flag.
Matt Turner
2014-12-01
1
-4
/
+22
*
i965/fs: Track liveness of the flag register.
Matt Turner
2014-12-01
2
-0
/
+41
*
i965: Use local pointer to block_data in live intervals.
Matt Turner
2014-12-01
5
-49
/
+61
*
i965/vec4: Make live_intervals part of the vec4_visitor class.
Matt Turner
2014-12-01
3
-11
/
+11
*
i965/fs: Treat the FB_WRITE as predicated if we're discarding.
Matt Turner
2014-12-01
2
-1
/
+5
*
i965: Don't treat IF or WHILE with cmod as writing the flag.
Matt Turner
2014-12-01
2
-2
/
+6
*
i965/disasm: Disassemble tdr and tm registers properly.
Matt Turner
2014-12-01
1
-0
/
+6
*
main, glsl: Bump max known desktop glsl version to 4.50
Jordan Justen
2014-12-01
3
-4
/
+14
*
glsl/cs: Change gl_WorkGroupSize from ivec3 to uvec3
Jordan Justen
2014-12-01
1
-4
/
+4
*
i965: avoid anonymous struct in float <-> VF conversions
Jonathan Gray
2014-12-01
1
-8
/
+8
*
mesa: fix arithmetic error in _mesa_compute_compressed_pixelstore()
Brian Paul
2014-12-01
1
-1
/
+1
*
vbo: also print buffer object pointer in vbo_print_vertex_list()
Brian Paul
2014-12-01
1
-2
/
+6
*
mesa: some improvements for print_list()
Brian Paul
2014-12-01
3
-73
/
+88
[prev]
[next]