summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-04-10tgsi/sse2: Cleanup NRM/NRM4 implementation.Michal Krol
2009-04-10rtasm: Silence `static function not used' warning.Michal Krol
2009-04-10draw: Silence pointer-to-integer cast warning.Michal Krol
2009-04-10draw: Fix vertex_header initialisation.Michal Krol
2009-04-09swrast: remove some unneeded CHAN_TYPE!=GL_FLOAT codeBrian Paul
2009-04-09gallium: comments for surface_copy(), surface_fill() in p_context.hBrian Paul
2009-04-09i965: re-org of some of the new constant buffer codeBrian Paul
2009-04-09i965: new SURF_INDEX_ macrosBrian Paul
2009-04-09gallium: change // comment to /* */ styleBrian Paul
2009-04-09gallium: updated comments in p_screen.hBrian Paul
2009-04-09i965simple: remove pipe_texture::compressed referenceBrian Paul
2009-04-09tgsi/sse2: Fix build.Michal Krol
2009-04-09draw: Fix LIT instruction.Michal Krol
2009-04-09intel / DRI2: Accept fake front-buffer from loaderIan Romanick
2009-04-09DRI2: Assume that there is always a front bufferIan Romanick
2009-04-09intel / DRI2: Track and flush front-buffer renderingIan Romanick
2009-04-09DRI2: Provide an interface for drivers to flush front-buffer renderingIan Romanick
2009-04-09python: Fix bad pointer.José Fonseca
2009-04-09st: remove another unneeded 'is compressed' comparisonBrian Paul
2009-04-09st: remove unneeded "is compressed" checkBrian Paul
2009-04-09st: rearrange some code to be a little more clearBrian Paul
2009-04-09gallium: remove unneeded compressed=0 assignmentBrian Paul
2009-04-09gallium: remove unneeded compressed=0 assignmentBrian Paul
2009-04-09st: remove comp_byte parameter to st_texture_create()Brian Paul
2009-04-09st: consolidate format->usage computationBrian Paul
2009-04-09st: add const qualifiers, use GL typesBrian Paul
2009-04-09st: make loops over 3D texture slices a litte more intuitiveBrian Paul
2009-04-09st: reformatting and clean-ups in texture codeBrian Paul
2009-04-09tgsi/sse2: Fix ARL instruction.Michal Krol
2009-04-09tgsi/sse2: Fix LIT instruction.Michal Krol
2009-04-09trace: Dump the fence, not its pointer.José Fonseca
2009-04-09wgl: Remove unused member.José Fonseca
2009-04-09trace: Use 'flags' name consistently.José Fonseca
2009-04-09gallium: Use "flags" consistently.José Fonseca
2009-04-09gdi: Use stw_* names.José Fonseca
2009-04-09wgl: Use more stw_* names.José Fonseca
2009-04-09wgl: Use hooks instead of subclassing the window.José Fonseca
2009-04-09mesa: fix potential recursive locking deadlock in _mesa_HashWalk()Brian Paul
2009-04-09i965: free shader's constant buffer in brwDeleteProgram()Brian Paul
2009-04-09wgl: Catch the attempt of releasing a context which is not current.José Fonseca
2009-04-09wgl: Move the framebuffer list to the device. Avoid recursive locking.José Fonseca
2009-04-09wgl: More symbol naming normalization.José Fonseca
2009-04-09stw: Use wglext.h's defines and prototypes.José Fonseca
2009-04-09stw: Normalize symbols prefix.José Fonseca
2009-04-09wgl: Add const qualifier to global constant data.José Fonseca
2009-04-08i965: set BRW_MASK_DISABLE flag in "send" instruction in brw_dp_READ_4()Brian Paul
2009-04-08i965: clean-ups, debug code in brw_wm_glsl.cBrian Paul
2009-04-08i965: init current_const[i].index = -1Brian Paul
2009-04-08i965: move the fetch_constants() call before setting conditional mod stateBrian Paul
2009-04-08mesa: minor datatype changes in optimization codeBrian Paul