summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-151-0/+1
* 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-1519-3/+2057
* mesa: Expose RESET_NOTIFICATION_STRATEGY with KHR_robustness.Kenneth Graunke2016-09-152-3/+10
* anv/cmd_buffer: Set the L3 atomic disable mask bit in CHICKEN3 on HSWJason Ekstrand2016-09-142-0/+2
* intel/blorp: Stop setting 3DSTATE_DRAWING_RECTANGLEJason Ekstrand2016-09-143-20/+5
* intel/blorp: Emit 3DSTATE_MULTISAMPLE directlyJason Ekstrand2016-09-143-53/+45
* intel: Move Vulkan sample positions to common codeJason Ekstrand2016-09-144-21/+21
* Revert "tgsi/scan: don't set interp flags for inputs only used by INTERP inst...Marek Olšák2016-09-151-57/+48
* i965/vec4: Assert that pull constant load offsets are 16B-aligned.Francisco Jerez2016-09-141-0/+1
* i965/vec4: Assert that ATTR regions are register-aligned.Francisco Jerez2016-09-141-0/+1
* i965/vec4: Don't spill non-GRF-aligned register regions.Francisco Jerez2016-09-142-2/+5