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-05-05
Release temporary
Keith Whitwell
2006-04-25
Remove carriage returns.
Michal Krol
2006-04-25
Put color index attribute into the 6th attribute slot.
Brian Paul
2006-04-25
No longer alias generic vertex attribs with conventional attribs for GL_ARB_v...
Brian Paul
2006-04-20
error_attrib() should generate GL_INVALID_VALUE, not GL_INVALID_ENUM.
Brian Paul
2006-04-17
Add .note.GNU-stack section to assembler files to avoid the default behavior
Kristian Høgsberg
2006-04-14
Replace ctx->Const.MaxTextureUnits w/ ctx->Const.MaxTexture[Coord/Image]Units
Brian Paul
2006-04-13
silence minor warnings
Brian Paul
2006-04-11
More GLSL code:
Michal Krol
2006-04-06
Rename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect the fact that the value
Brian Paul
2006-04-06
Fix line clipping bug 6512.
Brian Paul
2006-04-02
Coverity #476: Avoid walking off the end of ->vtx.attrsz, it's declared to
Adam Jackson
2006-03-21
GLSL fixes:
Michal Krol
2006-03-03
fix up the emit_func list in the experimental arbprogram sse code.
Roland Scheidegger
2006-03-02
Add position_invarient support
Keith Whitwell
2006-02-27
More GLSL code:
Michal Krol
2006-02-22
include proper header file, remove local extern declarations
Brian Paul
2006-02-21
Committing in .
Jouk Jansen
2006-02-18
More GLSL code.
Michal Krol
2006-02-15
Get arbfslight demo running.
Michal Krol
2006-02-13
Add ARB_vertex_shader stage just before render stage.
Michal Krol
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
[prev]
[next]