summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-063-10/+26
* 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
* i965: get uses texture gather from nir infoTimothy Arceri2016-10-063-9/+11
* i965: Eliminate brw->cs.prog_data pointer.Kenneth Graunke2016-10-056-17/+18
* i965: Eliminate brw->wm.prog_data pointer.Kenneth Graunke2016-10-0514-50/+68
* i965: Eliminate brw->gs.prog_data pointer.Kenneth Graunke2016-10-0510-59/+73
* i965: Eliminate brw->tes.prog_data pointer.Kenneth Graunke2016-10-0510-25/+29
* i965: Eliminate brw->tcs.prog_data pointer.Kenneth Graunke2016-10-058-25/+28
* i965: Eliminate brw->vs.prog_data pointer.Kenneth Graunke2016-10-0518-96/+121
* i965: Introduce downcast helpers for prog_data structures.Kenneth Graunke2016-10-057-62/+66
* i965/sync: Rename awkward variableChad Versace2016-10-051-6/+6
* i965/sync: Rename intel_syncobj.c -> brw_sync.cChad Versace2016-10-053-2/+2
* i965/sync: Replace 'intel' prefix with 'brw'Chad Versace2016-10-053-37/+37
* i965/sync: Fix uninitalized usage and leak of mutexChad Versace2016-10-051-2/+12