Age | Commit message (Expand) | Author |
2007-01-14 | nouveau: Update nouveau_reg.h from renouveau to the latest version. | Stephane Marchesin |
2007-01-14 | nouveau: Make the state cache hierarchical. | Stephane Marchesin |
2007-01-14 | nouveau: add the nv04 swtcl module (it's untested for now). | Stephane Marchesin |
2007-01-14 | nouveau: Cleanup the nv10 swtcl module. | Stephane Marchesin |
2007-01-14 | nouveau: nv10: 16 bits color buffer format | Patrice Mandin |
2007-01-14 | Merge branch 'master' of git+ssh://pmandin@git.freedesktop.org/git/mesa/mesa | Patrice Mandin |
2007-01-14 | nouveau: nv10: added missing functions | Patrice Mandin |
2007-01-14 | r300: Fix vertex program position invariant bug, force position reading. | Jerome Glisse |
2007-01-14 | mesa: Update _Current ptr along Current when a new vertex program is bind. | Jerome Glisse |
2007-01-14 | nouveau: remove already defined NV15_TCL and NV17_TCL | Patrice Mandin |
2007-01-14 | nouveau: import color material r,g,b,a | Patrice Mandin |
2007-01-14 | nouveau: nv10: stencil functions | Patrice Mandin |
2007-01-14 | nouveau: nv10: currently fails initcard and bindbuffers, till done | Patrice Mandin |
2007-01-14 | nouveau: nv10 blending done, remove nv10Viewport | Patrice Mandin |
2007-01-13 | added glUniform1fv_func, glUniform2fv_func | Brian |
2007-01-13 | Rework code related to temp register allocation, both for user variables | Brian |
2007-01-13 | slang_variable_scope now stores array of pointers to slang_variables. | Brian |
2007-01-13 | added another vec4 constructor, updated += operator | Brian |
2007-01-13 | nouveau: update nv10 state | Patrice Mandin |
2007-01-13 | nouveau: Add clear color for nv10 | Patrice Mandin |
2007-01-13 | nv10 has alpha color mask | Patrice Mandin |
2007-01-11 | Fix a problem with inlined "return" statements. Make some attempt to free te... | Brian |
2007-01-11 | disable some code that'll eventually go away | Brian |
2007-01-11 | new vec3 constructor, replace float_add w/ vec4_add | Brian |
2007-01-11 | tweak output | Brian |
2007-01-11 | Fix typo from commit 1d312ae0137eb39bf74fac91eb97ed25c289a4ca . | Jerome Glisse |
2007-01-10 | checkpoint: codegen for global vars/constants now working | Brian |
2007-01-10 | checkpoint: codegen for global vars w/ initializers | Brian |
2007-01-10 | assorted code clean-ups | Brian |
2007-01-10 | fix size bug in _mesa_add_attribute() | Brian |
2007-01-10 | simplify _mesa_add_state_reference() | Brian |
2007-01-10 | Update _save_VertexAttrib() functions for non-aliasing behaviour. | Brian |
2007-01-09 | get rid of STATE_USER_ATTRIB/STATE_AUTO_ATTRIB | Brian |
2007-01-09 | clean up a bunch of program parameter stuff | Brian |
2007-01-09 | added a few more 2.0 functions | Brian |
2007-01-09 | Implement vertex attribute binding. | Brian |
2007-01-09 | more debug code (disabled) | Brian |
2007-01-09 | add code for generic attributes 16..31 | Brian |
2007-01-09 | Track rename of DamagePost -> DamageAdd. | Eric Anholt |
2007-01-09 | added _mesa_count_texture_indirections(), _mesa_count_texture_instructions() | Brian |
2007-01-09 | Moved NumTexInstructions, NumTexIndirections, etc. into gl_program since | Brian |
2007-01-09 | remove old comment | Brian |
2007-01-09 | Vertex program texture samplers done, but untested (need to add TEX/TXB to | Brian |
2007-01-09 | Implement shadow samplers and dFdx(), dFdy() code generation. | Brian |
2007-01-09 | put back missing Driver.PolygonMode call (bug 9578) | Roland Scheidegger |
2007-01-09 | i915tex: Remove unused tex_program field. | Michel Dänzer |
2007-01-09 | intel_finalize_mipmap_tree: Only flush batchbuffer when necessary. | Michel Dänzer |
2007-01-08 | implement biased texture functions | Brian |
2007-01-08 | check if _Current == NULL for TXB | Brian |
2007-01-08 | added 1D texture functions | Brian |