summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: Fix regression introduced by commit "mesa: fix packing of float texels ...Pavel Popov2014-07-181-8/+8
* nv50: fix build failure on m68k due to invalid struct alignment assumptionsThorsten Glaser2014-07-171-0/+5
* clover: Call end_query before getting timestamp result v2Tom Stellard2014-07-171-0/+1
* glsl: handle a switch where default is in the middle of casesTapani Pälli2014-07-172-3/+83
* glsl: Make the tree rebalancer use vector_elements, not components().Kenneth Graunke2014-07-161-2/+2
* glsl: Guard against error_type in the tree rebalancer.Kenneth Graunke2014-07-161-1/+3
* glsl: Make the tree rebalancer bail on matrix operands.Kenneth Graunke2014-07-161-1/+3
* Revert "i965: Implement GL_PRIMITIVES_GENERATED with non-zero streams."Kenneth Graunke2014-07-162-26/+7
* ilo: add some missing formatsChia-I Wu2014-07-161-21/+22
* ilo: update and tailor the surface format tableChia-I Wu2014-07-161-286/+258
* i965: Don't copy propagate abs into Broadwell logic instructions.Kenneth Graunke2014-07-152-12/+6
* i965/fs: Use WE_all for gl_SampleID header register munging.Kenneth Graunke2014-07-151-5/+9
* i965/fs: Set force_uncompressed and force_sechalf on samplepos setup.Kenneth Graunke2014-07-151-6/+8
* i965: Set execution size to 8 for instructions with force_sechalf set.Kenneth Graunke2014-07-151-1/+1
* 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