summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* glsl: Skip "unsized arrays aren't allowed" check for TCS/TES/GS vars.Kenneth Graunke2016-09-191-1/+27
* nvc0: get rid of nvc0_stage_sampler_states_bind_range()Samuel Pitoiset2016-09-191-74/+9
* nvc0: get rid of nvc0_stage_set_sampler_views_range()Samuel Pitoiset2016-09-191-89/+15
* nv50/ir: optimize SUB(a, b) to MOV(a - b)Samuel Pitoiset2016-09-181-0/+10
* gk110/ir: fix wrong emission of OP_NOTSamuel Pitoiset2016-09-181-1/+1
* r600g/sb: fix struct/class declaration conflictsMartina Kollarova2016-09-181-5/+1
* i965: Drop assertion about buffer offset at draw time.Eric Anholt2016-09-171-11/+0
* tgsi: Enable returns from within loopsLars Hamre2016-09-171-0/+4
* svga: relax restriction of compressed formats for texture uploadCharmaine Lee2016-09-171-3/+22
* svga: skip query flush if we already have the query resultBrian Paul2016-09-171-5/+5
* svga: remove unneeded svga_context_flush() in svga_end_query()Brian Paul2016-09-171-5/+0
* svga: use upload buffer for upload texture.Charmaine Lee2016-09-176-26/+279
* svga: refactor svga_texture_transfer_map/unmap functionsCharmaine Lee2016-09-171-217/+272
* svga: add SVGA3d_vgpu10_TransferFromBuffer()Charmaine Lee2016-09-173-0/+51
* svga: single sample surface can be created as non-multisamples surfaceCharmaine Lee2016-09-172-2/+6
* svga: fix memory leak with sampler stateCharmaine Lee2016-09-171-3/+0
* svga: fix prim type check/assignment in translate_indices()Brian Paul2016-09-171-2/+2
* svga: use SVGA3D_QUERYTYPE_MAX for svga query type checkCharmaine Lee2016-09-171-3/+3
* svga: split the num-resources-mapped hud to textures & buffersCharmaine Lee2016-09-175-12/+26
* svga: change svga hud defines to enumsCharmaine Lee2016-09-171-22/+25
* svga: implement an index buffer translation cacheBrian Paul2016-09-175-6/+84
* svga: try to emit fewer buffer rebind commandsBrian Paul2016-09-175-5/+60
* svga: reduce unmapping/remapping of the default constant bufferBrian Paul2016-09-173-6/+40
* svga: optimize memcpy() in svga_buffer_update_hw()Brian Paul2016-09-171-1/+8
* svga: Use comparison between svga texture types to use PredCopyRegion commandNeha Bhende2016-09-171-6/+9
* svga: Add function svga_resource_type()Neha Bhende2016-09-172-19/+21
* nvc0/ir: fix subops for IMADSamuel Pitoiset2016-09-171-4/+6
* nvc0/ir: fix comments about instructions infoSamuel Pitoiset2016-09-171-2/+3
* mesa: Move buffers-unmapped earlier in check_valid_to_render().Kenneth Graunke2016-09-161-6/+6
* mesa: Expose GL_CONTEXT_FLAGS in ES 3.2.Kenneth Graunke2016-09-161-3/+5
* radeonsi/compute: Use the HSA abi for non-TGSI compute shaders v3Tom Stellard2016-09-163-18/+761
* radeonsi/compute: Add some more debug printfsTom Stellard2016-09-161-0/+3
* glsl: remove interpolateAt* instructions for demoted inputsMarek Olšák2016-09-162-0/+15
* mesa: fix glGetFramebufferAttachmentParameteriv w/ on-demand FRONT_BACK allocMarek Olšák2016-09-161-2/+14
* clover: fix getting scalar args api sizeSerge Martin2016-09-161-4/+3
* docs: add GL_ARB_gl_spirv to features listIlia Mirkin2016-09-161-0/+1
* ttn: fix warning after 7bf76563eRob Clark2016-09-161-0/+2
* gallium/docs: document alpha_to_coverage and alpha_to_one blend stateBrian Paul2016-09-161-0/+12
* st/mesa: update comment in st_atom_msaa.cBrian Paul2016-09-161-2/+2
* st/mesa: only enable MSAA coverage options when we have a MSAA bufferBrian Paul2016-09-162-4/+7
* spirv: use subpass image type (v1.1)Dave Airlie2016-09-161-1/+2
* glsl: add subpass image type (v2)Dave Airlie2016-09-165-2/+20
* isl: Finish tiling filtering for Gen6.Kenneth Graunke2016-09-153-5/+15
* i965: enable ARB_ES3_2_compatibility on gen8+Ilia Mirkin2016-09-153-1/+3
* i965/nir: Roll set_default_interpolation into lower_fs_inputsJason Ekstrand2016-09-153-39/+26
* i965/fs: Use NIR for handling forced per-sample interpolationJason Ekstrand2016-09-153-40/+12
* nir: Add a flag to lower_io to force "sample" interpolationJason Ekstrand2016-09-157-21/+38
* i965/fs: Use sample interpolation for interpolateAtCentroid in persample modeJason Ekstrand2016-09-151-0/+26
* mesa: check for no matrix change in _mesa_LoadMatrixf()Brian Paul2016-09-151-3/+5
* direct-to-native-GL for GLX clients on Cygwin ("Windows-DRI")Jon Turney2016-09-1520-4/+2066