mesa.git
2008-06-05 Brian Paulminor changes
2008-06-05 Brian PaulMove construction of libOSMesa.so into src/mesa/drivers...
2008-06-05 Brian Paulinsert mesa/ before include files
2008-06-05 Alan HourihaneSilence warning
2008-06-04 Brian Paulfix event handling issues (such as when resizing when...
2008-06-04 Brian Paulpress 'a' to toggle animation
2008-06-04 Brian Paulcode refactoring (draw_frame(0, handle_event())
2008-06-04 Brian Paulremove references to incorrect -winwidth/-winheight...
2008-06-04 Brian PaulSet the attribute as used.
2008-06-04 Dan Nicholsonautoconf: Collect arch/platform settings in one location
2008-06-04 Brian Paulremove old/unused foomesa.h example header
2008-06-04 Brian Paulcall glutDestroyWindow() before exit
2008-06-04 Xiang, Haihaoi915: Fix GL_DEPTH_TEXTURE_MODE issue. (bug #16221)
2008-06-04 Dave Airliemesa/drm/ttm: allow build against non-TTM aware libdrm
2008-06-02 Ian Romanickbug #16503: use INSTALL macro instead of hard-coding...
2008-06-02 Nicolai Haehnle[t_vp_build] Fix refcounting-related memory leak
2008-06-02 Nicolai Haehnle[texenvprogram] Fix refcounting-related memory leak.
2008-06-01 Dave Airlier500: add missing brackets around depth testing
2008-06-01 Corbin Simpsonr5xx: Enable depth write emission.
2008-06-01 Nicolai Haehnler300: Writing to result.depth in fragment programs...
2008-06-01 Nicolai Haehnle[r300] Fix KIL instruction and swizzling of texture...
2008-06-01 Corbin Simpsonr5xx: Add OPCODE_FLR.
2008-06-01 Corbin Simpsonr5xx: Last emit_sop() for now.
2008-06-01 Corbin Simpsonr5xx: More emit_sop(), stage 2.
2008-06-01 Corbin Simpsonr5xx: Cleanup SOP with emit_sop().
2008-06-01 Corbin Simpsonr5xx: Dump shader constants when dumping program assembly.
2008-05-31 Dave Airlier300: disable the lowimpact fallbacks by default.
2008-05-31 Markus Amslerr500: Use 8bit fog alpha compare value.
2008-05-29 Luc VerhaegenFix segfault on exit in unichrome driver (bug 16150)
2008-05-29 Brian Paulundo prev change to this VC7 project file
2008-05-29 Karl Schultzadded prog_uniform.[ch]
2008-05-29 Brian PaulAssorted Windows fixes (Karl Schultz)
2008-05-29 Brian PaulUse the GLuint64EXT type defined by GL_EXT_timer_query
2008-05-29 Dennis KasprzykR1/2/3/4/5xx: fixed calculation of cliprects in CopyBuffer.
2008-05-29 Dennis KasprzykReport correct damage rectangle in CopySubBuffer.
2008-05-29 Markus Amslerr300: fix R300_FG_ALPHA_FUNC_VAL_MASK
2008-05-28 Brian Paulupdated function list
2008-05-28 Brian Paulreplace make with $(MAKE) (bug 16133)
2008-05-28 Dave Airlier300: disable cmdbuf debug again
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-28 Dave Airlier500: remove warnings and only start on newer drms.
2008-05-28 Alex DeucherR3/4/5xx: update to use drm get_param for num gb pipes
2008-05-28 Dave Airlier500: cleanup warnings and include files
2008-05-27 Brian Paulupdate, re-org build/install instructions
2008-05-27 Brian Paulset version string to 7.1 rc1
2008-05-27 Brian Paulupdates for 7.1 release
2008-05-27 Brian Paulprep for 7.1 RC1
2008-05-27 Brian Paulallow GLX_SAMPLES_ARB==0 (bug 16073)
2008-05-27 Jouk Jansenupdated for latest sources
2008-05-27 Karl Schultzdependency fixes (bug 13544)
2008-05-27 Corbin Simpsonr5xx: Add OPCODE_XPD. In working condition, I might...
2008-05-27 Corbin Simpsonr5xx: Just a few small LIT fixes.
2008-05-27 Corbin Simpsonr5xx: Fix emit_mov() regression.
2008-05-27 Dave Airlier500: the cs is shared per context - doh so don't use...
2008-05-27 Dave Airlier500: need to re-setup inst offset/end for translated...
2008-05-27 Dave Airlier500: reset fp/fp_const counts
2008-05-27 Dave Airlier300/r500: emit flush inside vap_cntl state atom
2008-05-27 Dave Airlier500: hopefully fix 4096 texture harder
2008-05-27 Corbin Simpsonr5xx: Fix FP temp counting.
2008-05-27 Dave Airlier500: remove debugging
2008-05-27 Dave Airlier300/r500: fix r500 fragment program texture unit refer...
2008-05-27 Dave Airlier500: initial support for tmu mappings
2008-05-26 Corbin Simpsonr5xx: Enhance emit_mov().
2008-05-26 Corbin Simpsonr5xx: Moar LIT.
2008-05-26 Corbin Simpsonr5xx: First stab at LIT.
2008-05-26 Corbin SimpsonReplace copyright on r500_fragprog.c
2008-05-26 Corbin Simpsonr5xx: Unbreak texture swizzling.
2008-05-25 Corbin Simpsonr5xx: Massive MAD cleanup.
2008-05-25 Corbin Simpsonr5xx: Negation masks for every inst except SWZ.
2008-05-25 Corbin Simpsonr5xx: More emit_alu().
2008-05-25 Corbin Simpsonr5xx: Add emit_mad() for FP.
2008-05-24 Corbin Simpsonr5xx: Consolidate FP tex insts.
2008-05-24 Corbin Simpsonr5xx: Fix SGE/SLT.
2008-05-24 Corbin Simpsonr5xx: Remove some debugging cruft.
2008-05-24 Tormod Voldendri: vblank_mode warning
2008-05-24 Dave Airlier500: missed a couple of inst4s.
2008-05-24 Dave Airlier500: add depth output write
2008-05-23 George Sapountzisdri/swrast: cosmetic, mainly generic vs. xorg terminology
2008-05-23 George Sapountzisdri/swrast: add dithering support
2008-05-23 George Sapountzisdri/swrast: add support for r3g3b2
2008-05-23 George Sapountzisdri: add support for generating 3_3_2 configs
2008-05-23 George Sapountzisdri/swrast: split out common pixel macros
2008-05-23 George Sapountzisdri/swrast: drop TODO list
2008-05-23 George Sapountzisdrop GLcore
2008-05-23 Corbin Simpsonr5xx: Clean up some compiler warnings.
2008-05-23 Corbin Simpsonr5xx: Move dumb_shader.
2008-05-23 Corbin Simpsonr5xx: Add OPCODE_DST.
2008-05-23 Corbin Simpsonr5xx: More trig work.
2008-05-22 Dave Airlier500: bump state atom size up for fp and fp constants
2008-05-22 Corbin Simpsonr5xx: Fixed LRP.
2008-05-22 Corbin Simpsonr5xx: Change debug info for readability.
2008-05-21 Jesse BarnesAdd cscope files to .gitignore
2008-05-21 Corbin Simpsonr5xx: Initial (broken) OPCODE_LRP.
2008-05-21 Dan NicholsonFollow along GL/glx -> glx renaming in xserver
2008-05-21 Kristian HøgsbergAdd remaining glapi generated server headers.
2008-05-21 Kristian HøgsbergMake the shared glapi files not include glheader.h.
2008-05-21 Kristian HøgsbergRevert "glapi: Generate xserver glapi sources in the...
2008-05-21 Corbin Simpsonr5xx: Add OPCODE_POW.
2008-05-21 George Sapountzisdri/swrast: use Makefile.template
2008-05-21 George Sapountzisdri/swrast: fb configs tweaks
next