mesa.git
2007-07-17 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-17 Zou Nan hai bumpmap sample is correct now
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 bogus fb/drawable information
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 Jan Dvorakfix shader/info string length queries (bug 11588)
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-13 Brianfix width/depth mix-up (bug 11577)
2007-07-12 Brianfix swizzle-related bug 11534
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 Brianclean-up of stencil code
2007-07-11 BrianMinor clean-up of polygon offset logic. Properly comput...
2007-07-11 BrianImprove this demo in a few ways.
2007-07-11 Tommy Schultz... r300: Added support for Back Facing Color.
2007-07-11 Tommy Schultz... r300: 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-08 BrianFix size test bug in _mesa_test_proxy_teximage().
2007-07-08 BrianCheck if 'indices' parameter is NULL (bug 11314)
2007-07-08 BrianChange float depthScale param to _mesa_unpack_depth_spa...
2007-07-08 Briancheck depthScale value for optimized ushort->uint case...
2007-07-06 BrianIn _swsetup_Translate(), update dest->attrib[FRAG_ATTRI...
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-06 Xavier Bachelotcall glutInit(), bug 11486
2007-07-05 Brianstencil pixel map didn't work in _mesa_unpack_stencil_s...
2007-07-05 Zou Nan hai support "discard";
2007-07-04 BrianBe more consistant with paths in #includes. Eventually...
2007-07-04 Briansupport more modes, added -f cmd line option
2007-07-04 Brianassorted clean-ups
2007-07-04 Eric Anholtfix LogicOp/bitmap problem, bug 11133
2007-07-04 Brianadd fbdev/ to DEMO_FILES
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 Brianadded vec2(vec4) constructor, bug 11404
2007-07-03 Brianadd code for stpq, rgba writemasks in make_writemask...
2007-07-03 Brianfix StepX/StepY typo
2007-07-03 Brianuse _mesa_unpack_stencil_span() in draw_stencil_pixels...
2007-07-03 Roland Scheideggerfix GL_DOT3_RGBA texture combiner mode in generated...
2007-07-03 Zou Nan hai Fix a nasty bug...
2007-07-02 Brianadd const to wglSetPixelFormat() to match .h declaration
2007-07-02 Brianavoid unnecessary clamping of depth values (bug 11448)
2007-07-02 Dave Airlier300: fix compiz crash on swtcl - doesn't fix compiz...
2007-07-01 Claudio CiccaniCompute the amount of time to sleep on idle event using...
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-30 Briansimplify INIT_SPAN code
2007-06-30 Brians/SPAN_RGBA/SPAN_INDEX/ in clear_ci_buffer_with_masking()
2007-06-30 BrianUndo some prev glDraw/CopyPixel changes which fixed...
2007-06-30 BrianObsolete
2007-06-30 Brianoverhaul point rasterization, no longer use s_pointtemp.h
2007-06-29 Brianregenerated
2007-06-29 Ben Skeggsnouveau: match drm changes (0.0.7)
2007-06-29 Ben Skeggsnouveau: NV30_TCL viewport/scissor fixes
2007-06-28 Brianbring over 7.0 doc changes
2007-06-28 BrianAdd a few missing GL 2.0 entrypoints, regenerate relate...
next