r300: Print the OpenGL define instead of a 2-digit char code in the warning.
[mesa.git] / src /
2007-05-08 Oliver McFaddenr300: Print the OpenGL define instead of a 2-digit...
2007-05-08 Oliver McFaddenr300: Clean up the vertex buffer emission code and...
2007-05-08 Oliver McFaddenr300: Cleaned up a lot of cruft in r300_render.c.
2007-05-08 Dave Airliei915/miniglx: remove unused code
2007-05-08 Dave Airlieminiglx: fixup use of create windows x and y coordinates
2007-05-08 Dave Airlieminiglx/glut: should use the x/y pos to create window
2007-05-07 Brianbetter comments for _mesa_debug(), _mesa_warning()...
2007-05-06 Dave Airlieradeon: enable xpress chipsets
2007-05-06 Aapo Tahkolars480: fix secondary color for real this time
2007-05-06 Aapo TahkolaMerge branch 'master' of git+ssh://aapot@git.freedeskto...
2007-05-06 Aapo Tahkolars480: fix textures and secondary color(?). clipping...
2007-05-06 Aapo Tahkolar300: fix broken vbos
2007-05-06 Oliver McFaddenr300: Added R300_AA_DISABLE for R300_GB_AA_CONFIG.
2007-05-06 Oliver McFaddenr300: Removed more deprecated state code that is now...
2007-05-06 Oliver McFaddenr300: R300_ZS_... is now set in separate functions...
2007-05-06 Oliver McFaddenr300: Point size is now set in a separate function...
2007-05-06 Oliver McFaddenr300: Use the defined values for R300_VAP_CNTL_STATUS.
2007-05-06 Aapo Tahkolar300: fix primary color on rs480
2007-05-05 Aapo Tahkoladon't use hw to perform vertex transform etc. when...
2007-05-05 BrianMakefile clean-ups for miniglx.
2007-05-03 Brianfix some matrix/state token indexing bugs (see bug...
2007-05-03 Brianadd some #includes to silence warnings
2007-05-03 Brianchanges to get DDX/DDY working again
2007-05-03 BrianResuscitate some of the DDX,DDY code.
2007-05-03 Brianfix some DDX,DDY mix-ups
2007-05-02 BrianDocument a deficiency in the _swrast_Translate() functi...
2007-05-02 Brianfix some renderbuffer/wrapper bugs
2007-05-02 Brianfix some StepX/StepY mix-ups in alpha interpolation
2007-05-01 Brianregenerated
2007-05-01 Brianimplement acos(), asin(), atan()
2007-05-01 BrianRewrite of slang_inline_asm_function() to do full param...
2007-04-30 Michel Dänzerr300: Don't crash in radeonUpdatePageFlipping when...
2007-04-29 Michel Dänzerr300: Page flipping fixes.
2007-04-29 Michel Dänzerr300: radeonMakeCurrent cleanups.
2007-04-28 Brianonly load front/back face attrib if using a shader...
2007-04-28 Brianuse EMIT_1F or EMIT_4F for fog depending on fragment...
2007-04-28 Brianfix GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB bug (10787)
2007-04-28 Keith Packardadditional checks that attr is a texcoord
2007-04-27 BrianVersion bumps for 7.0
2007-04-27 Brian"Fix" for bug 9170. May need more attention.
2007-04-27 Brianasin(), acos(), atan() just return 0.5 for now to avoid...
2007-04-26 BrianAdded error check that all varying vars needed by the...
2007-04-26 BrianUnconditionally update _TriangleCaps bits. Fixes softw...
2007-04-26 Brianenable 2.1 extensions
2007-04-25 Brianfix attribsMask (re-fixes depth peeling algorithm)
2007-04-25 Brians/fog/attrib[FRAG_ATTRIB_FOGC][0]/
2007-04-25 Brians/fog/attrib[FRAG_ATTRIB_FOGC][0]/
2007-04-24 Brians/DO_TEXVAR/DO_ATTRIBS/
2007-04-24 Brianget rid of an extra textured triangle function
2007-04-24 Brians/TEXTURE/ATTRIBS/
2007-04-24 Briantrim down the number of line drawing functions, special...
2007-04-24 Brianonly need one CI-mode triangle function
2007-04-24 Brians/INTERP_TEX/INTERP_ATTRIBS/
2007-04-24 Karl Schultzassorted fixes for Windows/VC8
2007-04-24 Karl Schultzefix double const, move an assertion
2007-04-24 Sean D'EpagnierAdded proper cleanup code
2007-04-24 Briandisable some errant code
2007-04-24 Brianremove SWvertex->fog field, use attrib field
2007-04-24 Brianremove SWvertex->fog field, use attrib field
2007-04-24 Briansome re-org, clean-up
2007-04-24 BrianImprove the code for interpolating fragment attributes...
2007-04-22 Sean D'EpagnierFixed fallout, glfbdev driver was calling a nop functio...
2007-04-21 BrianFix color sum bug 10688.
2007-04-21 BrianspecularColor.alpha should default to 1, not 0
2007-04-21 Brianfix SkipPixels bugs in _mesa_pack_bitmap(), bug 10690
2007-04-21 BrianRemove the !rb->Data check that was added a few months...
2007-04-21 Brians/occlude.h/queryobj.h/
2007-04-21 BrianRename occlude.[ch] to queryobj.[ch]
2007-04-21 BrianRename occlude.[ch] to queryobj.[ch] to better reflect...
2007-04-21 BrianRemove all the USE_MEMPOOL debug code.
2007-04-21 BrianUse new memory pool allocator. Lots of debug code still...
2007-04-21 Brianadded MemPool field
2007-04-21 Briancall grammar_alloc_free() to fix memleaks
2007-04-21 Brianremove more unused vars, assertions
2007-04-21 Brianremove unused vars, assertions
2007-04-21 Brianadded slang_mem.c
2007-04-21 BrianMemory pool manager.
2007-04-21 Brianundo a test/debug change
2007-04-21 Brianfix instruction comment code
2007-04-21 Briananother bit of debug code
2007-04-21 Brianfree subroutine array (fix mem leak)
2007-04-21 Briannew varnames in slang_operation_insert()
2007-04-21 Brianfix memleak in slang_operation_insert()
2007-04-21 Brianfree shProg->Attributes in _mesa_free_shader_program_data()
2007-04-21 Brianmove allocation of shProg->Attributes earlier in function
2007-04-21 BrianCall _mesa_warning() instead of _mesa_problem() when...
2007-04-21 BrianRemove unused Imakefiles.
2007-04-21 BrianLong obsolete.
2007-04-21 Brianadded new xm_glide.c file
2007-04-20 George Sapountzisxmesa: call _glapi_set_dispatch() for all xserver DDXes.
2007-04-20 George Sapountzisxmesa: minor cosmetic
2007-04-20 George Sapountzisxmesa: split FX functions to separate file, part 2.
2007-04-20 George Sapountzisxmesa: split FX functions to separate file, part 1.
2007-04-20 George Sapountzisxmesa: spilt FX code to separate functions.
2007-04-20 George SapountzisRevert "xmesa: drop glide (FX) backend."
2007-04-19 BrianPut gl_program_machine into swrast structure rather...
2007-04-19 BrianFix valgrind problem caused by reading text[-1].
2007-04-19 Brianremove invalid assertion (span->facing may be set becau...
2007-04-19 Brianremove invalid assertion
2007-04-19 Brianfix crash when program has invalid structure field
next