summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* nouveau: only try to get new storage if there are any levelsIlia Mirkin2014-08-131-10/+13
* nouveau: add emacs dir-locals file for tabs/8-space indentsIlia Mirkin2014-08-131-0/+8
* mesa/st: enable ARB_gpu_shader5 if the reported GLSL version >= 400Ilia Mirkin2014-08-131-0/+3
* android: megadriver_stub: prefix static libraries with libmesa_Emil Velikov2014-08-132-3/+3
* android: dri/i9*5: remove used _INCLUDES variableEmil Velikov2014-08-134-14/+3
* android: drivers/dri: add $(mesa_top)/src to the includes listEmil Velikov2014-08-131-0/+1
* android: dri: use the installed libdrm headersEmil Velikov2014-08-133-6/+3
* android: dri/i915: do not build an 'empty' driverEmil Velikov2014-08-131-1/+1
* automake: mesa: whitespace fixesEmil Velikov2014-08-131-8/+6
* mesa: guard better when building with sse4.1 optimisationsEmil Velikov2014-08-133-0/+12
* mesa/st: add BPTC formats, expose ARB_texture_compression_bptcIlia Mirkin2014-08-123-1/+49
* i965: Delete the Gen8 code generators.Kenneth Graunke2014-08-129-4076/+0
* i965: Never use the Gen8 code generators.Kenneth Graunke2014-08-123-28/+10
* i965: Switch to the EU emit layer for code generation on Broadwell.Kenneth Graunke2014-08-123-3/+3
* i965: Retype atomics to UD in Gen8 code generation.Kenneth Graunke2014-08-122-4/+8
* i965/vp: Use the sampler for pull constant loads on Gen7/7.5.Kenneth Graunke2014-08-121-5/+12
* 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
* 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
* mesa/st: Move declaration to top of block.José Fonseca2014-08-121-1/+3
* mesa/st: add support for dynamic sampler offsetsIlia Mirkin2014-08-121-17/+42
* mesa: Add a new function for getting the nonconst sampler array indexChris Forbes2014-08-122-0/+14
* i965: Revert part of f5cc3fdcf1680b116612fac7c39f1bd79f5e555e.Kenneth Graunke2014-08-111-1/+1
* gallium: remove PIPE_SHADER_CAP_MAX_ADDRSMarek Olšák2014-08-111-2/+1
* st/mesa: compute supported GL versions at DRIscreen creationMarek Olšák2014-08-111-4/+27
* gallium: pass st_config_options to query_versionsMarek Olšák2014-08-111-0/+1
* mesa: return version 0 if the computed core profile version is too lowMarek Olšák2014-08-111-2/+7
* mesa: add _mesa_get_version, a ctx-independent variant of _mesa_compute_versionMarek Olšák2014-08-112-126/+152
* mesa: add a context-independent variant of _mesa_override_gl_versionMarek Olšák2014-08-112-10/+23
* mesa: make _mesa_init_constants context-independent and publicMarek Olšák2014-08-112-101/+104
* mesa: make _mesa_init_extensions context-independentMarek Olšák2014-08-113-6/+6