summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* vc4: Add support for line width setting.Eric Anholt2014-09-242-0/+5
* vc4: Actually add support for polygon offset.Eric Anholt2014-09-243-1/+28
* vc4: Fix swapped 565 dithering versus no-dithering render configs.Eric Anholt2014-09-241-2/+2
* vc4: Add support for alpha test.Eric Anholt2014-09-242-0/+70
* freedreno/a3xx: initial texture border-colorRob Clark2014-09-246-15/+65
* gallium/rbug: correctly unreference a sampler viewMarek Olšák2014-09-241-2/+1
* gallium/rbug: unlock a mutex in rbug_create_queryMarek Olšák2014-09-241-3/+5
* radeonsi: remove old cache flushing codeMarek Olšák2014-09-244-66/+1
* radeonsi/compute: do CS partial flush with si_emit_cache_flushMarek Olšák2014-09-243-6/+9
* radeonsi/compute: flush caches with si_emit_cache_flushMarek Olšák2014-09-243-23/+32
* radeonsi/compute: directly emit CONTEXT_CONTROLMarek Olšák2014-09-241-1/+5
* radeonsi: properly destroy the GS copy shader and scratch_bo for computeMarek Olšák2014-09-242-3/+8
* radeonsi: release GS rings at context destructionMarek Olšák2014-09-241-0/+2
* radeonsi: don't use pipe_constant_buffer for GS ringsMarek Olšák2014-09-244-26/+22
* radeonsi: don't pass the context to the shader translatorMarek Olšák2014-09-244-22/+18
* radeonsi: don't snoop currently-bound GS shader when compiling ESMarek Olšák2014-09-243-16/+101
* radeonsi: shorten si_pipe_* prefixes to si_*Marek Olšák2014-09-248-58/+57
* radeonsi: merge si_pipe_shader into si_shaderMarek Olšák2014-09-245-92/+90
* radeonsi: disable gl_SampleMask fragment shader output if MSAA is disabledMarek Olšák2014-09-241-3/+18
* radeonsi: only update MSAA-specific framebuffer state if nr_samples is changedMarek Olšák2014-09-241-23/+27
* radeonsi: move DB_SHADER_CONTROL into db_render_stateMarek Olšák2014-09-244-13/+18
* radeonsi: set KILL_ENABLE during shader compilation, remove uses_kill flagMarek Olšák2014-09-243-5/+5
* radeonsi: remove shader.ps_conservative_z, set db_shader_control insteadMarek Olšák2014-09-243-8/+4
* radeonsi: move DB registers from draw_vbo into new db_render_stateMarek Olšák2014-09-245-66/+82
* radeonsi: remove unused variable si_pipe_shader::sprite_coord_enableMarek Olšák2014-09-242-2/+0
* radeonsi: document what si_descriptors.c doesMarek Olšák2014-09-241-0/+11
* r300g: implement MSAA copies by resolving and upsamplingMarek Olšák2014-09-241-2/+3
* gallium/softpipe,llvmpipe: add automake target 'templates'Emil Velikov2014-09-242-0/+22
* gallium/vc4: add automake target 'templates'Emil Velikov2014-09-241-0/+13
* gallium/r300,r600,radeonsi: add automake target 'templates'Emil Velikov2014-09-243-0/+45
* gallium/svga: add automake target 'template'Emil Velikov2014-09-241-0/+10
* gallium/ilo: add automake target 'template'Emil Velikov2014-09-241-0/+11
* gallium/i915: add automake target 'template'Emil Velikov2014-09-241-0/+11
* gallium/freedreno: add automake target 'template'Emil Velikov2014-09-241-0/+11
* gallium/nouveau: add automake target 'template'Emil Velikov2014-09-241-0/+11
* gallium/freedreno: remove unused draw headerEmil Velikov2014-09-241-1/+0
* gallium/r300: remove obsolete declarationEmil Velikov2014-09-241-1/+0
* vc4: Drop maximum number of varyings down to 8.Eric Anholt2014-09-241-1/+4
* vc4: Add support for flat shading.Eric Anholt2014-09-235-2/+33
* vc4: Drop stale comment.Eric Anholt2014-09-231-1/+0
* vc4: Put dead writes into the NOP register when generating code.Eric Anholt2014-09-231-1/+8
* vc4: When possible, resolve raddr conflicts by swapping files on specials.Eric Anholt2014-09-231-5/+29
* vc4: Fix overzealous raddr conflict resolution.Eric Anholt2014-09-231-5/+7
* vc4: Add support for 8-bit unorm/snorm vertex inputs.Eric Anholt2014-09-236-16/+101
* vc4: Add disasm for A-file unpack operations.Eric Anholt2014-09-233-22/+26
* vc4: Switch to using Mesa's register allocator.Eric Anholt2014-09-235-114/+121
* vc4: Make a static list of all the registers.Eric Anholt2014-09-231-12/+82
* vc4: Switch the context struct to use ralloc.Eric Anholt2014-09-231-2/+3
* mesa: Move register_allocate.c to util.Eric Anholt2014-09-234-17/+3
* ilo: rework pipeline workaroundsChia-I Wu2014-09-233-228/+339