summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove extern from texture functionTimothy Arceri2015-08-132-10/+1
* glsl: make linker error message more informativeTimothy Arceri2015-08-131-2/+3
* i965: Stop aux data compare preventing program binary re-useTopi Pohjolainen2015-08-131-32/+20
* i965: Only write program to cache when it doesn't exist yetTopi Pohjolainen2015-08-131-7/+7
* i965: Rename brw_upload_item_data to brw_alloc_item_dataTopi Pohjolainen2015-08-131-9/+10
* mesa: update MaxShaderStorageBlockSize to 2^27Tapani Pälli2015-08-131-1/+1
* mesa: fix name returned for XFB varyingsTapani Pälli2015-08-131-4/+16
* mesa: Fix printf format specifier warn of the ptrdiff_tEdward O'Callaghan2015-08-131-1/+1
* r600g: allow setting geometry shader sampler statesMarek Olšák2015-08-131-5/+0
* r600g: fix polygon offset scaleMarek Olšák2015-08-132-2/+2
* radeonsi: fix polygon offset scaleMarek Olšák2015-08-131-1/+1
* radeonsi: enable VS_OUT_MISC_SIDE_BUS_ENAMarek Olšák2015-08-131-0/+1
* radeonsi: add support for gl_PrimitiveID in the fragment shaderMarek Olšák2015-08-134-9/+49
* radeonsi: move VGT_GS_MODE to the VS stateMarek Olšák2015-08-131-2/+6
* freedreno/a4xx: format updatesRob Clark2015-08-121-4/+4
* freedreno/a3xx+a4xx: add texture buffer object supportRob Clark2015-08-127-11/+41
* ttn: add buffer texture typeRob Clark2015-08-121-0/+3
* freedreno/ir3: 'keeps' need neighbors found tooRob Clark2015-08-121-0/+5
* freedreno/ir3/print: print left/right neighbors tooRob Clark2015-08-121-0/+14
* freedreno/ir3: use nir pass to lower const to scalarRob Clark2015-08-121-0/+1
* freedreno/a4xx: point-size and spritelist fixesRob Clark2015-08-127-50/+46
* freedreno: cap cleanupsRob Clark2015-08-122-16/+16
* mesa: add NV_read_{depth,stencil,depth_stencil} extensionsRob Clark2015-08-122-9/+42
* i965/shader: Don't use OptimizeForAOS for NIR vec4 vertex shadersJason Ekstrand2015-08-121-1/+1
* mesa/teximage: report the correct function which triggered the errorNanley Chery2015-08-121-4/+4
* mesa/formats: don't byteswap when building array formatsOded Gabbay2015-08-121-11/+3
* mesa/formats: Don't flip channels of null array formatsJason Ekstrand2015-08-121-1/+2
* mesa/formats: Fix swizzle flipping for big-endian targetsJason Ekstrand2015-08-121-4/+12
* mesa/formats: Only do byteswapping for packed formatsJason Ekstrand2015-08-121-3/+3
* configure.ac: Always define __STDC_LIMIT_MACROS.Matt Turner2015-08-111-1/+1
* i965: Optimize brw_inst_set_bits() and brw_compact_inst_set_bits().Matt Turner2015-08-111-4/+4
* i965: Optimize brw_inst_bits() and brw_compact_inst_bits().Matt Turner2015-08-111-4/+4
* docs: add news item and link release notes for 10.6.4Emil Velikov2015-08-112-0/+7
* docs: add sha256 checksums for 10.6.4Emil Velikov2015-08-111-1/+2
* docs: add release notes for 10.6.4Emil Velikov2015-08-111-0/+136
* gallium/radeon: fix r600g build if LLVM is disabledMarek Olšák2015-08-111-4/+5
* r600g: use a bitfield to track dirty atomsGrazvydas Ignotas2015-08-114-10/+56
* r600g: don't mark unused atom dirtyGrazvydas Ignotas2015-08-111-1/+3
* r600g: use a helper to add an initialized atomGrazvydas Ignotas2015-08-114-8/+16
* gallium/radeon: use helper functions to mark atoms dirtyGrazvydas Ignotas2015-08-1119-145/+182
* docs: Mark ARB_shader_image_load_store as done on i965.Francisco Jerez2015-08-112-1/+2
* i965: Expose ARB_shader_image_load_store.Francisco Jerez2015-08-111-0/+1
* i965/fs: Clamp image array indices to the array bounds on IVB.Francisco Jerez2015-08-111-4/+21
* i965/fs: Translate image load, store and atomic NIR intrinsics.Francisco Jerez2015-08-111-0/+106
* i965/fs: Handle image uniforms in NIR programs.Francisco Jerez2015-08-112-8/+44
* i965: Implement logic to set up and upload an image uniform.Francisco Jerez2015-08-112-0/+32
* i965: Teach type_size() about the size of an image uniform.Francisco Jerez2015-08-112-0/+2
* i965/fs: Implement image load, store and atomic.Francisco Jerez2015-08-112-0/+264
* i965/fs: Import image format conversion primitives.Francisco Jerez2015-08-111-0/+265
* i965/fs: Import image format metadata queries.Francisco Jerez2015-08-111-0/+148