aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: Add a helper function _mesa_unpack_format_to_base_format()Anuj Phogat2015-07-242-0/+47
* mesa: Set green, blue channels to zero only for formats with these componentsAnuj Phogat2015-07-241-3/+10
* meta: Don't do fragment color clamping in _mesa_meta_pbo_GetTexSubImageAnuj Phogat2015-07-241-0/+5
* meta: Abort meta pbo path if readpixels need signed-unsigned conversionAnuj Phogat2015-07-241-0/+26
* meta: Fix transfer operations check in meta pbo path for readpixelsAnuj Phogat2015-07-241-4/+9
* mesa: Turn get_readpixels_transfer_ops() in to a global functionAnuj Phogat2015-07-242-7/+15
* i965: Use updated kernel interface for accurate TIMESTAMP readsChris Wilson2015-07-243-17/+49
* glsl/glcpp: fix SIGSEGV when checking error condition for macro redefinitionSamuel Iglesias Gonsalvez2015-07-241-2/+2
* nvc0/ir: per-patch vars are in a separate address spaceIlia Mirkin2015-07-242-11/+9
* nvc0/ir: kepler can't do indirect shader input/output loads directlyIlia Mirkin2015-07-238-6/+75
* radeon: Silence GCC unused-but-set-variable warnings.Vinson Lee2015-07-231-1/+5
* doxygen: Link GLvector4f struct members properly, avoiding invalid XML/HTML w...Rhys Kidd2015-07-231-1/+1
* doxygen: Correct grammatical typo in math/m_vector.hRhys Kidd2015-07-231-1/+1
* mesa: minor clean-ups in shaderapi.cBrian Paul2015-07-231-7/+10
* mesa: fix _mesa_error() compiler warnings in shaderapi.cBrian Paul2015-07-231-33/+33
* st/mesa: remove unused 'samp' function parametersBrian Paul2015-07-231-5/+3
* st/mesa: add comments on a few sampler view functionsBrian Paul2015-07-231-0/+10
* mesa: do more thorough target checking in compressed_subtexture_target_check()Brian Paul2015-07-231-26/+40
* mesa: another target fix in compressed_subtexture_target_check()Brian Paul2015-07-231-1/+8
* mesa: simplify format check in compressed_subtexture_target_check()Brian Paul2015-07-231-14/+10
* mesa: initialize variables to silence compiler warningsBrian Paul2015-07-232-3/+3
* apiexec: remove leading gl from shader subroutine interfacesDave Airlie2015-07-241-8/+8
* nvc0/ir: tess factors are now sysvals, adapt codegen to expect thatIlia Mirkin2015-07-236-11/+24
* i965: add support for ARB_shader_subroutineDave Airlie2015-07-247-2/+16
* mesa: rearrange texture error checking orderIlia Mirkin2015-07-231-13/+13
* mesa: adjust error message when there's a missing teximageIlia Mirkin2015-07-231-2/+1
* Revert "Match swrast modes more loosely."Marek Olšák2015-07-231-58/+1
* gallivm: Fix profile build.Jose Fonseca2015-07-231-1/+1
* gallium/util: Stop bundling our snprintf implementation.Jose Fonseca2015-07-233-1485/+31
* Match swrast modes more loosely.Tom Hughes2015-07-231-1/+58
* mesa: Fix error in target validation of glCompressedTex(ture)SubImage3D() callsEduardo Lima Mitev2015-07-231-1/+2
* gallivm: Add ifdefs so raw_debug_stream is only defined when usedTom Stellard2015-07-231-0/+2
* gallivm: Don't use raw_debug_ostream for dissasemblingTom Stellard2015-07-231-14/+13
* gk110/ir: fake BAR supportIlia Mirkin2015-07-231-0/+12
* nvc0/ir: cleanup private enums that have graduated to galliumIlia Mirkin2015-07-232-7/+0
* nvc0/ir: allow tess eval output loads to be CSE'dIlia Mirkin2015-07-231-0/+2
* nvc0/ir: add hazard for 2nd dim of vfetch/load indirect argumentIlia Mirkin2015-07-231-0/+2
* nvc0/ir: patch vertex count is stored in the upper bitsIlia Mirkin2015-07-231-0/+4
* nvc0/ir: add support for reading outputs in tess control shadersIlia Mirkin2015-07-232-2/+18
* nvc0/ir: set perPatch flag on load/stores to per-patch varyingsIlia Mirkin2015-07-231-2/+6
* nvc0/ir: populate info structure based on new tess propertiesIlia Mirkin2015-07-231-0/+18
* nvc0/ir: mark varyings as per-patch based on semantic nameIlia Mirkin2015-07-232-4/+16
* nvc0: TESSCOORD comes in as a sysval, not an inputIlia Mirkin2015-07-232-11/+10
* nvc0: add handling for set_tess_state callbackIlia Mirkin2015-07-233-0/+34
* nvc0: add support for setting patch vertices at draw timeIlia Mirkin2015-07-234-3/+8
* nvc0: support MAX_SHADER_PATCH_VARYINGSIlia Mirkin2015-07-231-1/+2
* nvc0: preliminary tess supportIlia Mirkin2015-07-2310-54/+86
* st/mesa: enable shader subroutineDave Airlie2015-07-231-0/+1
* st/mesa: add subroutine bits (v1.1)Dave Airlie2015-07-231-1/+1
* mesa: fill out the ARB_shader_subroutine APIsDave Airlie2015-07-232-3/+451