summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* nvc0: expose ARB_compute_variable_group_sizeSamuel Pitoiset2016-10-071-2/+6
* nv50/ir: set number of threads/block for variable local sizeSamuel Pitoiset2016-10-071-0/+2
* st/mesa: expose ARB_compute_variable_group_sizeSamuel Pitoiset2016-10-071-0/+22
* st/mesa: add support for dispatching a variable local sizeSamuel Pitoiset2016-10-071-3/+12
* st/mesa: add mapping for SYSTEM_VALUE_LOCAL_GROUP_SIZESamuel Pitoiset2016-10-071-0/+2
* gallium: add PIPE_COMPUTE_CAP_MAX_VARIABLE_THREADS_PER_BLOCKSamuel Pitoiset2016-10-077-1/+15
* glsl: add gl_LocalGroupSizeARB as a system valueSamuel Pitoiset2016-10-072-0/+7
* glsl/linker: handle errors when a variable local size is usedSamuel Pitoiset2016-10-071-2/+23
* glsl: reject compute shaders with fixed and variable local sizeSamuel Pitoiset2016-10-071-0/+14
* glsl: process local_size_variable input qualifierSamuel Pitoiset2016-10-075-1/+37
* glsl: add enable flags for ARB_compute_variable_group_sizeSamuel Pitoiset2016-10-074-0/+12
* mesa/main: add support for ARB_compute_variable_groups_sizeSamuel Pitoiset2016-10-0711-1/+185
* glapi: add entry points for GL_ARB_compute_variable_group_sizeSamuel Pitoiset2016-10-076-1/+45
* nv50/ir: optimize sub(a, 0) to aKarol Herbst2016-10-061-0/+3
* st/mesa: move all sampler view code into new st_sampler_view.[ch] filesBrian Paul2016-10-0613-493/+589
* st/mesa: optimize pipe_sampler_view validationBrian Paul2016-10-064-30/+101
* mesa: call ctx->Driver.TexParameter() in texture_buffer_range()Brian Paul2016-10-061-0/+13
* st/mesa: consolidate view format setup codeBrian Paul2016-10-061-34/+54
* st/mesa: add some const qualifiers in st_atom_texture.cBrian Paul2016-10-061-3/+5
* st/mesa: simplify some code in get_texture_format_swizzle()Brian Paul2016-10-061-5/+5
* mesa: make _mesa_texture_buffer_range() staticBrian Paul2016-10-062-23/+19
* mesa: add const qualifier, comment on can_avoid_reallocation()Brian Paul2016-10-061-1/+8
* mesa: add comment/assertion on get_tex_level_parameter_buffer()Brian Paul2016-10-061-0/+5
* nir: Remove some no longer needed assertsJason Ekstrand2016-10-068-16/+1
* nir: Make nir_foo_first/last_cf_node return a block insteadJason Ekstrand2016-10-069-116/+84
* nir: Add asserts to the casting functionsJason Ekstrand2016-10-062-24/+45
* gallium/hud: Remove superfluous debugSteven Toth2016-10-064-52/+0
* amd: add amd_kernel_code_t.h to the sources listEmil Velikov2016-10-061-0/+1
* svga: add svga_mksstats.h to the sources listEmil Velikov2016-10-061-0/+1
* glx: rename choose_visual(), drop const argumentEmil Velikov2016-10-061-15/+11
* glx: return GL_FALSE from glx_screen_init where applicable.Emil Velikov2016-10-061-2/+5
* glx: correctly mask the drawableType for GLX_ARB_fbconfig_floatEmil Velikov2016-10-061-1/+1
* autoconf: Make header install distinct for various APIs (v2)Chuck Atkins2016-10-062-10/+24
* mesa: annotate AttribFuncsARB[] as constEmil Velikov2016-10-061-1/+1
* mapi/glapi: remove unused _glapi_check_table()Emil Velikov2016-10-062-68/+0
* glapi/hgl: remove the final user of _glapi_check_table()Emil Velikov2016-10-062-10/+0
* mapi/glapi: remove unused _glapi_check_table_not_nullEmil Velikov2016-10-062-24/+0
* st/xvmc/tests: force enable assertionsEmil Velikov2016-10-061-0/+2
* anv: automake: ship intel_icd.json.in in the tarballEmil Velikov2016-10-061-0/+1
* intel: automake: reference the correct headerEmil Velikov2016-10-062-2/+2
* intel: aubinator: add missing return charactersLionel Landwerlin2016-10-061-5/+5
* nir: Delete open coded type printing.Kenneth Graunke2016-10-063-36/+11
* anv: fix GetPhysicalDeviceProperties to return timestampPeriod in nsPhilipp Zabel2016-10-061-1/+1
* i965: remove remaining tabs in brw_draw.cTimothy Arceri2016-10-061-13/+13
* i965: get inputs read from nir infoTimothy Arceri2016-10-0610-20/+39
* i965: get outputs written from nir infoTimothy Arceri2016-10-066-22/+34
* i965: get outputs read from nir infoTimothy Arceri2016-10-062-2/+3
* i965: remove remaining tabs in brw_wm.cTimothy Arceri2016-10-061-44/+44
* mesa: remove the UsesDFdy flagTimothy Arceri2016-10-065-22/+2
* i965: get uses discard from nir infoTimothy Arceri2016-10-061-2/+4