summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2012-03-20Add .deps/, .libs/, and *.la to toplevel .gitignorePaul Berry7-21/+0
2012-03-20mesa: only test cube face widths in _mesa_test_texobj_completeness()Brian Paul1-5/+8
2012-03-20mesa: add integer texture completeness checkBrian Paul3-0/+15
2012-03-20mesa: rework texture completeness testingBrian Paul10-38/+79
2012-03-20mesa: add _mesa_is_mipmap_filter() helperBrian Paul1-0/+9
2012-03-20mesa: use _mesa_dirty_texobj() in glTexParameter codeBrian Paul1-1/+2
2012-03-20mesa: use _mesa_dirty_texobj() functionBrian Paul1-12/+5
2012-03-20mesa: rewrite/consolidate code in _mesa_test_texobj_completeness()Brian Paul1-138/+45
2012-03-20mesa: use new baseImage var to simplify _mesa_test_texobj_completeness()Brian Paul1-24/+27
2012-03-20mesa: add comments in _mesa_test_texobj_completeness() related to the specBrian Paul1-2/+2
2012-03-20mesa: better debug message in _mesa_test_texobj_completeness()Brian Paul1-1/+1
2012-03-20mesa: move some code in _mesa_test_texobj_completeness()Brian Paul1-7/+7
2012-03-20mesa: use switch(target) in _mesa_test_texobj_completeness()Brian Paul1-15/+19
2012-03-20mesa: use MAX3() macro for 3D texture in _mesa_test_texobj_completeness()Brian Paul1-3/+3
2012-03-20mesa: make _mesa_reference_sampler_object() an inline functionBrian Paul2-6/+15
2012-03-19mesa: Validate the drawing primitive against the transform feedback mode.Eric Anholt3-32/+43
2012-03-19mesa: Fold error generation into _mesa_valid_prim_mode().Eric Anholt4-20/+19
2012-03-19i915: fallback for NPOT cubemap textureYuanhan Liu1-0/+22
2012-03-17st/mesa: add null pointer check in st_texture_image_map()Brian Paul1-0/+3
2012-03-17dri_util: add copyright/license blurbBrian Paul1-0/+24
2012-03-16i965/fs: Jump from discard statements to the end of the program when done.Eric Anholt4-5/+126
2012-03-16i965: Add disasm for gen6+ UIP/JIP on BREAK/CONT/HALT.Eric Anholt1-0/+4
2012-03-15glsl: Add support for parsing #version 140.Eric Anholt1-0/+2
2012-03-14i965: Enable SIMD16 mode for shaders with loops on Gen6+.Kenneth Graunke1-1/+1
2012-03-13mesa: add back glGetnUniform*v() overflow error reportingDylan Noblesmith2-5/+13
2012-03-12mesa: Fix the cause of piglit test fbo-array failureAnuj Phogat1-1/+3
2012-03-12mesa: fix _mesa_DebugMessageCallbackARB() to silence warningsBrian Paul1-2/+2
2012-03-12radeon: remove use of DD_FLATSHADEBrian Paul1-1/+1
2012-03-12mesa: add more comments about textarget in framebuffer_texture()Brian Paul1-2/+10
2012-03-12mesa: renumber remaining DD_ constantsBrian Paul1-10/+10
2012-03-12mesa: remove unused DD_TRI_CULL_FRONT_BACKBrian Paul3-12/+4
2012-03-12mesa: remove unused DD_FLATSHADEBrian Paul4-9/+1
2012-03-12mesa: remove unused DD_TRI_TWOSTENCILBrian Paul4-11/+1
2012-03-12mesa: remove _DD_NEW_x flagsBrian Paul1-21/+0
2012-03-12tnl: stop using _DD_NEW_x flagsBrian Paul1-1/+2
2012-03-12swrast: s/_DD_NEW_SEPARATE_SPECULAR/_MESA_NEW_SEPARATE_SPECULAR/Brian Paul1-3/+3
2012-03-12mesa: define _MESA_NEW_SEPARATE_SPECULARBrian Paul2-2/+8
2012-03-12i915: remove occurances of _DD_NEW_x flagsBrian Paul1-7/+5
2012-03-12mesa: remove ctx->Driver.ClearColor() hookBrian Paul3-34/+0
2012-03-12mesa/gdi: remove clear_color() functionBrian Paul1-32/+15
2012-03-12xlib: remove clear_color() functionBrian Paul1-25/+11
2012-03-12radeon/r200: remove ClearColor driver functionsBrian Paul5-41/+0
2012-03-12mesa: remove ctx->Driver.ClearDepth(), ClearStencil() driver hooksBrian Paul5-28/+0
2012-03-12radeon/r200: remove ClearDepth() and ClearStencil() driver hooksBrian Paul5-86/+0
2012-03-12radeon/r200: remove hyperz/fast clear testing codeBrian Paul2-20/+0
2012-03-11mapi/glapi: Fix glDebugMessageCallbackARB arg type to GLDEBUGPROCARBJosé Fonseca1-2/+2
2012-03-11mesa: Prevent collision of ERROR define on Windows.José Fonseca1-0/+3
2012-03-10mesa: expose ARB_debug_outputMarek Olšák1-0/+1
2012-03-10mesa: display list dispatch for ARB_debug_outputMarek Olšák1-0/+3
2012-03-10mesa: print GL errors via debug_outputMarek Olšák1-31/+66