DDX DDY support, not very accurate
[mesa.git] / src / mesa / drivers /
2007-07-24 Zou Nan hai DDX DDY support, not very accurate
2007-07-17 Zou Nan hai Fix SOP in fragment shader, brick is ok now.
2007-07-17 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-17 Zou Nan hai Use ProgramStringNotify
2007-07-16 Oliver McFaddenr300: Corrected some progs/fp/* regressions from the...
2007-07-16 Oliver McFaddenr300: Use _mesa_num_inst_src_regs for number of arguments.
2007-07-16 Oliver McFaddenr300: Corrected vertprog FLR and XPD instruction regres...
2007-07-16 Oliver McFaddenr300: Added code for vertprog opcode ARL.
2007-07-16 Oliver McFaddenr300: Don't need vertprog scalar flag anymore; it's...
2007-07-16 Oliver McFaddenr300: Removed broken RCC vertprog opcode.
2007-07-16 Oliver McFaddenr300: More vertprog rework; give each opcode it's own...
2007-07-16 Oliver McFaddenRevert "r300: Gracefully exit after GART memory is...
2007-07-16 Oliver McFaddenr300: Reorder the vertprog code to the ARB specification.
2007-07-16 Roland Scheideggerfix segfault with i915 drivers in swrast drawpixels...
2007-07-16 Oliver McFaddenr300: Use the R300_PVS_UPLOAD_* defines.
2007-07-16 Oliver McFaddenr300: Added the clip plane upload defines.
2007-07-16 Oliver McFaddenr300: Enable the vertprog point size again.
2007-07-16 Oliver McFaddenr300: Corrected position bug with position invariant...
2007-07-16 Oliver McFaddenr300: Removed Vim modeline I left in the file by mistak...
2007-07-16 Oliver McFaddenr300: Make sure the modified value of u_temp_i is respe...
2007-07-16 Oliver McFaddenr300: Added a function for vertex program default opcod...
2007-07-16 Oliver McFaddenr300: Clean up the vertex program maximum length check.
2007-07-16 Oliver McFaddenr300: Corrected indenting in r300_vertprog.c.
2007-07-16 Oliver McFaddenr300: Major vertex program code clean up and rework.
2007-07-16 Oliver McFaddenr300: Replaced the ugly VERTEX_SHADER_INSTRUCTION typedef.
2007-07-15 Oliver McFaddenr300: Gracefully exit after GART memory is exhausted.
2007-07-14 Oliver McFaddenr300: Disable vertex program point size; it's almost...
2007-07-14 Oliver McFaddenr300: Clean up the vertex program output assignment.
2007-07-14 Patrice Mandinnouveau: nv10 and nv11,15 are different
2007-07-13 Ben SkeggsPlay "nuke the typedef"
2007-07-13 Oliver McFaddenRevert "r300: Corrected off-by-one error in r300_vertpr...
2007-07-13 Oliver McFaddenr300: Corrected off-by-one error in r300_vertprog.c.
2007-07-13 Oliver McFaddenr300: Moved some hardware initialization into appropria...
2007-07-13 Oliver McFaddenr300: Use a switch statement in r300UpdateCulling.
2007-07-13 Oliver McFaddenr300: Setup the back facing color bits correctly.
2007-07-12 Patrice Mandinnv20 also don't support viewport_origin, like nv10
2007-07-12 Ben Skeggsnouveau: match drm 0.0.9 interface
2007-07-11 Tommy Schultz Lassenr300: Added support for Back Facing Color.
2007-07-11 Tommy Schultz Lassenr300: Corrected r300UpdateCulling; would only set font...
2007-07-11 Patrice Mandinnouveau: nv20 does not support hw scissors
2007-07-11 Arthur Huilletbumped nouveau DRM interface version number
2007-07-10 Michel Dänzeri915tex: Better procedure for dropping batchbuffer...
2007-07-10 Michel Dänzeri915tex: Only wait for vblank when really necessary.
2007-07-10 Michel DänzerClear pointers to freed cliprects.
2007-07-06 BrianAdd case for GL_QUADS in i915_reduced_primitive_state().
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-06 Patrice MandinNV_17 is different from NV_10
2007-07-06 Patrice MandinNV1X don't support VIEWPORT_ORIGIN in hardware
2007-07-05 Zou Nan hai support "discard";
2007-07-04 Brianassorted clean-ups
2007-07-04 Eric Anholtfix LogicOp/bitmap problem, bug 11133
2007-07-04 Dave Airlier300: only init swtcl on tcl-less cards
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-04 Zou Nan hai fix issue with output as src register.
2007-07-03 Zou Nan hai Fix a nasty bug...
2007-07-02 Brianadd const to wglSetPixelFormat() to match .h declaration
2007-07-02 Dave Airlier300: fix compiz crash on swtcl - doesn't fix compiz...
2007-07-01 Claudio CiccaniFixed initialization of render buffer and deinitializat...
2007-07-01 Dave Airlier300: oops wrong logic for swtcl
2007-07-01 Dave Airlier300: oops turn back off cmd buf debugging
2007-07-01 Dave AirlieMerge branch 'r300-swtcl'
2007-07-01 Dave Airliefix tabbing
2007-07-01 Dave Airlier300: add authorship
2007-07-01 Dave Airlier300: remove some unused code
2007-07-01 Dave Airlier300: cleanup some of the swtcl code
2007-07-01 Dave Airlier300: fixup manytex, we needed to emit the vic/vir...
2007-07-01 Dave Airlier300: fix tabbing
2007-06-29 Ben Skeggsnouveau: match drm changes (0.0.7)
2007-06-29 Ben Skeggsnouveau: NV30_TCL viewport/scissor fixes
2007-06-28 BrianAdd a few missing GL 2.0 entrypoints, regenerate relate...
2007-06-28 zhanga variety of fixes for MingW
2007-06-24 Oliver McFaddenr300: Initial work on merging the real and generated...
2007-06-24 Oliver McFaddenr300: Should use inst_count not 0 for R300_PVS_CNTL_3_P...
2007-06-24 Oliver McFaddenr300: The vpi, vpp, and vps counts are already initiali...
2007-06-24 Oliver McFaddenr300: Clean up the vertex program state code slightly...
2007-06-24 Oliver McFaddenr300: Vertex program position end bits are known.
2007-06-24 Oliver McFaddenr300: Removed unused vap_param structure.
2007-06-24 Oliver McFaddenr300: Cleaned up long lines in the vertex functions.
2007-06-24 Oliver McFaddenr300: Setup the default state for polygon offset point...
2007-06-24 Oliver McFaddenr300: Cleaned up the r300SetupVertexShader function.
2007-06-24 Oliver McFaddenr300: Cleaned up the r300SetupPixelShader function.
2007-06-24 Oliver McFaddenr300: Trivial clean up in radeon_lock.h.
2007-06-24 Dave Airlier300: 2288 is a tcl only reg
2007-06-22 Dave Airlieclean up cache flush emission into one place
2007-06-21 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-06-21 Oliver McFaddenr300: Corrected a bug in r300LineWidth.
2007-06-21 BrianAnother round of fixing attribute interpolation for...
2007-06-21 Dave Airlieclean up color0 code
2007-06-21 Dave Airlieadd a mem use for current dma buffer
2007-06-21 Dave Airliefix unfilled tris/quads
2007-06-21 Dave Airlieensure cmd buffer space
2007-06-21 Dave Airliefix up vertex emission before state change
2007-06-21 Zou Nan hai support branch and loop in pixel shader
2007-06-21 Dave Airliefix secondary color, fog is off for now
2007-06-21 Dave Airliefix projtex
2007-06-21 Dave Airliefix quad-clip
2007-06-21 Dave Airliebring over vertex engine setup code from r300_Render...
2007-06-20 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-06-20 BrianEffectively disable _TexEnvProgram before calling _swra...
2007-06-20 Dave Airliefixup some bits of tcl path
next