aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i965/vec4: Drop gen <= 7 assertion in pull constant load handling.Kenneth Graunke2014-08-121-1/+0
* i965/eu: Set src0 file to IMM on Gen8+ flow control instructions.Kenneth Graunke2014-08-121-9/+36
* i965/eu: Refactor brw_WHILE to share a bit more code on Gen6+.Kenneth Graunke2014-08-121-16/+12
* i965/eu: Emulate F32TO16 and F16TO32 on Broadwell.Kenneth Graunke2014-08-121-2/+50
* i965/vec4: Port Gen8 SET_VERTEX_COUNT handling to vec4_generator.Kenneth Graunke2014-08-121-18/+25
* i965/vec4: Switch to MOV, not OR, for GS_OPCODE_THREAD_END on Gen8.Kenneth Graunke2014-08-121-4/+3
* i965/vec4: Use MOV, not OR, to set URB write channel mask bits.Kenneth Graunke2014-08-121-4/+2
* i965/fs: Don't set flag_subreg_nr = 1 on predicated FB write setup.Kenneth Graunke2014-08-121-0/+1
* i965/vec4: Respect ir->force_writemask_all in Gen8 code generation.Kenneth Graunke2014-08-121-0/+1
* i965/vec4: Set NoMask for GS_OPCODE_SET_VERTEX_COUNT on Gen8+.Kenneth Graunke2014-08-121-1/+3
* gallium/r300: Fix a link error in the testsJason Ekstrand2014-08-121-1/+1
* i965: Return NONE from brw_swap_cmod on unknown input.Matt Turner2014-08-123-3/+3
* mesa/meta: Support decompressing floating-point formatsNeil Roberts2014-08-122-33/+78
* swrast: Enable GL_ARB_texture_compression_bptcNeil Roberts2014-08-121-0/+1
* i965: Enable the GL_ARB_texture_compression_bptc extensionNeil Roberts2014-08-122-0/+7
* mesa/main: Modify generate_mipmap_compressed to cope with float texturesNeil Roberts2014-08-121-5/+8
* mesa: Add texstore functions for BPTC-compressed texturesNeil Roberts2014-08-123-0/+709
* mesa: Add texel fetch functions for BPTC-compressed texturesNeil Roberts2014-08-124-0/+1001
* mesa: Add the format enums for BPTC-compressed imagesNeil Roberts2014-08-128-0/+112
* mesa/format_info: Add support for the BPTC layoutNeil Roberts2014-08-121-0/+3
* mesa/format_info: Add support for compressed floating-point formatsNeil Roberts2014-08-121-1/+3
* mesa: Fix the base format for GL_COMPRESSED_RGB_BPTC_*_FLOAT_ARBNeil Roberts2014-08-121-2/+2
* mesa: Add the GL_ARB_texture_compression_bptc extensionNeil Roberts2014-08-122-0/+2
* winsys/radeon: fix nop packet padding for hawaiiAndreas Boll2014-08-123-1/+16
* svga: Add a limit to the maximum surface sizeCharmaine Lee2014-08-129-7/+130
* mesa/st: Move declaration to top of block.José Fonseca2014-08-121-1/+3
* mesa/st: add support for dynamic sampler offsetsIlia Mirkin2014-08-122-18/+43
* radeon/uvd: fix gpu_address for video surfacesChristian König2014-08-122-0/+4
* mesa: Add a new function for getting the nonconst sampler array indexChris Forbes2014-08-122-0/+14
* glsl: Allow dynamically uniform sampler array indexing with 4.0/gs5Chris Forbes2014-08-121-1/+8
* nvc0/ir: describe the tex arguments for fermi/keplerIlia Mirkin2014-08-111-0/+25
* nvc0/ir: add kepler+ support for indirect texture referencesIlia Mirkin2014-08-111-7/+27
* nvc0/ir: add base tex offset for fermi indirect tex caseIlia Mirkin2014-08-111-2/+10
* i965: Revert part of f5cc3fdcf1680b116612fac7c39f1bd79f5e555e.Kenneth Graunke2014-08-111-1/+1
* vc4: Flip which primitives are considered front-facing.Eric Anholt2014-08-111-1/+1
* vc4: Don't forget to set the depth clear value in the packet.Eric Anholt2014-08-111-1/+1
* vc4: Add support for gl_FragCoord.Eric Anholt2014-08-115-4/+76
* vc4: Refactor shader input setup again.Eric Anholt2014-08-111-17/+24
* vc4: Clean up the tile alloc buffer size.Eric Anholt2014-08-111-1/+9
* vc4: Clarify some values implicitly chosen for binning config.Eric Anholt2014-08-111-1/+4
* vc4: Improve simulator memory allocation.Eric Anholt2014-08-111-4/+20
* vc4: Handle stride==0 in VBO validationEric Anholt2014-08-111-7/+9
* vc4: Stash some debug code for looking at what BOs are at what hindex.Eric Anholt2014-08-112-0/+5
* vc4: Use GEM under simulation even for non-winsys BOs.Eric Anholt2014-08-112-14/+9
* vc4: Don't forget to unmap the GEM BO when freeing.Eric Anholt2014-08-111-0/+3
* vc4: Add validation of raster-format textures.Eric Anholt2014-08-112-17/+96
* vc4: Drop VC4_PACKET_PRIMITIVE_LIST_FORMAT.Eric Anholt2014-08-112-4/+4
* vc4: Add validation that vertex indices don't overflow VBO bounds.Eric Anholt2014-08-112-18/+71
* vc4: Fix the shader record size for extended strides.Eric Anholt2014-08-111-0/+1
* vc4: Fix the shader record size for extended strides.Eric Anholt2014-08-111-1/+4