aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* i965/fs: Use conditional sends to do FB writes on HSW+.Eric Anholt2014-02-184-18/+46
* i965/fs: Drop dead comment about the old proj_attrib_mask optimization.Eric Anholt2014-02-181-6/+0
* i965: Drop mt->levels[].width/height.Eric Anholt2014-02-187-42/+23
* i965: Move singlesample_mt to the renderbuffer.Eric Anholt2014-02-188-276/+168
* i965: Drop some duplicated code in DRI winsys BO updates.Eric Anholt2014-02-183-110/+38
* i965: Simplify intel_miptree_updownsample.Eric Anholt2014-02-181-24/+11
* i965: Don't try to use the ctx->ReadBuffer when asked to blorp miptrees.Eric Anholt2014-02-181-3/+4
* i965: Make the mt->target of multisample renderbuffers be 2D_MS.Eric Anholt2014-02-181-3/+5
* nouveau: fix chipset checks for nv1a by using the oclass insteadIlia Mirkin2014-02-133-7/+8
* i965: Add a driver hook for binding renderbuffers to textures.Eric Anholt2014-02-121-0/+36
* i965/vec4: Fix confusion between SWIZZLE and BRW_SWIZZLE macros.Francisco Jerez2014-02-123-4/+4
* i965/fs: Remove fs_reg::sechalf.Francisco Jerez2014-02-124-12/+16
* i965/fs: Remove fs_reg::smear.Francisco Jerez2014-02-127-24/+30
* i965/fs: Add support for specifying register horizontal strides.Francisco Jerez2014-02-126-11/+68
* i965/fs: Add support for sub-register byte offsets to the FS back-end IR.Francisco Jerez2014-02-125-21/+46
* glsl: Add image type to the GLSL IR.Francisco Jerez2014-02-124-0/+5
* i965: Fix General and Indirect Base Addresses on Broadwell.Kenneth Graunke2014-02-111-2/+2
* i965: Drop VECTOR_MASK_ENABLE in Broadwell's 3DSTATE_VS packet.Kenneth Graunke2014-02-111-1/+1
* i965/gs: Fix EndPrimitive on Broadwell.Kenneth Graunke2014-02-111-0/+7
* i965/vec4: Support arbitrarily large sampler indices on Broadwell+.Kenneth Graunke2014-02-111-3/+22
* i965/fs: Support arbitrarily large sampler indices on Broadwell+.Kenneth Graunke2014-02-111-1/+18
* i965/fs: Fix Broadwell texture header setup to be uncompressed.Kenneth Graunke2014-02-111-0/+5
* mesa: GL_ARB_half_float_pixel is not optionalIan Romanick2014-02-113-3/+0
* dri/nouveau: Pass the API into _mesa_initialize_contextEmil Velikov2014-02-116-10/+16
* i965: Don't call abort() on an unknown device.Kenneth Graunke2014-02-112-2/+4
* i965/fs: Simplify FS_OPCODE_SET_OMASK stride mashing a bit.Kenneth Graunke2014-02-111-4/+2
* i965/fs: Simplify FS_OPCODE_SET_SAMPLE_ID stride mashing a bit.Kenneth Graunke2014-02-111-2/+1
* i965: Program 2x MSAA sample positions.Kenneth Graunke2014-02-103-4/+16
* i965: Store 4x MSAA sample positions in a scalar value, not an array.Kenneth Graunke2014-02-103-4/+4
* i965: Duplicate less code in GetSamplePositions driver hook.Kenneth Graunke2014-02-101-11/+12
* mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.Kenneth Graunke2014-02-0919-49/+49
* mesa: allocate gl_debug_state on demandBrian Paul2014-02-081-1/+5
* i965: Label JIP and UIP in Broadwell shader disassembly.Kenneth Graunke2014-02-071-2/+6
* i965: Don't disassemble UIP field for Broadwell WHILE instructions.Kenneth Graunke2014-02-071-2/+1
* i965: Don't print source registers for Broadwell flow control.Kenneth Graunke2014-02-071-13/+14
* i965: Fix fast depth clear values on Broadwell.Kenneth Graunke2014-02-071-1/+4
* i965: Enable ARB_texture_gather for one component on Gen6.Chris Forbes2014-02-082-1/+3
* i965/vec4: Emit shader w/a for Gen6 gatherChris Forbes2014-02-082-0/+32
* i965/fs: Emit shader w/a for Gen6 gatherChris Forbes2014-02-082-0/+35
* i965: Add surface format overrides for Gen6 gatherChris Forbes2014-02-081-5/+32
* i965: Add Gen6 gather wa to sampler keyChris Forbes2014-02-082-0/+32
* i965: Add some informative debug when the X Server botches DRI2 GetBuffers.Eric Anholt2014-02-071-1/+11
* i965: Remove redundant check in blitter-based glBlitFramebuffer().Eric Anholt2014-02-071-10/+0
* i965: Fix Gen8+ disassembly of half float subregister numbers.Kenneth Graunke2014-02-071-0/+1
* i965: Use the new brw_load_register_mem helper for draw indirect.Kenneth Graunke2014-02-071-31/+22
* i965: Implement a brw_load_register_mem helper function.Kenneth Graunke2014-02-072-0/+32
* i965: Fix INTEL_DEBUG=vs for fixed-function/ARB programs.Kenneth Graunke2014-02-072-4/+4
* i965: Add missing null check in fs_visitor::dead_code_eliminate_local()Juha-Pekka Heikkila2014-02-071-0/+4
* i965/vs: Fix typo in brw_compute_vue_mapChris Forbes2014-02-051-1/+1
* i965: Fix register types in dump_instructions().Kenneth Graunke2014-02-054-2/+32