summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-02-10glut: Use the official WGL functions.José Fonseca
2009-02-10glut: DESCRIPTION .def clause deprecated.José Fonseca
2009-02-10wgl: s/0x%p/%p/gJosé Fonseca
2009-02-09mesa: fixes for srgb formatsRoland Scheidegger
2009-02-09fix _mesa_get_teximage for srgb texturesRoland Scheidegger
2009-02-09indices: Fix typo.José Fonseca
2009-02-08nouveau: include and calc offset before changing dimensions for next levelPatrice Mandin
2009-02-08nouveau: upload and swizzle each mipmap level in turnPatrice Mandin
2009-02-08r300: Accidentally removed a pipe_buffer_reference that should be there.Corbin Simpson
2009-02-08r300: Add SW TCL paths for clear.Corbin Simpson
2009-02-08r300: Update to match pipe_surface changes.Corbin Simpson
2009-02-07cell: remove unused varBrian Paul
2009-02-07cell: compile fix: many updates to cell texture code for new surface mappingBrian Paul
2009-02-07softpipe: simplify an assertionBrian Paul
2009-02-07cell: compile fix: no-op xlib_create_brw_screen() for Cell buildBrian Paul
2009-02-07cell: compile fix: alpha.ref is now alpha.ref_valueBrian Paul
2009-02-07cell: compile fix: pipe_constant_buffer no longer has size fieldBrian Paul
2009-02-07cell: compile fix: pipe_constant_buffer no longer has size fieldBrian Paul
2009-02-07nouveau: Need to surface_copy() without a pipe context.Younes Manton
2009-02-06Merge branch 'gallium-0.2' of git://anongit.freedesktop.org/mesa/mesa into ga...Corbin Simpson
2009-02-06Merge branch 'gallium-0.2-radeon' into gallium-0.2Corbin Simpson
2009-02-06Rename winsys amd to radeon.Corbin Simpson
2009-02-06g3dvl: Catch up to gallium changes, fix build.Younes Manton
2009-02-06nouveau: Pass proper format to NV04_GDI_RECTANGLE_TEXT.Younes Manton
2009-02-06nouveau: Frontbuffer pitch needs to be set.Younes Manton
2009-02-06r300: Clean up CS counting.Corbin Simpson
2009-02-05r300: working trivial/clear for r5xxJoakim Sindholt
2009-02-05r300: Add framebuffer setup stub.Corbin Simpson
2009-02-05nv20: copy miptree flags from nv40Pekka Paalanen
2009-02-05nv04-nv40: fix nv##_surface_copy() for flippedPekka Paalanen
2009-02-05nv04: fix pasto in nv04_surface_2d_init()Pekka Paalanen
2009-02-05indices: quad fixesKeith Whitwell
2009-02-05gallium: add new aux lib for index list translationsKeith Whitwell
2009-02-05gallium: fixup #includes: p_screen.h does not need anything in p_state.hBrian Paul
2009-02-05gallium: move 'struct pipe_winsys'Brian Paul
2009-02-05nv50: stop using nouveau_push.h, it's evilBen Skeggs
2009-02-05nv04-nv40: move 2d blit/fill code into pipe driverBen Skeggs
2009-02-05nv50: move 2d blit/fill code into pipe driverBen Skeggs
2009-02-05nouveau: support getting "native" bo from winsysBen Skeggs
2009-02-04r300: Add shader state stubs.Corbin Simpson
2009-02-04nouveau: notifier timeout is a float nowBen Skeggs
2009-02-04nouveau: get things building/running again after pipe_surface.buffer removalBen Skeggs
2009-02-04nouveau: link against libdrm_nouveau (installed with libdrm)Ben Skeggs
2009-02-04r300: A bit more cleanup and state handling.Corbin Simpson
2009-02-03r300: Moar swtcl emit. Still sucks, but getting there.Corbin Simpson
2009-02-03mesa: fix offset problem with interleaved arraysAlan Hourihane
2009-02-02gallium: adjust gdi for the latest changesZack Rusin
2009-02-02gallium: remove pipe_buffer from surfacesZack Rusin
2009-02-02r300: Add stubs for swtcl immediate emit.Corbin Simpson
2009-02-02r300: fix compiler/linker errorsJoakim Sindholt