index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
tnl
Age
Commit message (
Expand
)
Author
2006-02-02
use calloc instead of malloc so try_codegen field is initialized to zero (bug...
Brian Paul
2006-02-02
add some assertions to check emit_func[] table validity
Brian Paul
2005-12-08
do away with 'long long' usage
Brian Paul
2005-12-08
use 64-bit typedefs for portability
Karl Schultz
2005-12-06
C++ fixes, mostly casts (Stephane Conversy)
Brian Paul
2005-12-05
Add guard before calling ctx->Driver.BindProgram
Keith Whitwell
2005-12-01
Call ProgramStringNotify after creating tnl programs.
Keith Whitwell
2005-12-01
Clean up clipping somewhat
Keith Whitwell
2005-11-24
Use _mesa_exec_free for fp->func.
Keith Whitwell
2005-11-22
reference bug 5131 in comment in _tnl_free_vertices()
Brian Paul
2005-11-22
disable freeing of fp->func, see comment (bug 5131)
Brian Paul
2005-11-22
Make sure tnl->_DoVertexFog is kept uptodate. Fixes fog in i915
Keith Whitwell
2005-11-19
Remove the _mesa_parse_arb_vertex/fragment_program() functions into
Brian Paul
2005-11-18
Fix typo causing secondary color not to work properly.
Aapo Tahkola
2005-11-16
Added error checking in _tnl_Begin to detect incomplete framebuffer.
Brian Paul
2005-11-16
change an assertion
Brian Paul
2005-11-16
Replace GL_POLYGON+1 with PRIM_OUTSIDE_BEGIN_END
Brian Paul
2005-11-12
Move stuff common to vertex/fragment_program into the base class, including:
Brian Paul
2005-11-08
This patch adds the missing NV_vertex_program2 and NV_vertex_program3
Ian Romanick
2005-11-05
s/_mesa_debug_vp_inst/_mesa_print_program/
Brian Paul
2005-11-05
use _mesa_num_inst_src_regs() and _mesa_opcode_string()
Brian Paul
2005-11-05
Unify vertex/fragment program instuctions.
Brian Paul
2005-11-05
remove unneeded #includes
Brian Paul
2005-11-04
just pass ctx to do_ndc_cliptest() rather than stuffing it in the arb_vp_mach...
Brian Paul
2005-11-03
s/15/VERT_RESULT_MAX/
Brian Paul
2005-11-02
Remove some ghost code and adjust things a bit.
Aapo Tahkola
2005-11-01
Add a NotifyInputChanges() callback so that drivers (particularly tnl
Keith Whitwell
2005-11-01
Several fp and vp tweaks:
Keith Whitwell
2005-11-01
Fix segmentation fault in _tnl_ProgramCacheDestroy().
Aapo Tahkola
2005-11-01
Re-org and clean-up of vertx/fragment program limits (instructions,
Brian Paul
2005-10-31
Need more than 200 instructions.
Aapo Tahkola
2005-10-31
Improve tnl program searching performance.
Aapo Tahkola
2005-10-29
added some assertions to catch unexpected swizzle values in cvp_emit_arg(), c...
Brian Paul
2005-10-29
reduced swizzle comment
Brian Paul
2005-10-29
added warning about use of REG_SCRATCH
Brian Paul
2005-10-29
fix errors in RoughApproxPower(), do_LIT(), _tnl_program_string()
Brian Paul
2005-10-28
Keith's fixes for RSW and XPD (need temporaries)
Brian Paul
2005-10-28
include tnl.h to silence warning
Brian Paul
2005-10-28
Added assert that result != arg0 in do_RSW. This currently fails and needs f...
Brian Paul
2005-10-28
TNL module needs to implement ctx->Driver.ProgramStringNotify() function
Brian Paul
2005-10-10
fixed constant fogcoord bug (#4729)
Brian Paul
2005-10-07
Fix a number of point size attenuation problems.
Brian Paul
2005-09-23
Committing in .
Jouk Jansen
2005-09-19
additional wrapper updates, bug 4468
Brian Paul
2005-09-16
use mesa import wrappers, bug 4468
Brian Paul
2005-09-14
Remove _tnl_MakeCurrent() and the unused ctx->Driver.MakeCurrent() callback.
Brian Paul
2005-08-25
removed GL_HP_occlusion_test extension
Brian Paul
2005-08-12
added FREXPF() macro (bug 4060)
Brian Paul
2005-08-10
Check for prim/vertex store non-null before messing with refcounts.
Keith Whitwell
2005-08-09
Decrement the context's refcounts on part-used storage structs on
Keith Whitwell
[next]