aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* intel/blorp: Explicitly flush all allocated stateJason Ekstrand2017-02-211-0/+8
* i915: remove extern "C" guardsEmil Velikov2017-02-215-40/+0
* i915: remove 'virtual' and extern C workaroundsEmil Velikov2017-02-211-9/+4
* i965: remove 'virtual' and extern C workaroundsEmil Velikov2017-02-211-13/+3
* i965: add extern C notation in headersEmil Velikov2017-02-213-0/+22
* st/mesa: move extern C wrappers where applicableEmil Velikov2017-02-212-7/+7
* mesa/tests: remove unneeded extern C { #include foo } hackEmil Velikov2017-02-211-2/+0
* mesa: remove unneeded extern C {} wrapperEmil Velikov2017-02-211-10/+0
* mesa: annotate functions for C linkageEmil Velikov2017-02-211-0/+8
* mesa: remove unused variable warning in release buildsTimothy Arceri2017-02-211-7/+2
* st/mesa: stop using TGSI_OPCODE_CLAMPMarek Olšák2017-02-181-10/+4
* i965/fs: fix uninitialized memory accessLionel Landwerlin2017-02-171-3/+2
* mesa/formatquery: use consistent local function namesAlejandro Piñeiro2017-02-171-9/+9
* i965/fs: fix 32-bit data type to int64 conversion on BSW/BXTSamuel Iglesias Gonsálvez2017-02-171-7/+7
* glsl: fix scons builds with shader cacheTimothy Arceri2017-02-171-0/+2
* i965/fs: Remove hand-coded 64-bit packing optimizationsJason Ekstrand2017-02-161-50/+0
* nir: Rename lower_double_pack to lower_64bit_packJason Ekstrand2017-02-161-1/+1
* nir: Combine the int and double [un]pack opcodesJason Ekstrand2017-02-162-26/+13
* i965/fs: Fix the inline nir_op_pack_double optimizationJason Ekstrand2017-02-161-1/+1
* mesa: remove cache creation from _mesa_initialize_context()Timothy Arceri2017-02-171-5/+0
* st/mesa/glsl: build string of dri options and use as input to building sha fo...Timothy Arceri2017-02-173-0/+57
* glsl: don't reprocess or clear UBOs on cache fallbackTimothy Arceri2017-02-171-7/+9
* glsl: skip more uniform initialisation when doing fallback linkingTimothy Arceri2017-02-171-3/+5
* glsl: don't lose uniform values when falling back to full compileTimothy Arceri2017-02-171-2/+2
* glsl: don't reference shader prog data during cache fallbackTimothy Arceri2017-02-171-1/+2
* mesa/glsl: add cache_fallback flag to gl_shader_program_dataTimothy Arceri2017-02-171-0/+2
* glsl: use correct shader source in case of cache fallbackTimothy Arceri2017-02-173-3/+15
* glsl: make use of on disk shader cacheTimothy Arceri2017-02-171-0/+8
* r100: use correct libdrm_radeon macroEmil Velikov2017-02-161-6/+2
* mesa: retain gl_shader_programs after glDeleteProgram if they are in useTimothy Arceri2017-02-165-9/+17
* mesa: remove tabs in dri xmlconfig.cTimothy Arceri2017-02-161-362/+362
* mesa: style fixes for dri xmlconfig.cTimothy Arceri2017-02-161-37/+94
* i965: Do not use purged bo after calling glObjectUnpurgeableChris Wilson2017-02-151-9/+27
* Revert "i915: Always enable GL 2.0 support."Matt Turner2017-02-152-4/+25
* getteximage: Return correct error value when texure object is not foundEduardo Lima Mitev2017-02-151-2/+4
* i965: define default allow_higher_compat_version valueLionel Landwerlin2017-02-151-0/+1
* drirc: add allow_higher_compat_version for Tropico 5Samuel Pitoiset2017-02-151-0/+4
* drirc: add allow_higher_compat_version for Crookz - The Big HeistSamuel Pitoiset2017-02-151-0/+4
* drirc: add allow_higher_compat_version for Worms WMDSamuel Pitoiset2017-02-151-0/+4
* driconf: add allow_higher_compat_version optionSamuel Pitoiset2017-02-155-2/+21
* st/mesa: tell u_vbuf that GL core doesn't have user VBOsMarek Olšák2017-02-141-1/+8
* gallium: let state trackers tell u_vbuf whether user VBOs are possibleMarek Olšák2017-02-141-1/+1
* st/mesa: use the common uploader (v2)Marek Olšák2017-02-147-44/+25
* mesa: Add EXT_frag_depth bits and enable it on all driversAnuj Phogat2017-02-131-0/+1
* xlib: remove always true ifdef GLX_EXTENSION guardsEmil Velikov2017-02-132-26/+0
* mesa: Ignore per-vertex array size in SSO pipeline validation.Kenneth Graunke2017-02-121-42/+56
* mesa: Do a draw time check for TES && !TCS in ES 3.x.Kenneth Graunke2017-02-121-0/+14
* mesa: Do (TCS && !TES) draw time validation in ES as well.Kenneth Graunke2017-02-121-19/+26
* i965/sampler_state: Set the "Base Mip Level" field on Sandy BridgeJason Ekstrand2017-02-122-1/+20
* i965/sampler_state: Pass texObj into update_sampler_stateJason Ekstrand2017-02-121-6/+4