summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-03radeonsi: keep track of dirty descriptor setsdescriptorsNicolai Hähnle2-4/+36
2016-06-03radeonsi: move si_descriptors into a per-context arrayNicolai Hähnle3-83/+166
2016-06-03radeonsi: pass shader stage to si_disable_shader_imageNicolai Hähnle1-4/+8
2016-06-03radeonsi: access descriptor sets via local variablesNicolai Hähnle1-31/+41
2016-06-03radeonsi: add si_set_rw_buffer to be used for internal descriptorsNicolai Hähnle3-14/+15
2016-06-03radeonsi: pass shader stage to si_set_shader_imageNicolai Hähnle1-5/+5
2016-06-03radeonsi: pass shader stage to si_set_sampler_viewNicolai Hähnle1-4/+5
2016-06-03radeonsi: move descriptor set begin_new_cs handling into a separate functionNicolai Hähnle1-21/+15
2016-06-03radeonsi: move enabled_mask out of si_descriptorsNicolai Hähnle4-30/+34
2016-06-03radeonsi: set descriptor dirty mask on shader buffer unbindNicolai Hähnle1-0/+1
2016-06-03st/mesa: fix resource leak in try_pbo_readpixelsNicolai Hähnle1-1/+1
2016-06-03radeonsi: mark buffer texture range valid for shader imagesNicolai Hähnle1-0/+23
2016-06-03Revert "egl: Check if API is supported when using eglBindAPI."Marek Olšák4-72/+10
2016-06-03mesa/formatquery: expand NUM_SAMPLE_COUNTS OpenGL ES commentAlejandro Piñeiro1-0/+3
2016-06-03mesa/get: return correct value for layer provoking vertex.Dave Airlie1-1/+1
2016-06-02egl: Account for default values of texture target and formatPlamena Manolova1-0/+6
2016-06-03nvc0: mark buffer texture range valid for shader imagesSamuel Pitoiset3-0/+31
2016-06-02isl: add support for Android libmesa_isl static libraryMauro Rossi4-1/+241
2016-06-02android: libmesa_glsl: add a dependency on libmesa_nir staticMauro Rossi1-2/+3
2016-06-02isl: automake: don't include isl_format_layout.c in two lists.Emil Velikov2-2/+1
2016-06-02automake: bring back the .PHONY git_sha1.h.tmp ruleEmil Velikov1-2/+17
2016-06-02i965: Add _NEW_POINT to a couple of comments.Kenneth Graunke3-3/+3
2016-06-02svga: allow copy box in svga_transfer_dma_band()Charmaine Lee1-13/+20
2016-06-02freedreno: fix bad bitshift warningsRob Clark1-0/+2
2016-06-02freedreno: assume builtin shaders do compileRob Clark1-1/+2
2016-06-02i965/fs: Reindent emit_zip().Francisco Jerez1-14/+14
2016-06-02i965/fs: Skip SIMD lowering destination zipping if possible.Francisco Jerez1-0/+55
2016-06-02blorp: Fix 16x multisample scaled blitsAnuj Phogat1-7/+10
2016-06-02meta: Fix indentation in shader codeAnuj Phogat1-2/+2
2016-06-03mesa/copyimage: report INVALID_VALUE for missing cube faceDave Airlie1-1/+1
2016-06-03mesa/copyimage: fix num samples check to handle renderbuffers.Dave Airlie1-4/+7
2016-06-02freedreno/a4xx: silence coverity warningRob Clark1-0/+6
2016-06-02freedreno/a3xx+a4xx: fix potential null ptr derefRob Clark2-2/+4
2016-06-02freedreno/ir3: fix coverity warningRob Clark1-1/+3
2016-06-02freedreno/ir3: use nir_shader_get_entrypoint() helperRob Clark1-10/+1
2016-06-02freedreno/a4xx: fix incorrect enum typeRob Clark1-1/+1
2016-06-02freedreno: fix coverity negative array index warningRob Clark1-0/+2
2016-06-02freedreno: fix dereference before null checkRob Clark1-2/+1
2016-06-02gallium/util: remove u_stagingRob Clark3-205/+0
2016-06-02freedreno/a3xx: only update/emit bordercolor state when neededRob Clark3-17/+27
2016-06-02freedreno/a4xx: only update/emit bordercolor state when neededRob Clark3-17/+26
2016-06-02i965: Add missing types to type_sz().Matt Turner1-1/+5
2016-06-02mesa/extensions: Fix ES1 extension reportingNanley Chery1-2/+2
2016-06-02egl: Check if API is supported when using eglBindAPI.Plamena Manolova4-10/+72
2016-06-02st/osmesa: remove double-write (overwriting)Eric Engestrom1-1/+0
2016-06-02st/vdpau: check for null pointer in get/put bits.Nayan Deshmukh2-0/+12
2016-06-02radeon/uvd: fix the H264 level for Tonga v2Christian König1-1/+1
2016-06-02mesa/formatquery: add a comment to clarify INTERNALFORMAT_PREFERREDAlejandro Piñeiro1-1/+4
2016-06-02i965/formatquery: remove INTERNALFORMAT_PREFERRED implementationAlejandro Piñeiro1-71/+0
2016-06-02i965/eu: use simd8 when exec_size != EXECUTE_16Alejandro Piñeiro1-2/+2