summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-18st/mesa: implement PBO downloads for ReadPixelspbo-downloadNicolai Hähnle3-3/+159
2016-05-18st/mesa: hook up a no-op try_pbo_readpixelsNicolai Hähnle1-20/+37
2016-05-18st/mesa: add layer_offset to PBO fragment shaderNicolai Hähnle2-4/+16
2016-05-18st/mesa: create PBO download fragment shadersNicolai Hähnle2-7/+79
2016-05-18st/mesa: add PBO download enable bit and fragment shadersNicolai Hähnle2-0/+16
2016-05-18st/mesa: move shareable parts of PBO upload state and draw to st_pbo.cNicolai Hähnle3-106/+129
2016-05-18st/mesa: move PBO buffer address calculation to st_pbo.cNicolai Hähnle3-120/+204
2016-05-18st/mesa: move PBO upload fs creation to st_pbo.cNicolai Hähnle3-77/+80
2016-05-18st/mesa: rename pbo_upload to pboNicolai Hähnle3-48/+48
2016-05-18st/mesa: move PBO vertex and geometry shader creation to st_pbo.cNicolai Hähnle3-89/+97
2016-05-18st/mesa: begin moving PBO functions into their own fileNicolai Hähnle6-61/+129
2016-05-18gallium/cso: allow saving the first fragment shader image slotNicolai Hähnle3-4/+53
2016-05-18gallium/u_inlines: allow NULL src in util_copy_image_viewNicolai Hähnle1-4/+11
2016-05-18gallium: add PIPE_BARRIER_ALL defineNicolai Hähnle1-0/+1
2016-05-18mesa/st: don't leak nameRob Clark1-2/+5
2016-05-17svga: null out all sampler views if start=num=0Brian Paul1-0/+12
2016-05-17st/mesa: remove unused st_context::default_textureBrian Paul2-7/+0
2016-05-17cso: remove / add some commentsBrian Paul1-6/+4
2016-05-17vc4: Add support for vertex color clamping in the rasterizer.Eric Anholt3-1/+6
2016-05-17vc4: Move tgsi_to_nir to precompile time.Eric Anholt1-12/+15
2016-05-17vc4: Mark the driver as supporting fragment color clamping in rast.Eric Anholt1-1/+1
2016-05-17vc4: Enable sharing shaders across contexts.Eric Anholt2-2/+3
2016-05-17vc4: Switch to using nir_load_front_face.Eric Anholt2-9/+18
2016-05-17vc4: Drop the dead export_linkage array.Eric Anholt1-5/+0
2016-05-17vc4: Fix a -Wformat-security warning.Eric Anholt1-1/+1
2016-05-17radeonsi: add new polaris11 pci idsAlex Deucher1-0/+3
2016-05-17radeonsi: add new polaris10 pci idsAlex Deucher1-0/+9
2016-05-17i965: Make brw_reg_from_fs_reg() halve exec_size when compressed.Kenneth Graunke1-4/+6
2016-05-17i965: Move compression decisions before brw_reg_from_fs_reg().Kenneth Graunke1-26/+26
2016-05-17i965: Enable ES 3.2 sample shading extensions.Kenneth Graunke2-3/+4
2016-05-17anv: Fix warning: unused variable ‘cs_prog_data’Jordan Justen2-2/+0
2016-05-17android: fix building error in libmesa_st_mesaMauro Rossi1-0/+2
2016-05-17radeonsi: force level zero on image instructions in non-fragment shaders (v2)Nicolai Hähnle1-0/+5
2016-05-17radeonsi: emit TXQ in separate functionsNicolai Hähnle1-52/+78
2016-05-17winsys/amdgpu: cleanup error handling in amdgpu_ctx_createNicolai Hähnle1-9/+14
2016-05-17winsys/amdgpu: avoid ioctl call when fence_wait is called without timeoutNicolai Hähnle1-3/+10
2016-05-17gallium/radeon: add radeon_emitted to check for non-trivial IBsNicolai Hähnle8-16/+17
2016-05-17gallium/radeon: use radeon_emit_arrayNicolai Hähnle1-2/+1
2016-05-17gallium/radeon: use radeon_emitNicolai Hähnle9-136/+135
2016-05-17st/mesa: fix reversed copyimage canonical formatNicolai Hähnle1-3/+3
2016-05-17Revert "HACK: Don't re-configure L3$ in render stages pre-BDW"Jordan Justen1-11/+0
2016-05-17anv: Port L3 cache programming from i965Jordan Justen9-173/+593
2016-05-17anv/gen7: Add memory barrier to vkCmdWaitEvents callJordan Justen1-0/+6
2016-05-17anv: Keep track of whether the data cache should be enabled in L3Jordan Justen3-1/+11
2016-05-17genxml/hsw: Add L3 cache control registersJordan Justen1-0/+8
2016-05-17Treewide: Remove Elements() macroJan Vesely42-149/+141
2016-05-17r600g,sb: Don't use standard macro nameJan Vesely5-11/+11
2016-05-17anv/formats: Add support for VK_FORMAT_B4G4R4A4_UNORM pre-gen8Jason Ekstrand1-0/+10
2016-05-17anv: Add a devinfo argument to the get_format functionsJason Ekstrand5-15/+20
2016-05-17anv/formats: Set the swizzle to RGB1 when using an RGBA format to fake RGBJason Ekstrand1-2/+5