summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-12glsl: Remove VS output varyings which are optimized out of the FSunused-varyingsJordan Justen1-1/+18
2013-02-12CopyTexImage: Don't check sRGB vs LINEAR for desktop GLJordan Justen1-18/+10
2013-02-12radeonsi: remove constant index limitation v3Christian König2-7/+1
2013-02-12radeonsi: support constants as TEX coordinatesChristian König1-0/+9
2013-02-12glsl: Fix unsupported version error for GLSL ES 3.00, future proof for 3.30.Paul Berry2-54/+64
2013-02-12gallium/docs: fix typos in sample opcode descriptionsRoland Scheidegger1-2/+3
2013-02-12nv50: fix bogus parameters when processing sample instructionsRoland Scheidegger1-1/+1
2013-02-12gallium: fix tgsi SAMPLE_L opcode to use separate source for explicit lodRoland Scheidegger7-20/+10
2013-02-12util: fix incorrect Z bit masking in util_clear_depth_stencil()Brian Paul1-2/+2
2013-02-11radeon: Remove dead STANDALONE_MMIO definesMatt Turner2-3/+0
2013-02-12llvmpipe: implement dual source blendingRoland Scheidegger5-93/+210
2013-02-11docs: Mark a few things done in GL3.txt.Kenneth Graunke1-2/+2
2013-02-11i965: Add missing dirty bits to INTEL_DEBUG=state arrays.Kenneth Graunke1-0/+7
2013-02-11i965: Reorganize brw_bits to match the order in brw_context.h.Kenneth Graunke1-5/+5
2013-02-11i965: Use BRW_NEW_CONTEXT for gen7_disable rather than BRW_NEW_BATCH.Kenneth Graunke1-1/+1
2013-02-11r600g: make sure async blit is done 8 * pitch at a time v2Jerome Glisse1-6/+7
2013-02-11winsys/radeon: fix bo with virtual address referencing mismatchMartin Andersson1-0/+4
2013-02-11vbo: Merge GL_QUADS drawing requests in display lists.Eric Anholt1-0/+43
2013-02-11vbo: Print display list debug using printf() like dlist.c does.Eric Anholt1-8/+8
2013-02-11i965: Remove some stale comments about the brw_constant_buffer atom.Eric Anholt2-12/+0
2013-02-11i965: Simplify VS push constant upload code since removal of old path.Eric Anholt1-7/+11
2013-02-11i965: Add perf debug for a corner case.Eric Anholt1-0/+3
2013-02-11i965: Fix access mode of index buffer rebase.Eric Anholt1-1/+1
2013-02-11i965: Fix indentation of index buffer rebase code.Eric Anholt1-9/+9
2013-02-11mesa: fix GetTexImage if mesa format and internal format don't matchMarek Olšák2-0/+71
2013-02-11mesa: don't use memcpy fast path for GetTexImage if base format is differentMarek Olšák1-4/+6
2013-02-11mesa: don't use _mesa_base_tex_format for format parameter of GetTexImageMarek Olšák1-1/+36
2013-02-11mesa: adjust usage of swapBytes/littleEndian in format_matches_format_and_typeMarek Olšák1-25/+17
2013-02-11mesa: remove per-format memcpy codepaths from texstore functionsMarek Olšák1-590/+64
2013-02-11mesa: implement common texstore memcpy function for all formatsMarek Olšák1-0/+60
2013-02-11mesa: fill in Z32_FLOAT_X24S8 in _mesa_format_matches_format_and_typeMarek Olšák1-1/+2
2013-02-11mesa: fill in signed cases and RGBA16 in _mesa_format_matches_format_and_typeMarek Olšák1-4/+26
2013-02-11mesa: fill in INT/UINT format cases in _mesa_format_matches_format_and_typeMarek Olšák1-6/+61
2013-02-11mesa: fill in YCBCR cases in _mesa_format_matches_format_and_typeMarek Olšák1-1/+6
2013-02-11mesa: fill in SRGB cases in _mesa_format_matches_format_and_typeMarek Olšák1-5/+5
2013-02-11llvmpipe: fix vertex_header mask store in big-endianAdhemerval Zanella1-0/+48
2013-02-11llvmpipe: remove lp_swizzled_cbufAdhemerval Zanella3-16/+0
2013-02-11docs: document removal of makedepend build dependencyAndreas Boll1-0/+1
2013-02-11docs: update making a new mesa release infoAndreas Boll1-4/+8
2013-02-11docs: use proper title for index.htmlAndreas Boll1-1/+1
2013-02-11docs: mention some other supported APIsAndreas Boll1-2/+2
2013-02-11docs: update sourcetreeAndreas Boll1-7/+5
2013-02-11docs: replace CVS with gitAndreas Boll1-1/+1
2013-02-09configure.ac: Do not check for rt on Mac OS X.Vinson Lee1-4/+10
2013-02-08intel: Do not expose OES_compressed_ETC1_RGB8_texture or ARB_texture_rgb10_a2...Ian Romanick1-2/+2
2013-02-08softpipe: clean up lod computationRoland Scheidegger4-124/+143
2013-02-08softpipe: try to beat new dx10-style sample opcodes into shapeRoland Scheidegger1-67/+89
2013-02-08gallivm: fix up size queries for dx10 sviewinfo opcodeRoland Scheidegger8-75/+67
2013-02-08gallivm: hook up dx10 sampling opcodesRoland Scheidegger3-6/+419
2013-02-08intel: Ensure variable intel is used in i915 builds.Vinson Lee1-1/+1