Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-03 | Remove stray defines of HAVE_RGBA | Ian Romanick | |
Now that color-index support is removed from t_dd_tritmp.h and t_dd_unfilled.h, drivers no longer need define HAVE_RGBA. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> | |||
2009-12-21 | Merge branch 'mesa_7_7_branch' | Brian Paul | |
Conflicts: src/mesa/main/version.h src/mesa/state_tracker/st_atom_shader.c | |||
2009-11-19 | tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*] | Eric Anholt | |
2009-12-15 | unichrome: Silence compiler warnings. | Vinson Lee | |
2008-09-18 | mesa: added "main/" prefix to includes, remove some -I paths from ↵ | Brian Paul | |
Makefile.template | |||
2007-11-09 | code clean-ups, reformatting | Benno Schulenberg | |
2007-11-08 | fix Unichrome/Blender crash, bug 13142 | Benno Schulenberg | |
2006-04-11 | More GLSL code: | Michal Krol | |
- use macros to access and modify render inputs bit-field; - un-alias generic vertex attributes for ARB vertex calls; - use MAX_VERTEX_PROGRAM_ATTRIBS (NV code) or MAX_VERTEX_ATTRIBS (ARB code) in place of VERT_ATTRIB_MAX; - define VERT_ATTRIB_GENERIC0..15 for un-aliased vertex attributes for ARB_vertex_shader; - fix generic attribute index range check in arbprogparse.c; - interface GLSL varyings between vertex and fragment shader; - use 64-bit optimised bitset (bitset.h) for render inputs; | |||
2005-05-25 | add special case for flat shaded + separate specular triangles | Keith Whitwell | |
2005-05-24 | Only use x86 / SSE assembly when USE_X86_ASM / USE_SSE_ASM are defined. | Ian Romanick | |
This makes the driver build on x86-64 again. | |||
2005-05-23 | Disable recent sse change pending more testing. | Keith Whitwell | |
2005-05-23 | Use SSE for vertex emit -- another good speedup. | Keith Whitwell | |
2005-04-05 | Don't call PrimitiveNotify with an invalid primitive. Fix ipers | Keith Whitwell | |
wireframe mode. | |||
2005-03-22 | merge unichrome changes from branch | Keith Whitwell | |
2005-01-19 | Bring the texcombine fixes to the trunk. | Keith Whitwell | |
2005-01-18 | remove some debug | Alan Hourihane | |
2005-01-18 | Fix tristrips (which fixes coloredTexPerf2 & coloredLitPerf2 glean tests) | Alan Hourihane | |
2005-01-14 | Enable line stippling. | Alan Hourihane | |
2005-01-14 | Fix previously un-noticed issue with flat-shaded points. | Keith Whitwell | |
2005-01-14 | silence a warning | Alan Hourihane | |
2005-01-13 | Rename via_fastrender_* to avoid confusion with similar functions in | Keith Whitwell | |
via_render.c. | |||
2005-01-13 | Simplify viaChooseVertexState slightly. | Keith Whitwell | |
2005-01-12 | Allow two GL primitives to be combined to one HW primitive | Keith Whitwell | |
if possible. | |||
2005-01-12 | Fix multitexturing. | Alan Hourihane | |
The multiarb test works now when disabling texunit0/1. | |||
2005-01-11 | Fix usage of texture units, when TEX1 is enabled, but not TEX0. | Alan Hourihane | |
2005-01-06 | Small Unichrome fixes: | Thomas Hellström | |
1. Unlock hardware before aborting and dumping DMA buffers. Otherwise display system may deadlock. 2. Fix DMA init IOCTL call that got mixed up in one of the previous commits. 3. Fix AGP command alignment | |||
2005-01-05 | make alloc-dma functions inline, rearrange some debug | Keith Whitwell | |
2005-01-04 | Change to use the t_vertex.c mechanisms for building vertices, | Keith Whitwell | |
including Felix's ptex code. Re-enable some assembly for performance. | |||
2004-12-30 | Get scissor test working again. Passes glean scissor test. | Keith Whitwell | |
2004-12-30 | Calculate DEPTH_SCALE correctly for polygon offset. | Keith Whitwell | |
2004-12-30 | fix regression with fallbacks from recent commits | Keith Whitwell | |
2004-12-29 | Fix some wrapping bugs in the last commit. Probably there are more | Keith Whitwell | |
remaining. | |||
2004-12-29 | Simplfy clear() and swapbuffers() code. | Keith Whitwell | |
Fix various mishandling of cliprects. Allow multiple primitives to be emitted to a single dma buffer, which was largely impossible previously. Re-enable the fast unclipped render stage. | |||
2004-12-29 | Make line stipple a fallback. | Keith Whitwell | |
Make sure fallbacks are wrapped by SpanRenderStart/SpanRenderFinish | |||
2004-12-29 | Get twoside-lit triangles working again | Keith Whitwell | |
2004-12-29 | Large update | Keith Whitwell | |
- Remove via duplicates of shared template files - Update driver to work with current versions of the above - Rework dma accounting - Rework emitting to dma to use a consistent set of macros The handling of cliprects in the driver is still pretty questionable. | |||
2004-12-23 | Remove the VIA_PERFORMANCE code. A step towards moving the driver | Keith Whitwell | |
back to using the shared template files. | |||
2004-12-23 | Chop out more dead code. | Keith Whitwell | |
Get the drawXoff adjustment working a bit better. Seems to pass the glean orthoPos tests. | |||
2004-12-22 | Remove dead code. | Keith Whitwell | |
Fix 24/8 depth/stencil visuals. | |||
2004-12-20 | Remove #ifdef DEBUG's in code, but still allow compiler to remove debug | Keith Whitwell | |
code if DEBUG not defined. | |||
2004-12-15 | Unichrome DRI: | Thomas Hellström | |
Stop the driver from giving empty texture levels with erroneous HW addresses to the hardware. These will get caught and rejected in the DRM command verifier. | |||
2004-07-01 | Rename the various function types in t_context.h to include a tnl_ prefix. | Keith Whitwell | |
2004-02-23 | updates from Erdi Chen | Brian Paul | |
2004-01-30 | Via Unichrome/cle266 driver (Erdi Chen) | Brian Paul | |