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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/vec4: Call calculate_cfg() in test programs to avoid crashing.
Matt Turner
2014-09-24
2
-0
/
+2
*
vc4: Add support for gl_PointCoord.
Eric Anholt
2014-09-24
1
-0
/
+34
*
vc4: Add support for point size setting.
Eric Anholt
2014-09-24
6
-6
/
+47
*
vc4: Add support for line width setting.
Eric Anholt
2014-09-24
2
-0
/
+5
*
vc4: Actually add support for polygon offset.
Eric Anholt
2014-09-24
3
-1
/
+28
*
vc4: Fix swapped 565 dithering versus no-dithering render configs.
Eric Anholt
2014-09-24
1
-2
/
+2
*
vc4: Add support for alpha test.
Eric Anholt
2014-09-24
2
-0
/
+70
*
freedreno/a3xx: initial texture border-color
Rob Clark
2014-09-24
6
-15
/
+65
*
util: use linear formats in util_blit_pixels()
Brian Paul
2014-09-24
1
-2
/
+2
*
util: simplify writemask parameters for util_blit_pixels()
Brian Paul
2014-09-24
2
-15
/
+17
*
util: s/PIPE_TEX_MIPFILTER/PIPE_TEX_FILTER/ in u_blit code
Brian Paul
2014-09-24
1
-5
/
+5
*
mesa: remove EXT suffix from FBO error messages
Brian Paul
2014-09-24
1
-30
/
+30
*
mesa: Drop _mesa_getenv() wrapper.
Matt Turner
2014-09-24
17
-66
/
+47
*
mesa: Drop _mesa_bsearch() wrapper.
Matt Turner
2014-09-24
3
-25
/
+4
*
mesa: Unifdef _WIN32_WCE.
Matt Turner
2014-09-24
7
-39
/
+3
*
mesa: Unifdef _XBOX.
Matt Turner
2014-09-24
1
-1
/
+1
*
mesa: Use realloc() instead of _mesa_realloc() and remove the latter.
Matt Turner
2014-09-24
7
-30
/
+8
*
mesa: Remove duplicate _mesa_{init,free}_shader_state prototypes.
Matt Turner
2014-09-24
1
-7
/
+0
*
gallivm: Wrap deleted inlcude in if HAVE_LLVM < 0x0306
Tom Stellard
2014-09-24
1
-0
/
+2
*
i965: Add and use functions to get next/prev blocks.
Matt Turner
2014-09-24
6
-20
/
+73
*
i965: Call insert and remove functions from exec_node directly.
Matt Turner
2014-09-24
3
-14
/
+11
*
i965: Make instruction lists local to the bblocks.
Matt Turner
2014-09-24
12
-92
/
+115
*
i965/cfg: Add note about double-loop macros and break behavior.
Matt Turner
2014-09-24
1
-0
/
+6
*
i965: Replace initialization loops with memset().
Matt Turner
2014-09-24
2
-15
/
+5
*
i965/vec4: Don't iterate between blocks with inst->next/prev.
Matt Turner
2014-09-24
1
-21
/
+9
*
i965/fs: Don't iterate between blocks with inst->next/prev.
Matt Turner
2014-09-24
5
-47
/
+34
*
i965/cfg: Add macros to iterate through a block given a starting point.
Matt Turner
2014-09-24
1
-0
/
+10
*
i965/fs: Make count_to_loop_end() use basic blocks.
Matt Turner
2014-09-24
1
-15
/
+16
*
i965/vec4: Don't use instruction list after calculating the cfg.
Matt Turner
2014-09-24
5
-14
/
+15
*
i965/fs: Don't use instruction list after calculating the cfg.
Matt Turner
2014-09-24
3
-22
/
+22
*
i965: Remove now unneeded calls to calculate_cfg().
Matt Turner
2014-09-24
12
-39
/
+4
*
i965: Remove cfg-invalidating parameter from invalidate_live_intervals.
Matt Turner
2014-09-24
20
-40
/
+34
*
i965: Preserve the CFG in instruction scheduling.
Matt Turner
2014-09-24
1
-32
/
+42
*
i965/vec4: Preserve CFG in spill_reg().
Matt Turner
2014-09-24
4
-38
/
+56
*
i965/vec4: Preserve the CFG in a few more places.
Matt Turner
2014-09-24
1
-7
/
+16
*
i965/fs: Preserve the CFG in a few more places.
Matt Turner
2014-09-24
2
-15
/
+21
*
i965: Restructure debug flags
Kristian Høgsberg
2014-09-24
2
-60
/
+60
*
gallivm: Disable gallivm to fix build with LLVM 3.6
Tom Stellard
2014-09-24
1
-0
/
+10
*
gallium/rbug: correctly unreference a sampler view
Marek Olšák
2014-09-24
1
-2
/
+1
*
gallium/rbug: unlock a mutex in rbug_create_query
Marek Olšák
2014-09-24
1
-3
/
+5
*
radeonsi: remove old cache flushing code
Marek Olšák
2014-09-24
4
-66
/
+1
*
radeonsi/compute: do CS partial flush with si_emit_cache_flush
Marek Olšák
2014-09-24
3
-6
/
+9
*
radeonsi/compute: flush caches with si_emit_cache_flush
Marek Olšák
2014-09-24
3
-23
/
+32
*
radeonsi/compute: directly emit CONTEXT_CONTROL
Marek Olšák
2014-09-24
1
-1
/
+5
*
radeonsi: properly destroy the GS copy shader and scratch_bo for compute
Marek Olšák
2014-09-24
2
-3
/
+8
*
radeonsi: release GS rings at context destruction
Marek Olšák
2014-09-24
1
-0
/
+2
*
radeonsi: don't use pipe_constant_buffer for GS rings
Marek Olšák
2014-09-24
4
-26
/
+22
*
radeonsi: don't pass the context to the shader translator
Marek Olšák
2014-09-24
4
-22
/
+18
*
radeonsi: don't snoop currently-bound GS shader when compiling ES
Marek Olšák
2014-09-24
3
-16
/
+101
*
radeonsi: shorten si_pipe_* prefixes to si_*
Marek Olšák
2014-09-24
8
-58
/
+57
[next]