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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
vc4: Compute max_index instead of trusting the rest of userspace.
Eric Anholt
2014-09-24
1
-5
/
+13
*
vc4: Move shader record setup before the draw call.
Eric Anholt
2014-09-24
1
-38
/
+38
*
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: Drop _mesa_getenv() wrapper.
Matt Turner
2014-09-24
2
-12
/
+12
*
mesa: Unifdef _WIN32_WCE.
Matt Turner
2014-09-24
2
-11
/
+0
*
mesa: Use realloc() instead of _mesa_realloc() and remove the latter.
Matt Turner
2014-09-24
1
-2
/
+1
*
gallivm: Wrap deleted inlcude in if HAVE_LLVM < 0x0306
Tom Stellard
2014-09-24
1
-0
/
+2
*
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
*
radeonsi: merge si_pipe_shader into si_shader
Marek Olšák
2014-09-24
5
-92
/
+90
*
radeonsi: disable gl_SampleMask fragment shader output if MSAA is disabled
Marek Olšák
2014-09-24
1
-3
/
+18
*
radeonsi: only update MSAA-specific framebuffer state if nr_samples is changed
Marek Olšák
2014-09-24
1
-23
/
+27
*
radeonsi: move DB_SHADER_CONTROL into db_render_state
Marek Olšák
2014-09-24
4
-13
/
+18
*
radeonsi: set KILL_ENABLE during shader compilation, remove uses_kill flag
Marek Olšák
2014-09-24
3
-5
/
+5
*
radeonsi: remove shader.ps_conservative_z, set db_shader_control instead
Marek Olšák
2014-09-24
3
-8
/
+4
*
radeonsi: move DB registers from draw_vbo into new db_render_state
Marek Olšák
2014-09-24
5
-66
/
+82
*
radeonsi: remove unused variable si_pipe_shader::sprite_coord_enable
Marek Olšák
2014-09-24
2
-2
/
+0
*
radeonsi: document what si_descriptors.c does
Marek Olšák
2014-09-24
1
-0
/
+11
*
r300g: implement MSAA copies by resolving and upsampling
Marek Olšák
2014-09-24
1
-2
/
+3
*
targets/vl: don't forget to set GALLIUM_STATIC_TARGETS
Emil Velikov
2014-09-24
3
-3
/
+3
*
targets/egl: fold in target LDFLAGS variables
Emil Velikov
2014-09-24
1
-4
/
+2
*
targets: drop the old MEGADRIVERS & STATIC_TARGET... variables
Emil Velikov
2014-09-24
7
-55
/
+26
*
gallium/softpipe,llvmpipe: add automake target 'templates'
Emil Velikov
2014-09-24
4
-30
/
+26
*
configure: remove NEED_{SOFT,LLVM}PIPE_DRIVER variables
Emil Velikov
2014-09-24
3
-4
/
+4
*
gallium/vc4: add automake target 'templates'
Emil Velikov
2014-09-24
2
-11
/
+14
*
gallium/r300,r600,radeonsi: add automake target 'templates'
Emil Velikov
2014-09-24
9
-168
/
+72
*
gallium/svga: add automake target 'template'
Emil Velikov
2014-09-24
5
-25
/
+14
*
gallium/ilo: add automake target 'template'
Emil Velikov
2014-09-24
5
-29
/
+15
*
gallium/i915: add automake target 'template'
Emil Velikov
2014-09-24
5
-29
/
+15
*
gallium/freedreno: add automake target 'template'
Emil Velikov
2014-09-24
5
-33
/
+15
[next]