Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-07 | llvmpipe: Silence GCC 'type qualifiers ignored on function return type' ↵ | Vinson Lee | |
warnings. | |||
2010-02-07 | svga: Remove unnecessary header. | Vinson Lee | |
2010-02-07 | llvmpipe: Remove unnecessary headers. | Vinson Lee | |
2010-02-06 | r300g: cleanup XXXs in the DSA state | Marek Olšák | |
2010-02-06 | r300g: make a local copy of framebuffer state | Marek Olšák | |
The previous more direct approach was simply incorrect. piglit/levelclamp passes again. | |||
2010-02-06 | r300g: fix color channel masks | Marek Olšák | |
glean/maskedClear passes again. | |||
2010-02-06 | r300g: remove useless GA_COLOR_CONTROL emit | Marek Olšák | |
Already emitted in r300_emit_draw_xxx. | |||
2010-02-06 | r300g: add L8_SRGB and A8L8_SRGB texture formats | Marek Olšák | |
2010-02-06 | llvmpipe: Silence GCC 'no previous prototype' warning. | Vinson Lee | |
2010-02-05 | i965g: Remove unnecessary headers. | Vinson Lee | |
2010-02-05 | nouveau: Fix warning for void function returning value. Add missing include ↵ | Patrice Mandin | |
for pipe_reference_init function. Signed-off-by: Patrice Mandin <patmandin@gmail.com> | |||
2010-02-05 | allow make to build lp_test_* for llvmpipe | Chris Li | |
Signed-off-by: José Fonseca <jfonseca@vmware.com> | |||
2010-02-05 | llvmpipe: Disable multithreading on windows. | José Fonseca | |
2010-02-05 | Merge remote branch 'origin/lp-binning' | José Fonseca | |
Conflicts: src/gallium/auxiliary/util/u_dl.c src/gallium/auxiliary/util/u_time.h src/gallium/drivers/llvmpipe/lp_state_derived.c src/gallium/drivers/llvmpipe/lp_state_surface.c src/gallium/drivers/llvmpipe/lp_tex_cache.c src/gallium/drivers/llvmpipe/lp_tile_cache.c | |||
2010-02-04 | Nuke the nv0x-nv2x gallium pipe drivers. | Francisco Jerez | |
2010-02-04 | trace: util_stream -> os_stream | José Fonseca | |
2010-02-04 | trace: Use u_time. | José Fonseca | |
2010-02-04 | llvmpipe: Disable unit tests on embedded platforms. | José Fonseca | |
2010-02-03 | svga: Remove unnecessary header. | Vinson Lee | |
2010-02-03 | identity: Remove unnecessary header. | Vinson Lee | |
2010-02-03 | llvmpipe: Remove unnecessary header. | Vinson Lee | |
2010-02-04 | gallium: fix more missing includes from various places | Dave Airlie | |
nouveau/ dri st / vmware | |||
2010-02-04 | nouveau: include stdio.h and u_inlines.h in all context files since embedded ↵ | Dave Airlie | |
changes fixes nouveau build for me. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2010-02-03 | Merge branch 'gallium-embedded' | José Fonseca | |
2010-02-03 | trace: Include the appropriate header instead of defining prototypes. | José Fonseca | |
Avoids header when the header was included before. | |||
2010-02-03 | svga: fix TXD and TXL opcode translation | Keith Whitwell | |
2010-02-03 | svga: deriv insns not valid in dynamic flow control either | Keith Whitwell | |
2010-02-03 | svga: texture from lod zero inside dynamic branching | Keith Whitwell | |
Texture derivatives are potentially undefined inside dynamic branches, so hardwire lod zero in this case. Treating all if/endif and loop constructs as dynamic branches. | |||
2010-02-03 | svga: better method for generating white fs color outputs | Keith Whitwell | |
2010-02-02 | softpipe: remove unnecessary #include | Brian Paul | |
2010-02-02 | llvmpipe: fix (potentially) broken AA points, AA lines | Brian Paul | |
This patch duplicates the softpipe fix seen in the preceeding commit. | |||
2010-02-02 | softpipe: fix broken AA points, AA lines | Brian Paul | |
This fixes a regression when the geometry shaders branch was merged to master with commit 89d8577fb3036547ef0b47498cc8dc5c77f886e0. progs/demos/pointblast and progs/redbook/anti work again. | |||
2010-02-02 | r300g: Texture format cleanups, per docs. | Corbin Simpson | |
texenv is perfect now. | |||
2010-02-02 | gallium: Move deprecated pipe/internal/p_winsys_screen.h inside ↵ | José Fonseca | |
util/u_simple_screen.h | |||
2010-02-02 | gallium: Move p_thread.h and p_atomic.h out of gallium interfaces. | José Fonseca | |
Into os/os_thread.h and util/u_atomic.h respectively. | |||
2010-02-02 | gallium: Make pipe_atomic a regular int32_t. | José Fonseca | |
2010-02-02 | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca | |
2010-02-02 | r300compiler, r300 classic, r300g: Add support for MRTs in the frag shader. | Corbin Simpson | |
This maybe breaks the vert compiler. Hopefully not. | |||
2010-02-01 | r300g: Fix funky segfault. | Corbin Simpson | |
2010-02-01 | r300g: Inline immediates where possible. | Corbin Simpson | |
Oh look, more gears. Seems to work just fine though. | |||
2010-02-01 | llvmpipe: Add missing includes. | José Fonseca | |
2010-02-01 | i915: Add missing includes. | José Fonseca | |
2010-01-31 | i965g: Add missing va_end. | Vinson Lee | |
2010-01-31 | r300g: Fix memory leak on memory allocation failure. | Vinson Lee | |
2010-02-01 | nv04: Update to new nouveau_class.h | Marcin Kościelnicki | |
Signed-off-by: Francisco Jerez <currojerez@riseup.net> | |||
2010-02-01 | nv50/nv40/nv30: fix small memory leak of nouveau_resources on screen_destroy | Marcin Slusarz | |
Signed-off-by: Francisco Jerez <currojerez@riseup.net> | |||
2010-02-01 | nv10, nv20: Fix build. | Francisco Jerez | |
2010-01-30 | r300g: Silence uninitialized variable warning. | Vinson Lee | |
2010-01-30 | i915: Set bit field of length 1 light_twoside to unsigned. | Vinson Lee | |
2010-01-31 | Merge remote branch 'origin/master' into lp-binning | José Fonseca | |
Conflicts: Makefile src/gallium/auxiliary/util/u_surface.c src/gallium/drivers/llvmpipe/lp_flush.c src/gallium/drivers/llvmpipe/lp_setup.c src/gallium/drivers/llvmpipe/lp_state_derived.c src/gallium/drivers/llvmpipe/lp_state_fs.c src/gallium/drivers/llvmpipe/lp_state_surface.c src/gallium/drivers/llvmpipe/lp_tex_cache.c src/gallium/drivers/llvmpipe/lp_texture.c src/gallium/drivers/llvmpipe/lp_tile_cache.c src/mesa/state_tracker/st_cb_condrender.c |