summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i965: do_blit_drawpixels: decode array formatsAlexander Monakov2015-06-111-0/+2
* i965: do not round line width when multisampling or antialiaing are enabledIago Toral Quiroga2015-06-115-15/+25
* i965: Momentarily pretend to support ARB_texture_stencil8 for blits.Kenneth Graunke2015-06-101-0/+7
* llvmpipe: simplify lp_resource_copy()Brian Paul2015-06-101-59/+2
* mesa: add GL_RED, GL_RG support for floating point texturesTapani Pälli2015-06-101-3/+34
* mesa: allow unsized formats GL_RG, GL_RED for GLES 3.0 with half floatTapani Pälli2015-06-101-0/+4
* glsl: remove restriction on unsized arrays in GLSL ES 3.10Timothy Arceri2015-06-101-1/+9
* st/dri: check pscreen is valid before querying paramDave Airlie2015-06-101-1/+1
* nouveau: set imported buffers to what the kernel gives usDave Airlie2015-06-101-1/+1
* vc4: Drop qir include from vc4_screen.hEric Anholt2015-06-091-1/+1
* vc4: Drop subdirectory in vc4 build.Eric Anholt2015-06-094-49/+5
* vc4: Update to current kernel validation code.Eric Anholt2015-06-093-35/+37
* android: build with libcxx on android lollipopChih-Wei Huang2015-06-094-2/+10
* android: enable the radeonsi driverChih-Wei Huang2015-06-094-0/+30
* android: generate files by $(call es-gen)Chih-Wei Huang2015-06-091-4/+12
* android: try to load gallium_dri.so directlyChih-Wei Huang2015-06-091-0/+9
* android: Depend on gallium_dri from EGL, instead of linking in gallium.Chih-Wei Huang2015-06-091-80/+3
* android: add rules to build a gallium_dri.soChih-Wei Huang2015-06-094-2/+189
* android: add rules to build gallium/state_trackers/driChih-Wei Huang2015-06-092-2/+67
* android: export more dirs from libmesa_dri_commonChih-Wei Huang2015-06-091-1/+3
* android: loader: export the path to be includedChih-Wei Huang2015-06-092-1/+2
* i965/gen9: Use raw PS invocation count for queriesBen Widawsky2015-06-091-1/+1
* glsl: fix comment typo: s/accpet/accept/Brian Paul2015-06-091-1/+1
* mesa: remove some MAX_NV_FRAGMENT_PROGRAM_* macrosBrian Paul2015-06-092-13/+4
* fs/reg_allocate: Remove the MRF hack helpers from fs_visitorJason Ekstrand2015-06-092-16/+13
* i965/fs: Don't let the EOT send message interfere with the MRF hackJason Ekstrand2015-06-092-3/+17
* rtasm: Generalize executable memory allocator to all Unices.Jose Fonseca2015-06-091-1/+1
* i965/fs: Drop fs_inst::force_uncompressed.Francisco Jerez2015-06-091-1/+0
* i965/fs: Remove dead IR construction code from the visitor.Francisco Jerez2015-06-094-439/+0
* i965/fs: Migrate test_fs_cmod_propagation to the IR builder.Francisco Jerez2015-06-091-52/+50
* i965/fs: Migrate test_fs_saturate_propagation to the IR builder.Francisco Jerez2015-06-091-35/+34
* i965/fs: Migrate translation of NIR texturing instructions to the IR builder.Francisco Jerez2015-06-092-5/+6
* i965/fs: Migrate translation of NIR intrinsics to the IR builder.Francisco Jerez2015-06-092-41/+42
* i965/fs: Migrate translation of NIR ALU instructions to the IR builder.Francisco Jerez2015-06-093-99/+99
* i965/fs: Migrate translation of NIR control flow to the IR builder.Francisco Jerez2015-06-092-12/+14
* i965/fs: Migrate NIR variable handling to the IR builder.Francisco Jerez2015-06-091-11/+10
* i965/fs: Migrate NIR emit_percomp() to the IR builder.Francisco Jerez2015-06-092-7/+12
* i965/fs: Migrate CS terminate message to the IR builder.Francisco Jerez2015-06-091-3/+2
* i965/fs: Migrate VS output writes to the IR builder.Francisco Jerez2015-06-091-13/+11
* i965/fs: Migrate FS framebuffer writes to the IR builder.Francisco Jerez2015-06-093-34/+35
* i965/fs: Migrate FS alpha test to the IR builder.Francisco Jerez2015-06-091-5/+5
* i965/fs: Migrate FS discard handling to the IR builder.Francisco Jerez2015-06-091-3/+3
* i965/fs: Migrate FS gl_SamplePosition/ID computation code to the IR builder.Francisco Jerez2015-06-091-25/+24
* i965/fs: Migrate FS interpolation code to the IR builder.Francisco Jerez2015-06-092-48/+46
* i965/fs: Migrate shader time to the IR builder.Francisco Jerez2015-06-092-36/+23
* i965/fs: Migrate untyped surface read and atomic to the IR builder.Francisco Jerez2015-06-091-28/+27
* i965/fs: Migrate texturing implementation to the IR builder.Francisco Jerez2015-06-091-81/+78
* i965/fs: Migrate pull constant loads to the IR builder.Francisco Jerez2015-06-093-31/+21
* i965/fs: Migrate Gen4 send dependency workarounds to the IR builder.Francisco Jerez2015-06-092-17/+11
* i965/fs: Migrate lower_integer_multiplication to the IR builder.Francisco Jerez2015-06-091-13/+11