summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-11-20r300g: silence warningsMarek Olšák
2009-11-20r300g: fix typo in r300_reg.h to prevent the RS unit from doing random thingsMarek Olšák
2009-11-20r300g: fix updating a vertex formatMarek Olšák
2009-11-20r300g: add texture lod clampingMarek Olšák
2009-11-20r300g: Begin separating HW TCL and SW TCL state and setup.Corbin Simpson
2009-11-20r300g: emit R300_TEX_ENABLE to indicate there are no textures boundMarek Olšák
2009-11-20r300g: remove variant states from emit_state_invariantMarek Olšák
2009-11-20r300g: Texrect factor cleanup.Corbin Simpson
2009-11-20r300g: fix rectangle textures on r3xxMarek Olšák
2009-11-20r300g: Clean up bitcounting function.Corbin Simpson
2009-11-20r300g: Use MAX3 and MIN3.Corbin Simpson
2009-11-20util: Add MAX3 and MIN3.Corbin Simpson
2009-11-20r300g: set better values in the R300_VAP_CNTL registerMarek Olšák
2009-11-20Fix comment to use /* */ rather than //Alan Hourihane
2009-11-20Fix indentation.Alan Hourihane
2009-11-20Fix vega compilation.Alan Hourihane
2009-11-20Fix memory leak.Alan Hourihane
2009-11-20r600 : eliminate Wondows line ending for test code.Richard Li
2009-11-20Merge remote branch 'origin/mesa_7_7_branch'Dave Airlie
2009-11-20r100: fix texture_from_pixmap and compiz.Dave Airlie
2009-11-19r600 : Clean up a bit test code mess.Richard Li
2009-11-19st/xorg: Fix infinite loop in copy_packed_data.Vinson Lee
2009-11-19st/mesa: replace st_flush() with pipe->flush()Brian Paul
2009-11-19vbo: added recursion check in vbo_exec_FlushVertices()Brian Paul
2009-11-19r600 : change shader pop method for now.Richard Li
2009-11-19st/mesa: get rid of compressed_num_bytes() codeBrian Paul
2009-11-19st/mesa: remove is_compressed_mesa_format()Brian Paul
2009-11-19st/mesa: remove pointless assertionBrian Paul
2009-11-19softpipe: whitespace/indentation fixesBrian Paul
2009-11-19Merge branch 'master' of ssh://richardradeon@git.freedesktop.org/git/mesa/mesaRichard Li
2009-11-19r600 : check in shader code test enable flag: if flagRichard Li
2009-11-19pb: Make fenced buffers threadsafe.José Fonseca
2009-11-19softpipe: add missing check in softpipe_is_texture_referenced()Brian Paul
2009-11-19st/xorg: Replace compile-time acceleration switch with Option "2DAccel".Michel Dänzer
2009-11-19st/xorg: Miscellaneous XVideo fixes.Michel Dänzer
2009-11-19st/xorg: Try harder to ensure a shared texture has valid contents right away.Michel Dänzer
2009-11-19st/xorg: Don't complain about convolution filter being 'unknown'.Michel Dänzer
2009-11-19intel: Remove non-GEM support.Eric Anholt
2009-11-19intel: Remove dead intel_context members and move some packing around.Eric Anholt
2009-11-19intel: Remove our special color packing macros and just use colormac.h.Eric Anholt
2009-11-19intel: Pack colors for blit at blit time, rather than at ClearColor.Eric Anholt
2009-11-19intel: Consistently use no_batch_wrap in intel_context struct.Eric Anholt
2009-11-19i965: Pack brw_wm_fragment_program better.Eric Anholt
2009-11-19mesa: Remove gratuitous padding in prog_dst_register.Eric Anholt
2009-11-19i965: Pack the brw_wm_prog_key better.Eric Anholt
2009-11-19i915: Remove dead meta_draw_quad code.Eric Anholt
2009-11-19tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG]Eric Anholt
2009-11-19tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt
2009-11-19tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtrEric Anholt
2009-11-19tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS]Eric Anholt