aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nvc0: fix translate path for PRIM_RESTART_WITH_DRAW_ARRAYSChristoph Bumiller2014-07-151-13/+28
* nvc0: add support for indirect drawingChristoph Bumiller2014-07-1510-32/+223
* nouveau: check if a fence has already been signalledIlia Mirkin2014-07-151-0/+3
* glsl: Don't declare variables in for-loop declaration.Matt Turner2014-07-151-2/+2
* exec_list: Make various places use the new length() method.Connor Abbott2014-07-156-23/+9
* exec_list: Add a function to give the length of a list.Connor Abbott2014-07-151-0/+20
* exec_list: Add a prepend function.Connor Abbott2014-07-151-1/+19
* mesa: Don't allow GL_TEXTURE_{LUMINANCE,INTENSITY}_* queries outside compat p...Ian Romanick2014-07-151-2/+7
* mesa: Don't allow GL_TEXTURE_BORDER queries outside compat profileIan Romanick2014-07-151-0/+2
* mesa: Handle uninitialized textures like other textures in get_tex_level_para...Ian Romanick2014-07-151-5/+6
* i965/fs: Relax interference check in register coalescing.Matt Turner2014-07-151-11/+12
* i965/fs: Perform CSE on sends-from-GRF rather than textures.Matt Turner2014-07-151-1/+1
* glsl: Update expression types after rebalancing the tree.Matt Turner2014-07-151-0/+17
* glsl: Add callback_leave to ir_hierarchical_visitor.Matt Turner2014-07-153-73/+126
* i965: Initialize new chunks of realloc'd memory.Matt Turner2014-07-151-0/+4
* radeon/llvm: Fix LLVM diagnostic error reportingTom Stellard2014-07-151-7/+4
* util/tgsi: Fix ureg_EMIT/ENDPRIM prototype.José Fonseca2014-07-151-2/+2
* glapi: Use GetProcAddress instead of dlsym on Windows.Vinson Lee2014-07-141-0/+4
* ilo: raise texture size limitsChia-I Wu2014-07-152-17/+9
* ilo: move away from drm_intel_bo_alloc_tiledChia-I Wu2014-07-155-304/+359
* radeonsi: partially revert "switch descriptors to i32 vectors"Marek Olšák2014-07-141-0/+12
* i965/vec4: Invalidate live intervals in opt_cse, not _local.Matt Turner2014-07-141-3/+3
* i965/vec4: Move aeb list into opt_cse_local.Matt Turner2014-07-142-7/+7
* i965/fs: Invalidate live intervals in opt_cse, not _local.Matt Turner2014-07-141-3/+3
* i965/fs: Move aeb list into opt_cse_local.Matt Turner2014-07-142-7/+7
* glsl: Fix aggregates with dynamic initializers.Cody Northrop2014-07-141-3/+14
* Avoid mesa_dri_drivers import lib being installedJon TURNEY2014-07-131-2/+1
* i965/vec4: Silence warnings about unhandled interpolation opsChris Forbes2014-07-131-0/+3
* docs: Mark off ARB_gpu_shader5 interpolation functions for i965Chris Forbes2014-07-131-1/+1
* i965/fs: add support for ir_*_interpolate_at_* expressionsChris Forbes2014-07-132-2/+150
* i965/fs: Skip channel expressions splitting for interpolationChris Forbes2014-07-131-0/+25
* i965/fs: add generator support for pixel interpolator queryChris Forbes2014-07-134-0/+59
* i965: add low-level support for send to pixel interpolatorChris Forbes2014-07-132-0/+38
* i965/disasm: add support for pixel interpolator messagesChris Forbes2014-07-131-0/+17
* i965: Add message descriptor bit definitions for pixel interpolatorChris Forbes2014-07-132-0/+16
* i965/disasm: Disassemble indirect sends more properlyChris Forbes2014-07-121-162/+174
* i965: Avoid crashing while dumping vec4 insn operandsChris Forbes2014-07-121-1/+4
* i965: Fix two broken asserts in brw_eu_emitChris Forbes2014-07-121-2/+2
* glsl: add new interpolateAt* builtin functionsChris Forbes2014-07-121-0/+67
* glsl: add new expression types for interpolateAt*Chris Forbes2014-07-128-2/+79
* allow builtin functions to require parameters to be shader inputsChris Forbes2014-07-122-0/+24
* radeonsi: rename definitions of shader limitsMarek Olšák2014-07-117-44/+57
* radeonsi: switch descriptors to i32 vectorsMarek Olšák2014-07-111-13/+16
* radeonsi: properly implement texture opcodes that take an offsetMarek Olšák2014-07-111-84/+104
* radeonsi: fix texture fetches with derivatives for 1DArray and 3D texturesMarek Olšák2014-07-111-4/+30
* radeonsi: fix samplerCubeShadow with biasMarek Olšák2014-07-111-6/+6
* st/mesa: fix samplerCubeShadow with biasMarek Olšák2014-07-111-1/+7
* mesa: fix crash in st/mesa after deleting a VAOMarek Olšák2014-07-114-33/+33
* configure: Cygwin requires _XOPEN_SOURCE >= 700 to prototype strndup()Jon TURNEY2014-07-111-1/+1
* gallium/docs: minor clarification for TXQ instructionBrian Paul2014-07-101-0/+4