summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium: Add MULTISAMPLE_Z_RESOLVE capAxel Davy2015-02-0615-0/+20
* llvmpipe: Trivially advertise PIPE_CAP_BUFFER_MAP_PERSISTENT_COHERENT.Jose Fonseca2015-02-051-1/+2
* gallium/util: Don't implement u_bit_scan64 on MSVC.Jose Fonseca2015-02-041-0/+2
* gallium/util: Define ffsll on MinGW.Jose Fonseca2015-02-041-0/+1
* radeonsi: implement polygon stipplingMarek Olšák2015-02-047-5/+79
* radeonsi: add polygon stipple texture slotMarek Olšák2015-02-041-5/+8
* radeonsi: deduce rasterizer primitive type at the beginning of draw_vboMarek Olšák2015-02-042-13/+17
* radeonsi: allow 64 descriptors per arrayMarek Olšák2015-02-042-34/+34
* radeonsi: add support for sampler views where resource = NULLMarek Olšák2015-02-042-6/+22
* radeonsi: add support for NULL texture sampler views that return (0,0,0,1)Marek Olšák2015-02-041-2/+28
* radeonsi: fix a crash when binding a NULL sampler view listMarek Olšák2015-02-041-1/+1
* radeonsi: move the buffer descriptor to the end of the image descriptorMarek Olšák2015-02-044-7/+9
* radeonsi: don't use tgsi_parse_context to get processor typeMarek Olšák2015-02-041-7/+1
* radeonsi: fix instanced arrays with non-zero start instanceMarek Olšák2015-02-041-3/+3
* r600g,radeonsi: don't append to streamout buffers that haven't been used yetMarek Olšák2015-02-042-1/+4
* gallium: set PIPE_MAX_SAMPLERS to 18Marek Olšák2015-02-041-1/+1
* gallium/u_pstipple: add ability to specify a fixed texture unitMarek Olšák2015-02-043-9/+21
* gallium/util: add u_bit_scan64Marek Olšák2015-02-041-0/+7
* tgsi: add tgsi_get_processor_type helper from radeonMarek Olšák2015-02-043-11/+14
* st/osmesa: Fix osbuffer->textures indexingPark, Jeongmin2015-02-031-1/+1
* gallium/util: Don't use __builtin_clrsb in util_last_bit().Matt Turner2015-02-031-4/+0
* gallium: add a cap to determine whether the driver supports offset_clampIlia Mirkin2015-02-0215-1/+20
* dir-locals.el: Don't set variables for non-programming modesNeil Roberts2015-02-027-7/+7
* vc4: Kill a bunch of color write calculation when colormask is all off.Eric Anholt2015-02-011-8/+35
* vc4: Dump the VPM read index in QIR disasm.Eric Anholt2015-02-011-4/+9
* gallium/docs: fix docs wrt ARL/ARR/FLRRoland Scheidegger2015-01-291-10/+8
* vc4: Fix point size handling when it's the first output.Eric Anholt2015-01-291-1/+1
* gallium: Replace u_simple_list.h with util/simple_list.hEric Anholt2015-01-2825-228/+23
* mesa: Move simple_list.h to src/util.Eric Anholt2015-01-281-0/+1
* radeonsi: Enable VGPR spilling for all shader types v5Tom Stellard2015-01-288-52/+217
* radeonsi/compute: Allocate the scratch buffer during state creationTom Stellard2015-01-282-24/+62
* radeonsi: Add radeon_shader_binary member to struct si_shaderTom Stellard2015-01-282-6/+6
* radeonsi/compute: Rename si_compute::program to si_compute::shaderTom Stellard2015-01-281-5/+5
* radeonsi: Avoid leaking memory when rebuilding shader statesMarek Olšák2015-01-283-4/+13
* clover/llvm: Dump the OpenCL C code earlier.EdB2015-01-281-3/+3
* clover/llvm: Move CLOVER_DEBUG stuff into anonymous namespace.EdB2015-01-281-13/+20
* r600g: add support for primitive id without geom shader (v2)Dave Airlie2015-01-286-1/+51
* r600g: move selecting the pixel shader earlier.Dave Airlie2015-01-281-3/+4
* st/clover: Pass target instead of target.begin() to std::string()Michel Dänzer2015-01-271-3/+3
* r600g,radeonsi: Fix calculation of IR target cap string buffer sizeMichel Dänzer2015-01-271-2/+2
* clover: Fix build with llvm after r226981Jan Vesely2015-01-261-0/+4
* st/nine: Correctly handle when ff vs should have no texture coord input/outputAxel Davy2015-01-221-11/+20
* st/nine: Change comment relating to vertex shader inputs not matching declara...Axel Davy2015-01-221-5/+6
* st/nine: Allocate vs constbuf buffer for indirect addressing once.Axel Davy2015-01-223-5/+6
* st/nine: Allocate the correct size for the user constant bufferAxel Davy2015-01-223-7/+8
* st/nine: Add variables containing the size of the constant buffersAxel Davy2015-01-223-6/+10
* st/nine: Fix sm3 relative addressing for non-debug buildAxel Davy2015-01-221-4/+0
* st/nine: Remove unused code for psAxel Davy2015-01-223-40/+15
* st/nine: Correct rules for relative adressing and constants.Axel Davy2015-01-221-6/+8
* st/nine: Implement TEXREG2AR, TEXREG2GB and TEXREG2RGBAxel Davy2015-01-221-3/+36