summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* util: fix incorrect Z bit masking in util_clear_depth_stencil()Brian Paul2013-02-121-2/+2
* radeon: Remove dead STANDALONE_MMIO definesMatt Turner2013-02-112-3/+0
* llvmpipe: implement dual source blendingRoland Scheidegger2013-02-125-93/+210
* i965: Add missing dirty bits to INTEL_DEBUG=state arrays.Kenneth Graunke2013-02-111-0/+7
* i965: Reorganize brw_bits to match the order in brw_context.h.Kenneth Graunke2013-02-111-5/+5
* i965: Use BRW_NEW_CONTEXT for gen7_disable rather than BRW_NEW_BATCH.Kenneth Graunke2013-02-111-1/+1
* r600g: make sure async blit is done 8 * pitch at a time v2Jerome Glisse2013-02-111-6/+7
* winsys/radeon: fix bo with virtual address referencing mismatchMartin Andersson2013-02-111-0/+4
* vbo: Merge GL_QUADS drawing requests in display lists.Eric Anholt2013-02-111-0/+43
* vbo: Print display list debug using printf() like dlist.c does.Eric Anholt2013-02-111-8/+8
* i965: Remove some stale comments about the brw_constant_buffer atom.Eric Anholt2013-02-112-12/+0
* i965: Simplify VS push constant upload code since removal of old path.Eric Anholt2013-02-111-7/+11
* i965: Add perf debug for a corner case.Eric Anholt2013-02-111-0/+3
* i965: Fix access mode of index buffer rebase.Eric Anholt2013-02-111-1/+1
* i965: Fix indentation of index buffer rebase code.Eric Anholt2013-02-111-9/+9
* mesa: fix GetTexImage if mesa format and internal format don't matchMarek Olšák2013-02-112-0/+71
* mesa: don't use memcpy fast path for GetTexImage if base format is differentMarek Olšák2013-02-111-4/+6
* mesa: don't use _mesa_base_tex_format for format parameter of GetTexImageMarek Olšák2013-02-111-1/+36
* mesa: adjust usage of swapBytes/littleEndian in format_matches_format_and_typeMarek Olšák2013-02-111-25/+17
* mesa: remove per-format memcpy codepaths from texstore functionsMarek Olšák2013-02-111-590/+64
* mesa: implement common texstore memcpy function for all formatsMarek Olšák2013-02-111-0/+60
* mesa: fill in Z32_FLOAT_X24S8 in _mesa_format_matches_format_and_typeMarek Olšák2013-02-111-1/+2
* mesa: fill in signed cases and RGBA16 in _mesa_format_matches_format_and_typeMarek Olšák2013-02-111-4/+26
* mesa: fill in INT/UINT format cases in _mesa_format_matches_format_and_typeMarek Olšák2013-02-111-6/+61
* mesa: fill in YCBCR cases in _mesa_format_matches_format_and_typeMarek Olšák2013-02-111-1/+6
* mesa: fill in SRGB cases in _mesa_format_matches_format_and_typeMarek Olšák2013-02-111-5/+5
* llvmpipe: fix vertex_header mask store in big-endianAdhemerval Zanella2013-02-111-0/+48
* llvmpipe: remove lp_swizzled_cbufAdhemerval Zanella2013-02-113-16/+0
* intel: Do not expose OES_compressed_ETC1_RGB8_texture or ARB_texture_rgb10_a2...Ian Romanick2013-02-081-2/+2
* softpipe: clean up lod computationRoland Scheidegger2013-02-084-124/+143
* softpipe: try to beat new dx10-style sample opcodes into shapeRoland Scheidegger2013-02-081-67/+89
* gallivm: fix up size queries for dx10 sviewinfo opcodeRoland Scheidegger2013-02-088-75/+67
* gallivm: hook up dx10 sampling opcodesRoland Scheidegger2013-02-083-6/+419
* intel: Ensure variable intel is used in i915 builds.Vinson Lee2013-02-081-1/+1
* glsl: Ensure glsl_type constructors initialize gl_type.Vinson Lee2013-02-081-0/+2
* winsys/radeon: improve debuging printingJerome Glisse2013-02-081-1/+2
* softpipe: get rid of tgsi_sampler_control param in img_filterRoland Scheidegger2013-02-082-40/+37
* softpipe: fix using optimized filter functionRoland Scheidegger2013-02-081-0/+1
* gallivm: fix typo in lp_build_mul_normRoland Scheidegger2013-02-081-1/+1
* llvmpipe: first steps of adding dual source blend supportRoland Scheidegger2013-02-084-27/+57
* llvmpipe: refactoring of visibility counter handlingRoland Scheidegger2013-02-085-20/+56
* xorg: fix exa finish accessJerome Glisse2013-02-081-1/+1
* egl-wayland: Make sure we allocate a back buffer even if nothing was renderedKristian Høgsberg2013-02-081-0/+8
* Consolidate some redundant definitions of ARRAY_SIZE() macro.Paul Berry2013-02-087-10/+7
* intel/pre-gen6: Disable EXT_framebuffer_multisample.Paul Berry2013-02-083-12/+2
* glsl: Initialize all tfeedback_candidate_generator member variables.Vinson Lee2013-02-071-1/+3
* nv30: Fix memory leak.Vinson Lee2013-02-071-0/+1
* glsl: Change loop_analysis to not look like a resource leakIan Romanick2013-02-072-8/+7
* mesa: Don't check (offset + size <= bufObj->Size) in BindBufferRange.Paul Berry2013-02-071-7/+0
* i965: Set UniformBufferOffsetAlignment to sizeof(vec4)Ian Romanick2013-02-071-0/+1