aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* meta: Always bind the textureIan Romanick2015-09-101-3/+6
* i915, i965: Silence unused parameter warnings in intel_batchbuffer_advanceIan Romanick2015-09-102-0/+4
* i915: Silence unused parameter warning in intel_miptree_create_layoutIan Romanick2015-09-103-15/+5
* i915, i965: Silence unused parameter warnings in intel_miptree_unmap_gttIan Romanick2015-09-102-12/+4
* i915: Silence unused parameter warningsIan Romanick2015-09-103-7/+5
* i915: Remove prototype for nonexistent brw_miptree_layoutIan Romanick2015-09-101-2/+0
* i965: Make intel_miptree_map_raw staticIan Romanick2015-09-102-19/+17
* i915, i965: Silence unused parameter warnings in intel_mipmap_tree.hIan Romanick2015-09-102-0/+8
* i965: Silence unused parameter warnings in intel_mipmap_tree.cIan Romanick2015-09-103-11/+9
* i965: Silence unused parameter warnings in intel_fbo.cIan Romanick2015-09-101-3/+8
* st/mesa: set the vbuffer to NULL if we are skipping itDave Airlie2015-09-111-1/+5
* i965/cs: Enable barrier in MEDIA_INTERFACE_DESCRIPTORJordan Justen2015-09-104-1/+8
* i965/cs: Emit texture surfaces to enable CS samplingJordan Justen2015-09-102-1/+3
* i965: Set up sampler state for compute shadersJordan Justen2015-09-101-2/+12
* i965/fs: Set first_non_payload_grf in assign_curb_setupJordan Justen2015-09-101-4/+5
* i965: Support compute shaders in is_scalar_shader_stage()Jordan Justen2015-09-101-0/+1
* i965: Support CS in update_stage_texture_surfacesJordan Justen2015-09-101-0/+7
* i965: enable ARB_shader_texture_image_samplesIlia Mirkin2015-09-101-0/+1
* i965: add handling for imageSamplesIlia Mirkin2015-09-101-0/+5
* nir: convert glsl imageSamples into a new intrinsicIlia Mirkin2015-09-102-1/+7
* glsl: add support for the imageSamples functionIlia Mirkin2015-09-101-3/+40
* i965: add support for textureSamples functionIlia Mirkin2015-09-1010-1/+35
* glsl: add support for the textureSamples functionIlia Mirkin2015-09-101-0/+31
* glsl: add ARB_shader_texture_image_samples infrastructureIlia Mirkin2015-09-103-0/+6
* nir: add nir_texop_texture_samples and convert from glslIlia Mirkin2015-09-103-1/+11
* glsl: add ir_texture_samples texture opcodeIlia Mirkin2015-09-1011-6/+23
* mesa: add infra for ARB_shader_texture_image_samplesIlia Mirkin2015-09-102-0/+2
* i965: Fix typos in licenseIan Romanick2015-09-1033-66/+66
* i965: Remove horizontal bars from file header commentsIan Romanick2015-09-1031-129/+62
* svga: clean up the compile_vs/gs/fs() functionsBrian Paul2015-09-103-49/+27
* svga: fix shader variant memory leakBrian Paul2015-09-102-0/+6
* svga: remove useless MAX2() callBrian Paul2015-09-101-1/+1
* winsys/svga: remove useless assertionBrian Paul2015-09-101-1/+0
* softpipe: Implement and enable textureQueryLodKrzesimir Nowak2015-09-102-2/+55
* tgsi: Add code for handling lodq opcodeKrzesimir Nowak2015-09-102-0/+56
* softpipe: Add functions for computing relative mipmap levelKrzesimir Nowak2015-09-102-0/+120
* softpipe: Split 3D to 2D coords conversion into separate functionKrzesimir Nowak2015-09-102-51/+45
* softpipe: Split code getting a filter into separate functionKrzesimir Nowak2015-09-101-17/+41
* softpipe: Put mip_filter_func inside a structKrzesimir Nowak2015-09-102-12/+38
* softpipe: Split compute_lambda_lod into two functionsKrzesimir Nowak2015-09-101-17/+40
* softpipe: Fix textureLod with nonzero GL_TEXTURE_LOD_BIAS valueKrzesimir Nowak2015-09-101-1/+1
* tgsi: Remove trailing backslash in commentKrzesimir Nowak2015-09-101-1/+1
* gallium/radeon: handle PIPE_TRANSFER_FLUSH_EXPLICITMarek Olšák2015-09-103-22/+44
* radeonsi: don't update polygon offset state if it has no effectMarek Olšák2015-09-102-1/+4
* radeonsi: decrease the size of si_pm4_stateMarek Olšák2015-09-101-3/+2
* radeonsi/compute: add buffers to the CS directlyMarek Olšák2015-09-101-7/+11
* radeonsi: only use new versions of LLVM image and sample intrinsicsMarek Olšák2015-09-101-283/+186
* gallium/radeon: drop support for LLVM 3.4Marek Olšák2015-09-106-25/+7
* r600/llvm: remove dead code for LLVM 3.3Marek Olšák2015-09-101-106/+0
* r600g: use pipe_resource::width0 instead pb_buffer::sizeMarek Olšák2015-09-102-6/+6