ARB_Occlusion_query should support multiple query at same time
[mesa.git] / src / mesa / tnl /
2005-11-01 Aapo TahkolaFix segmentation fault in _tnl_ProgramCacheDestroy().
2005-11-01 Brian PaulRe-org and clean-up of vertx/fragment program limits...
2005-10-31 Aapo TahkolaNeed more than 200 instructions.
2005-10-31 Aapo TahkolaImprove tnl program searching performance.
2005-10-29 Brian Pauladded some assertions to catch unexpected swizzle value...
2005-10-29 Brian Paulreduced swizzle comment
2005-10-29 Brian Pauladded warning about use of REG_SCRATCH
2005-10-29 Brian Paulfix errors in RoughApproxPower(), do_LIT(), _tnl_progra...
2005-10-28 Brian PaulKeith's fixes for RSW and XPD (need temporaries)
2005-10-28 Brian Paulinclude tnl.h to silence warning
2005-10-28 Brian PaulAdded assert that result != arg0 in do_RSW. This curre...
2005-10-28 Brian PaulTNL module needs to implement ctx->Driver.ProgramString...
2005-10-10 Brian Paulfixed constant fogcoord bug (#4729)
2005-10-07 Brian PaulFix a number of point size attenuation problems.
2005-09-23 Jouk Jansen Committing in .
2005-09-19 Brian Pauladditional wrapper updates, bug 4468
2005-09-16 Brian Pauluse mesa import wrappers, bug 4468
2005-09-14 Brian PaulRemove _tnl_MakeCurrent() and the unused ctx->Driver...
2005-08-25 Brian Paulremoved GL_HP_occlusion_test extension
2005-08-12 Brian Pauladded FREXPF() macro (bug 4060)
2005-08-10 Keith WhitwellCheck for prim/vertex store non-null before messing...
2005-08-09 Keith WhitwellDecrement the context's refcounts on part-used storage...
2005-08-06 Vladimir DergachevFollow suggestion by Aapo Tahkola to fix giant memory...
2005-07-22 Brian Paulsome GLuint idx -> GLint idx changes
2005-07-22 Brian PaulMake the vertex program source register Index field...
2005-07-18 Ian RomanickWrap every place that accesses a dispatch table with...
2005-07-15 Brian PaulCheck for null program->Parameters pointer in validate_...
2005-07-15 Brian Pauladded comments
2005-07-13 Keith WhitwellUse the LDEXPF wrapper macro.
2005-07-13 Keith WhitwellWrap RESTORE_FPU/RND_NEG_FPU declarations with check...
2005-07-10 Keith WhitwellAdd runtime compiled x87 implementations for most of...
2005-07-01 Karl SchultzUse frexp on Windows; frexpf is not available.
2005-07-01 Brian Paulreplace some free() calls with _mesa_free()
2005-06-30 Brian PaulAdd a set of predicate functions for testing matrices...
2005-06-28 Brian Pauljust code clean-ups and new comments
2005-06-27 Brian Paulinclude t_vp_build.h
2005-06-27 Brian Pauladded _tnl_ProgramCacheDestroy() prototype
2005-06-27 Brian Paulmake create_new_program() static
2005-06-21 Brian Paulinclude light.h to silence warning
2005-06-19 Brian PaulDefine __FUNCTION__ as a preprocessor symbol in glheade...
2005-06-14 Jouk Jansen Committing in .
2005-06-10 Keith Whitwellremove debug prints
2005-06-10 Keith WhitwellAllow the print opcode to compile
2005-06-10 Keith WhitwellFix typo in spot attenuation
2005-06-10 Keith WhitwellCorrect test for attenuation.
2005-06-10 Keith WhitwellFix colormaterial flag calculations.
2005-06-10 Keith WhitwellAdd notes about intended precision of opcodes.
2005-06-09 Keith WhitwellFix a couple of buglets
2005-06-09 Keith WhitwellAnother typo
2005-06-09 Keith WhitwellFurther clean up RoughApproxPow2 and disable the optimi...
2005-06-09 Keith WhitwellFix typo in RoughApproxPow2
2005-06-09 Keith WhitwellStore compiled vertex program representations in a...
2005-06-09 Keith WhitwellBuild vertex programs using state from a 'state key...
2005-06-08 Keith WhitwellTurn off debug
2005-06-08 Keith WhitwellRuntime generate sse/sse2 code for some vertex programs...
2005-06-08 Keith WhitwellNew arguments for sse_shufps()
2005-06-08 Keith WhitwellRemove ARL opcode from interpreter.
2005-06-08 Keith Whitwellnew file
2005-06-07 Keith WhitwellInitialize some variables.
2005-06-07 Keith WhitwellSplit out runtime assembly functions.
2005-06-07 Keith WhitwellSimplify interpreted language:
2005-05-24 Karl Schultzmoved to windows build dir
2005-05-20 Jouk Jansen Committing in .
2005-05-19 Keith WhitwellInvalidate current fastpath on changes to attribute...
2005-05-19 Keith WhitwellCope with the common 3ub and 1ub cases.
2005-05-19 Keith WhitwellRe-initialize viewport shadows each time.
2005-05-19 Keith WhitwellRename emit functions to reflect instruction set in...
2005-05-18 Keith WhitwellRemove old t_vertex.c codegen infrastructure, tie in...
2005-05-18 Keith WhitwellFix a few typos, initialize p->identity.
2005-05-18 Keith WhitwellEliminate a couple of swizzles.
2005-05-18 Keith WhitwellGenerates working SSE code for gears under the swrast...
2005-05-18 Keith WhitwellCheckpoint commit: Preliminary version of a facility...
2005-05-17 Brian Pauldon't include strings.h
2005-05-12 Keith WhitwellTurn disassem off (oops).
2005-05-12 Keith WhitwellWhen lighting is enabled, but no lights are enabled...
2005-05-11 Keith WhitwellUse _mesa_memset rather than memset
2005-05-11 Keith WhitwellRename temp_flag to temp_in_use. Use ctx->Const.MaxVer...
2005-05-10 Keith WhitwellEnsure programs don't overflow allocated instruction...
2005-05-10 Keith WhitwellImproved detection of program changes.
2005-05-10 Keith WhitwellFix some valgrind complaints
2005-05-10 Keith WhitwellDouble-buffer generated instructions and only notify...
2005-05-10 Keith WhitwellMissing from previous commit
2005-05-10 Keith WhitwellUpdate for FragmentProgram._Active
2005-05-04 Keith WhitwellAdd a facility to route all rasterization through a...
2005-05-03 Keith WhitwellImport all texture coordinate arrays. Import them...
2005-04-29 Keith WhitwellFormat for 80 columns. Add alternate matrix mul based...
2005-04-29 Keith WhitwellAdd DISASSEM define, similar to other program generator...
2005-04-28 Brian Paulfix _tnl_copy_to_current() so that current edge flag...
2005-04-26 Brian Paultweak previous fog/fragment program fix
2005-04-26 Brian Paulenable fog render input if fragment program fog option set
2005-04-25 Keith WhitwellEnsure all VB->AttribPtr[] are populated. Reported...
2005-04-23 Keith WhitwellFix the worst problems with dangling edgeflag references in
2005-04-22 Keith WhitwellMove the call to _tnl_UpdateFixedFunctionProgram to...
2005-04-22 Keith WhitwellSimplify the pipeline_stage structure
2005-04-21 Keith WhitwellFacility to construct a vertex program which executes...
2005-04-21 Keith WhitwellNew software implementation of ARB_vertex_program....
2005-04-15 Ben CrossmanReverted the last change back to fix bug 3035
2005-04-14 Ben CrossmanA few getenv() that werent using the mesa wrapper version
2005-03-02 Alan Hourihaneuse COPY_CLEAN_4V macro to replace using both ASSIGN_4V...
2005-03-02 Brian PaulAdded a bunch of new comments, minor code clean-ups.
next