summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2013-04-29intel: Be more conservative in disabling tiling to save memory.Eric Anholt1-3/+5
2013-04-29i965: Disable Z16 on contexts that don't require it.Eric Anholt1-1/+14
2013-04-29intel: Report FBO incompleteness causes through GL_ARB_debug_output.Eric Anholt1-22/+34
2013-04-29intel: Fold the one last function intel_tex_format.c into the caller.Eric Anholt7-27/+10
2013-04-29mesa: Fix error checking for GS UBO getters.Eric Anholt1-2/+7
2013-04-29mesa: Add a clarifying comment about EXTRA_ error checking.Eric Anholt1-1/+7
2013-04-29mesa: Add an extra clarifying set of braces to getter checking.Eric Anholt1-1/+2
2013-04-29mesa: Fix error checking for getters consisting of only API versions.Eric Anholt1-32/+24
2013-04-29mesa: Clarify the names of error checking variables for glGet.Eric Anholt1-22/+21
2013-04-29i915: Add support for GL_EXT_texture_sRGB and GL_EXT_texture_sRGB_decode.Eric Anholt3-2/+15
2013-04-29i915: Always enable GL 2.0 support.Eric Anholt2-30/+5
2013-04-29i915: Correctly set the OQ counter bits.Eric Anholt2-0/+2
2013-04-29i965: Move is_math/is_tex/is_control_flow() to backend_instruction.Kenneth Graunke6-76/+49
2013-04-29Revert "st/mesa: add a simple path to BufferData if it only discards buffer c...José Fonseca1-14/+0
2013-04-30i965/fs: Don't try to use bogus interpolation modes pre-Gen6.Chris Forbes1-9/+17
2013-04-28i965/vs: Fix order of source arguments to LRP.Matt Turner1-1/+4
2013-04-26mesa: fix the compressed TexSubImage size checking codeBrian Paul1-3/+9
2013-04-26mesa: updated read_buffer_enum_to_index() commentBrian Paul1-2/+2
2013-04-26mesa: fix type comparison errors in sub-texture error checking codeTapani Pälli1-5/+5
2013-04-25i965/vs: Add support for LRP instruction.Matt Turner5-3/+22
2013-04-25i965/vs: Add a function to fix-up uniform arguments for 3-src insts.Matt Turner2-0/+25
2013-04-25i965: Avoid recompiles for fragment clamping on non-clamping APIs.Eric Anholt2-2/+2
2013-04-25scons: Support clang.José Fonseca1-1/+2
2013-04-25mesa: fix bogus comment about PrimitiveRestart fieldsChris Forbes1-2/+2
2013-04-25i965: report correct sample positionsChris Forbes1-4/+4
2013-04-24i965/gen7: fix encoding of (huge) surface size for BRW_SURFACE_BUFFERChia-I Wu1-6/+10
2013-04-24i965/gen7: fix 3DSTATE_LINE_STIPPLE_PATTERNChia-I Wu1-3/+14
2013-04-24i965: fix SURFACE_STATE dumpingChia-I Wu1-4/+4
2013-04-24i965: Remove strange comments about math functions.Matt Turner1-3/+3
2013-04-24i965: Remove traces of nonexistent TAN math function.Matt Turner2-2/+1
2013-04-24r200: fix build regression introduced with 9a32203e1618486e87c7baf494134e05f0...Laurent Carlier1-1/+0
2013-04-23mesa: Add unpack functions for A/I/L/LA [U]INT8/16/32 formats.Kenneth Graunke1-0/+327
2013-04-23mesa: Add unpack functions for R/RG/RGB [U]INT8/16/32 formats.Kenneth Graunke1-0/+253
2013-04-23mesa: Add an unpack function for ARGB2101010_UINT.Kenneth Graunke1-0/+15
2013-04-23mesa: Fix unpack function for ETC2_SRGB8_PUNCHTHROUGH_ALPHA1.Kenneth Graunke1-1/+1
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke377-1142/+1512
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke377-377/+377
2013-04-23mesa: Change "BRIAN PAUL OR IBM" to "THE AUTHORS" in license text.Kenneth Graunke2-2/+2
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke351-351/+351
2013-04-23mesa: make _mesa_save_vtxfmt_init() staticBrian Paul2-5/+3
2013-04-23mesa: use new _mesa_inside_dlist_begin_end() functionBrian Paul3-4/+14
2013-04-23mesa: use new _mesa_inside_begin_end() functionBrian Paul4-10/+21
2013-04-24mesa: remove unused opcodes AND, DP2A, NOT, NRM3, NRM4, OR, PRINT, XORMarek Olšák7-185/+0
2013-04-24mesa: don't flush vertices and don't flag _NEW_COLOR in ClearColor, ClearIndexMarek Olšák1-37/+12
2013-04-24mesa: don't flush vertices and don't flag _NEW_COLOR for GL_CLAMP_READ_COLORMarek Olšák1-1/+0
2013-04-24mesa: don't flag _NEW_DEPTH in Begin/EndQuery if driver implements the functionsMarek Olšák6-8/+14
2013-04-24mesa: don't flush vertices and don't flag _NEW_DEPTH in ClearDepthMarek Olšák1-7/+1
2013-04-24mesa: don't flush and don't flag _NEW_STENCIL in ClearStencil, ActiveStencilFaceMarek Olšák1-5/+0
2013-04-24mesa: don't set _NEW_BUFFERS in GenerateMipmap and BlitFramebufferMarek Olšák1-2/+2
2013-04-24mesa: remove _NEW_PACKUNPACKMarek Olšák6-28/+3