summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Collapse)Author
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
nv20_miptree_create() should set various flags. Copy stuff over from nv40. trivial/tri does not abort on nv04 swizzled copy anymore. I still miss my triangle. Signed-off-by: Pekka Paalanen <pq@iki.fi>
2009-02-05nv04-nv40: fix nv##_surface_copy() for flippedPekka Paalanen
If do_flipp is true, it would first do the proper copy, height would wrap around to unsigned maximum, and then it attempts to do another copy. Return after doing the proper copy. Signed-off-by: Pekka Paalanen <pq@iki.fi>
2009-02-05nv04: fix pasto in nv04_surface_2d_init()Pekka Paalanen
Wrong hardware object being used, when compared with earlier code. Signed-off-by: Pekka Paalanen <pq@iki.fi>
2009-02-05indices: quad fixesKeith Whitwell
2009-02-05gallium: add new aux lib for index list translationsKeith Whitwell
Could this be the ultimate index list translating utility? Maybe, but it doesn't yet include support for splitting primitives. Unlike previous attempts, this captures all possible combinations of API and hardware provoking vertex, supports generated list reuse and various other tricks. Relies on python-generated code.
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
Not used in p_state.h but used in p_context.h and p_screen.h
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
Don't look at nouveau_winsys_pipe.h... I promise it's temporary!
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-02gallium: adjust gdi for the latest changesZack Rusin
2009-02-02gallium: remove pipe_buffer from surfacesZack Rusin
this change disassociates, at least from the driver perspective, the surface from buffer. surfaces are technically now views on the textures so make it so by hiding the buffer in the internals of textures.
2009-02-02r300: Add stubs for swtcl immediate emit.Corbin Simpson
2009-02-02r300: fix compiler/linker errorsJoakim Sindholt
2009-02-02r300: Clear up XXX in r300_state.Corbin Simpson
2009-02-02r300: Take care of some XXXes.Corbin Simpson
2009-02-02r300: Move some registers around.Corbin Simpson
This fixes r500 hangs.
2009-02-02r300, amd: Oops, a couple more API changes.Corbin Simpson
Somehow I forgot to commit these.
2009-02-02xlib: Get conditional compilation of drivers working again.José Fonseca
2009-02-02gdi: Update for wgl st reorg.José Fonseca
2009-02-02scons: Fixups for the introduction of the xlib state_tracker.Michel Dänzer
Not quite working yet; glxinfo complains about glXChooseVisual being undefined.
2009-02-02gallium: Stop relinking drivers and aux librariesJakob Bornecrantz
2009-02-02Merge commit 'origin/gallium-0.2' into gallium-0.2Keith Whitwell
2009-02-02Merge branch 'gallium-wgl-rework' into gallium-0.2Keith Whitwell
Conflicts: src/gallium/state_trackers/wgl/shared/stw_public.h
2009-02-02amd: Fix build errors from rebase.Corbin Simpson
2009-02-01r300: Clean up after rebase.Corbin Simpson
Fix a couple struct members, clear up a few texture lines.
2009-02-01r300: Add u_simple_screen support.Corbin Simpson
2009-02-01r300: Add more rs_state, fix indents on dsa_state.Corbin Simpson
2009-02-01r300: Split rs_state emit into its own function.Corbin Simpson
2009-02-01amd: Add AMD_SOFTPIPE environment option.Corbin Simpson
If set, AMD_SOFTPIPE will make amd switch to softpipe.
2009-02-01r300: Add line stipple state to rs_state.Corbin Simpson
2009-02-01r300: Add cleaned-up clear fallback, sort more regs.Corbin Simpson
2009-02-01r300: Try to fix up RS a bit more.Corbin Simpson
2009-02-01r300: set up r5xx fragment shader; clear still brokenJoakim Sindholt
2009-02-01r300: Unbreak emit, fix up a bunch of little things.Corbin Simpson
2009-02-01r300: attempt at trivial/clear on r5xxJoakim Sindholt
2009-02-01r300: name registers for human readabilityJoakim Sindholt
Signed-off-by: Corbin Simpson <MostAwesomeDude@gmail.com>