summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* glapi: add GL_ARB_explicit_uniform_locationTapani Pälli2014-06-161-0/+6
* i965/vec4: Use the sampler for pull constant loads on Broadwell.Kenneth Graunke2014-06-151-8/+8
* i965: Add missing newlines to a few perf_debug messages.Kenneth Graunke2014-06-151-2/+2
* i965: Drop Broadwell perf_debugs about missing MOCS that aren't missing.Kenneth Graunke2014-06-152-4/+0
* i965: Add missing MOCS setup for 3DSTATE_INDEX_BUFFER on Broadwell.Kenneth Graunke2014-06-151-3/+1
* i965/vec4: Fix dead code elimination for VGRFs of size > 1.Kenneth Graunke2014-06-151-1/+2
* i965: Add SHADER_OPCODE_SHADER_TIME_ADD to dump_instructions() decode.Kenneth Graunke2014-06-151-0/+2
* glsl: Fix clang mismatched-tags warnings with glsl_type.Vinson Lee2014-06-151-1/+1
* mesa/drivers: Fix clang constant-logical-operand warnings.Vinson Lee2014-06-144-13/+13
* glsl: Correct more typosChris Forbes2014-06-152-2/+2
* radeon/compute: Always report at least 1 compute unitTom Stellard2014-06-131-1/+1
* meta_blit: properly compute texture width for the CopyTexSubImage fallbackJason Ekstrand2014-06-131-1/+1
* freedreno/a3xx: vtx formatsRob Clark2014-06-132-63/+79
* freedreno: update generated headersRob Clark2014-06-134-16/+23
* freedreno: try for more squarish tile dimensionsRob Clark2014-06-131-3/+9
* freedreno: fix for null texturesRob Clark2014-06-132-6/+10
* llvmpipe: increase number of queries which can be binned simultaneously to 64Roland Scheidegger2014-06-131-1/+1
* radeon/compute: Implement PIPE_COMPUTE_CAP_MAX_COMPUTE_UNITSBruno Jiménez2014-06-133-0/+15
* Remove _mesa_is_type_integer and _mesa_is_enum_format_or_type_integerNeil Roberts2014-06-132-36/+0
* clover: query driver for the max number of compute unitsBruno Jiménez2014-06-123-1/+8
* gallium: Add PIPE_COMPUTE_CAP_MAX_COMPUTE_UNITSBruno Jiménez2014-06-122-1/+4
* r600g/compute: solve a bug introduced by 2e01b8b440c1402c88a2755d89f40292e1f3...Bruno Jiménez2014-06-121-1/+1
* egl/gallium: Set defines for supported APIs when using automakeNiels Ole Salscheider2014-06-123-0/+28
* mesa: glx: Reduce error log levelCourtney Goeltzenleuchter2014-06-121-1/+1
* cso: fix stream-out clean up in cso_release_all()Brian Paul2014-06-121-1/+1
* i965: Set the fast clear color value for texture surfacesNeil Roberts2014-06-122-2/+6
* glsl: Fix typo in comment.Chris Forbes2014-06-121-1/+1
* i965: Fix disassembly of BLORP clear programs.Kenneth Graunke2014-06-121-1/+1
* i965/fs: Move FB write default state mashing in a level.Kenneth Graunke2014-06-121-7/+7
* i965: Fix Haswell discard regressions since Gen4-5 line AA fix.Kenneth Graunke2014-06-121-2/+7
* gbm: Remove 64x64 restriction from GBM_BO_USE_CURSORMichel Dänzer2014-06-124-16/+12
* i965: Use brw->gen in some generation checks.Matt Turner2014-06-115-11/+17
* i965/fs: Clean up tabs in brw_fs_cse.cpp.Matt Turner2014-06-111-43/+43
* meta: save and restore swizzle for _GenerateMipmapRobert Bragg2014-06-111-0/+12
* i965/vec4: Emit smarter code for b2f of a comparisonIan Romanick2014-06-112-0/+48
* i965/vec4: Silence a couple unused parameter warningsIan Romanick2014-06-111-2/+2
* glsl: Store gl_uniform_driver_storage::format as the actual typeIan Romanick2014-06-112-6/+3
* softpipe: fix pt->resource assert placementDave Airlie2014-06-111-1/+1
* softpipe: enable AMD_vertex_shader_layer.Dave Airlie2014-06-111-1/+1
* softpipe: enable GLSL 3.30 support.Dave Airlie2014-06-111-1/+1
* softpipe: bump the softpipe geometry limitsDave Airlie2014-06-111-1/+1
* tgsi_exec: use defines for max inputs/outputsDave Airlie2014-06-112-4/+4
* softpipe: add layered rendering support.Dave Airlie2014-06-117-9/+55
* softpipe: add layering to the surface tile cache.Dave Airlie2014-06-115-72/+112
* softpipe: add depth clamping support. (v2)Dave Airlie2014-06-112-6/+30
* tgsi/gs: bound max output vertices in shaderDave Airlie2014-06-112-0/+9
* i965: Add GPU BLIT of texture image to PBO in Intel driverJon Ashburn2014-06-101-0/+110
* i965: Invalidate live intervals when inserting Gen4 SEND workarounds.Kenneth Graunke2014-06-101-0/+6
* i965: Don't use the head sentinel as an fs_inst in Gen4 workaround code.Kenneth Graunke2014-06-101-1/+1
* meta: Label the meta GLSL clear program.Kenneth Graunke2014-06-101-0/+1