summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-02-10wgl: s/0x%p/%p/gJosé Fonseca1-6/+8
2009-02-09mesa: fixes for srgb formatsRoland Scheidegger1-20/+14
2009-02-09fix _mesa_get_teximage for srgb texturesRoland Scheidegger1-11/+52
2009-02-09indices: Fix typo.José Fonseca2-241/+241
2009-02-08nouveau: include and calc offset before changing dimensions for next levelPatrice Mandin1-2/+3
2009-02-08nouveau: upload and swizzle each mipmap level in turnPatrice Mandin1-28/+38
2009-02-08r300: Accidentally removed a pipe_buffer_reference that should be there.Corbin Simpson1-0/+2
2009-02-08r300: Add SW TCL paths for clear.Corbin Simpson1-19/+42
2009-02-08r300: Update to match pipe_surface changes.Corbin Simpson5-8/+13
2009-02-07cell: remove unused varBrian Paul1-1/+0
2009-02-07cell: compile fix: many updates to cell texture code for new surface mappingBrian Paul1-39/+42
2009-02-07softpipe: simplify an assertionBrian Paul1-1/+1
2009-02-07cell: compile fix: no-op xlib_create_brw_screen() for Cell buildBrian Paul1-0/+2
2009-02-07cell: compile fix: alpha.ref is now alpha.ref_valueBrian Paul2-2/+2
2009-02-07cell: compile fix: pipe_constant_buffer no longer has size fieldBrian Paul2-2/+1
2009-02-07cell: compile fix: pipe_constant_buffer no longer has size fieldBrian Paul1-3/+3
2009-02-07nouveau: Need to surface_copy() without a pipe context.Younes Manton5-39/+36
2009-02-06Merge branch 'gallium-0.2' of git://anongit.freedesktop.org/mesa/mesa into ga...Corbin Simpson13-23/+27
2009-02-06Merge branch 'gallium-0.2-radeon' into gallium-0.2Corbin Simpson38-0/+7855
2009-02-06Rename winsys amd to radeon.Corbin Simpson12-250/+250
2009-02-06g3dvl: Catch up to gallium changes, fix build.Younes Manton7-22/+21
2009-02-06nouveau: Pass proper format to NV04_GDI_RECTANGLE_TEXT.Younes Manton1-1/+1
2009-02-06nouveau: Frontbuffer pitch needs to be set.Younes Manton5-0/+5
2009-02-06r300: Clean up CS counting.Corbin Simpson2-4/+7
2009-02-05r300: working trivial/clear for r5xxJoakim Sindholt2-6/+6
2009-02-05r300: Add framebuffer setup stub.Corbin Simpson1-0/+16
2009-02-05nv20: copy miptree flags from nv40Pekka Paalanen1-2/+29
2009-02-05nv04-nv40: fix nv##_surface_copy() for flippedPekka Paalanen5-0/+5
2009-02-05nv04: fix pasto in nv04_surface_2d_init()Pekka Paalanen1-1/+1
2009-02-05indices: quad fixesKeith Whitwell2-132/+133
2009-02-05gallium: add new aux lib for index list translationsKeith Whitwell8-0/+5860
2009-02-05gallium: fixup #includes: p_screen.h does not need anything in p_state.hBrian Paul1-1/+3
2009-02-05gallium: move 'struct pipe_winsys'Brian Paul3-1/+3
2009-02-05nv50: stop using nouveau_push.h, it's evilBen Skeggs6-71/+92
2009-02-05nv04-nv40: move 2d blit/fill code into pipe driverBen Skeggs27-654/+625
2009-02-05nv50: move 2d blit/fill code into pipe driverBen Skeggs8-220/+203
2009-02-05nouveau: support getting "native" bo from winsysBen Skeggs2-0/+10
2009-02-04r300: Add shader state stubs.Corbin Simpson5-12/+122
2009-02-04nouveau: notifier timeout is a float nowBen Skeggs1-1/+1
2009-02-04nouveau: get things building/running again after pipe_surface.buffer removalBen Skeggs13-54/+249
2009-02-04nouveau: link against libdrm_nouveau (installed with libdrm)Ben Skeggs33-10762/+48
2009-02-04r300: A bit more cleanup and state handling.Corbin Simpson2-40/+18
2009-02-03r300: Moar swtcl emit. Still sucks, but getting there.Corbin Simpson1-3/+26
2009-02-03mesa: fix offset problem with interleaved arraysAlan Hourihane1-1/+1
2009-02-02gallium: adjust gdi for the latest changesZack Rusin1-1/+2
2009-02-02gallium: remove pipe_buffer from surfacesZack Rusin40-125/+177
2009-02-02r300: Add stubs for swtcl immediate emit.Corbin Simpson3-0/+108
2009-02-02r300: fix compiler/linker errorsJoakim Sindholt4-3/+5
2009-02-02r300: Clear up XXX in r300_state.Corbin Simpson1-9/+10
2009-02-02r300: Take care of some XXXes.Corbin Simpson3-8/+7