summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-21Fix corner case from AMD_performance_monitoramdperfJuha-Pekka Heikkilä1-0/+4
2013-10-03i965: Add performance monitor support for Gen7 platforms.Kenneth Graunke2-5/+130
2013-10-03i965: Add AMD_performance_monitor support for Sandybridge.Kenneth Graunke3-3/+166
2013-10-03i965: Add #defines for the OACONTROL register and fields.Kenneth Graunke1-0/+5
2013-10-03r600g: fix ínitialization of non_disp_tiling flagMarek Olšák1-4/+5
2013-10-03r600g,radeonsi: create aux_context lastMarek Olšák3-2/+6
2013-10-03r300g/swtcl: don't call draw_prepare_shader_outputsMarek Olšák1-1/+0
2013-10-03st/mesa: silence warning about unhandled enum in switch statementBrian Paul1-0/+3
2013-10-03mesa: fix make check for ARB_texture_gatherChris Forbes4-5/+8
2013-10-03docs: Mark off ARB_texture_gatherChris Forbes1-1/+1
2013-10-03i965/hsw: Apply gather4 RG32F w/a using SCS instead of shader.Chris Forbes2-8/+11
2013-10-03i965: Enable ARB_texture_gather on Gen7Chris Forbes2-0/+5
2013-10-03i965: use gather slots in the binding table for gather4.Chris Forbes2-4/+12
2013-10-03i965: Emit a second set of SURFACE_STATE for gather4 from textures.Chris Forbes3-8/+39
2013-10-03i965: make room in the binding table for a full alternate set of surface_statesChris Forbes1-2/+18
2013-10-03i965: Add BRW_SURFACEFORMAT_R32G32_FLOAT_LD, required for IVB gather4 w/aChris Forbes2-0/+2
2013-10-03i965: w/a for gather4 green RG32FChris Forbes4-0/+22
2013-10-03glsl: flag shaders which use gather4 at allChris Forbes2-0/+11
2013-10-03i965/vs: Add support for ir_tg4Chris Forbes2-2/+45
2013-10-03i965/fs: Add support for ir_tg4Chris Forbes2-3/+60
2013-10-03i965: add SHADER_OPCODE_TG4Chris Forbes6-2/+17
2013-10-03glsl: add texture gather changesMaxence Le Dore14-4/+60
2013-10-03mesa: add texture gather changesMaxence Le Dore8-1/+36
2013-10-03i965: fix bogus swizzle in brw_cubemap_normalizeChris Forbes1-4/+6
2013-10-02r600/llvm: Adds support for MSAAVincent Lejeune3-1/+54
2013-10-02r600g/llvm: Undef z and w component of 2D TXP instVincent Lejeune1-1/+2
2013-10-02r600g/llvm: fix txq for texture bufferVincent Lejeune3-2/+9
2013-10-02i965: compute DDX in a subspan based only on top rowChia-I Wu7-8/+49
2013-10-02i965/blorp: Use passed in framebuffer rather than ctx->DrawBufferChris Forbes1-4/+4
2013-10-01ralloc: Remove the rzalloc-based new/delete operator definition macro.Francisco Jerez1-14/+12
2013-10-01st/mesa: Switch glsl_to_tgsi_instruction to the non-zeroing allocator.Francisco Jerez1-1/+1
2013-10-01mesa/program: Switch ir_to_mesa_instruction to the non-zeroing allocator.Francisco Jerez1-1/+1
2013-10-01i965: Switch vec4_live_variables to the non-zeroing allocator.Francisco Jerez1-1/+1
2013-10-01i965: Switch fs_live_variables to the non-zeroing allocator.Francisco Jerez1-1/+1
2013-10-01i965: Switch fs_inst to the non-zeroing allocator.Francisco Jerez1-1/+1
2013-10-01i965: Switch ip_record to the non-zeroing allocator.Francisco Jerez1-1/+1
2013-10-01i965: Initialize all member variables of cfg_t on construction.Francisco Jerez2-1/+2
2013-10-01i965: Initialize all member variables of bblock_t on construction.Francisco Jerez2-2/+3
2013-10-01glsl: Switch ast_type_qualifier to the non-zeroing allocator.Francisco Jerez1-1/+1
2013-10-01glsl: Switch ast_node to the non-zeroing allocator.Francisco Jerez2-2/+11
2013-10-01i965: Initialize all member variables of vec4_instruction on construction.Francisco Jerez2-1/+16
2013-10-01glsl: Initialize all member variables of _mesa_glsl_parse_state on construction.Francisco Jerez2-3/+15
2013-10-01mesa: Fix misplaced includes of "main/uniforms.h".Francisco Jerez5-5/+4
2013-10-01st/egl: flush resources before presentationGrigori Goronzy1-0/+11
2013-10-01i965/gs: Fix incorrect numbering of DWORDs in 3DSTATE_GSPaul Berry1-3/+4
2013-10-01mesa: check for bufSize > 0 in _mesa_GetSynciv()Brian Paul1-1/+1
2013-10-01mesa: minor fix-ups for _mesa_validate_sync()Brian Paul2-4/+13
2013-10-01mesa: add missing error checks in _mesa_GetObject[Ptr]Label()Brian Paul1-0/+12
2013-10-01mesa: use caller string in error message in get_label_pointer()Brian Paul1-1/+1
2013-10-01mesa: asst. clean-ups in copy_label()Brian Paul1-10/+27