summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "intel/isl: Only create a CCS buffer if the image supports rendering"Nanley Chery2017-07-071-1/+1
* mesa: finish implementing glPrimitiveRestartNV() for display listsBrian Paul2017-07-071-1/+21
* vbo: fix glPrimitiveRestartNV crash inside a display listOlivier Lauffenburger2017-07-071-5/+15
* st/mesa: remove unused st_framebuffer::Private fieldBrian Paul2017-07-071-1/+0
* mesa: add some braces in _mesa_make_current()Brian Paul2017-07-071-1/+2
* vbo: rename target->index in loopback codeBrian Paul2017-07-071-12/+12
* vbo: whitespace/formatting fixes in vbo_save_loopback.cBrian Paul2017-07-071-52/+64
* vbo: simplify vbo_save_NotifyBegin()Brian Paul2017-07-073-24/+3
* svga: adjust line subpixel position for HWv8Brian Paul2017-07-071-1/+1
* etnaviv: fix refcnt initialization in etna_screenAleksander Morgado2017-07-071-0/+1
* a5xx: add support for rendering to RGB10A2_UNORM formatsIlia Mirkin2017-07-071-3/+3
* a5xx: set uint/sint bits for mrt output registerIlia Mirkin2017-07-072-2/+8
* a5xx: add backface stencil emissionIlia Mirkin2017-07-074-9/+27
* radeonsi: fix invalidating bindless buffer descriptorsSamuel Pitoiset2017-07-071-2/+2
* st/wgl: Implement wglUseFontBitmaps.Olivier Lauffenburger2017-07-061-16/+49
* st/wgl: improve selection of pixel formatOlivier Lauffenburger2017-07-061-7/+29
* ac/nir: Fix ordering of parameters for image atomic cmpswap intrinsicsAlex Smith2017-07-071-1/+1
* mesa: simplify get_tex_images_for_clear()Brian Paul2017-07-061-19/+14
* mesa: new comments, assertion related to glClearTexSubImageBrian Paul2017-07-061-0/+12
* st/mesa: find proper mipmap level in st_ClearTexSubImage()Brian Paul2017-07-061-4/+56
* st/mesa: whitespace fixes in st_cb_fbo.cBrian Paul2017-07-061-29/+19
* st/mesa: whitespace fixes in st_texture.cBrian Paul2017-07-061-13/+15
* radv: don't overallocate depth/stencil formatsDave Airlie2017-07-061-1/+1
* radv: enable sisched toggle in perftest flags.Dave Airlie2017-07-065-2/+10
* ac/llvm: set xnack like radeonsi does.Dave Airlie2017-07-061-1/+3
* ac/llvm: create features list using snprintf.Dave Airlie2017-07-061-2/+5
* ac/radv: change api to create target machineDave Airlie2017-07-063-7/+14
* build systems: move git_sha1_gen.sh to bin/Eric Engestrom2017-07-063-3/+3
* swr/rast: Correctly allocate SWR_STATS memory as cacheline alignedTim Rowley2017-07-062-5/+5
* swr/rast: remove unused variablesTim Rowley2017-07-062-4/+0
* swr/rast: don't use _mm256_fmsub_ps in AVX codeTim Rowley2017-07-061-1/+5
* swr/rast: _mm*_undefined_* implementations for gcc<4.9Tim Rowley2017-07-061-0/+6
* etnaviv: don't dereference etna_resource pointer if allocation failsAleksander Morgado2017-07-061-3/+7
* radv: add support for cmd predication.Dave Airlie2017-07-065-30/+64
* glsl: check if any of the named builtins are available firstIlia Mirkin2017-07-053-4/+14
* nir/spirv: Rework function argument setupJason Ekstrand2017-07-053-28/+34
* nir/spirv: Stop trying to convert pointers to SSA in glsl450Jason Ekstrand2017-07-051-1/+6
* nir/spirv: Use real pointer typesJason Ekstrand2017-07-054-15/+60
* nir/spirv: Stop using glsl_type for function typesJason Ekstrand2017-07-053-31/+31
* nir/spirv: Beef up the type system a bitJason Ekstrand2017-07-052-28/+59
* nir/spirv: Compact vtn_typeJason Ekstrand2017-07-052-26/+39
* nir/spirv: Simplify type copyingJason Ekstrand2017-07-051-7/+1
* nir/spirv: Compute offsets for UBOs and SSBOs up-frontJason Ekstrand2017-07-052-27/+138
* nir/spirv: Rework the way pointers get dereferencedJason Ekstrand2017-07-052-64/+88
* nir/spirv: Break variable creation out into a helperJason Ekstrand2017-07-051-172/+184
* nir/spirv: Remove unneeded parameters from pointer_to_offsetJason Ekstrand2017-07-053-19/+8
* nir/spirv: Simplify matrix loads/storesJason Ekstrand2017-07-052-100/+90
* nir/spirv: Use the correct stride for non-32-bit vectorsJason Ekstrand2017-07-051-1/+1
* nir/spirv: Wrap access chains in a new vtn_pointer data structureJason Ekstrand2017-07-054-159/+187
* nir/spirv: Rename some things from access_chain to pointerJason Ekstrand2017-07-054-82/+73