Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | gallium: add point_quad_rasterization bit to rasterizer state | Roland Scheidegger | |
This determines if points should be rasterized according to GL point rules or as normal quads (GL point sprites / d3d points / d3d point sprites). | |||
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 | gallium: clean up point sprite rasterizer state | Roland Scheidegger | |
Don't need sprite coord origin per coord. Also, don't need separate sprite enable bit - if all coords have it diabled, then there are no point sprites (technically, there's a distinction in pre-GL3, but it only differs in having more leniency in clamping to max size, something the state tracker would need to handle and the hardware won't bother anyway). Also, use packed field for the per-coord enables. All in all, should save 3 dwords in rasterizer state (from 10 down to 7). | |||
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 | |||
2010-01-30 | Revert "r300g: Don't handle SHADOW_AMBIENT." | Corbin Simpson | |
This reverts commit 627a45848faf9e6d19d386b9eb30d36bf18d0998. I was wrong. Who could have known? :3 | |||
2010-01-30 | r300g: Independent blend enables only work on r500. | Corbin Simpson | |
2010-01-30 | r300g: Don't handle SHADOW_AMBIENT. | Corbin Simpson | |
Bisected so that only this commit has to be reverted if I'm wrong. ...Pfft, like I'm ever wrong. :3 | |||
2010-01-30 | r300g: Fix comment on SHADOW_AMBIENT. | Corbin Simpson | |
2010-01-30 | r300g: Dual-source blending isn't possible, period. | Corbin Simpson | |
2010-01-30 | r300g: Add alpha render targets. | Mathias Fröhlich | |
Signed-off-by: Corbin Simpson <MostAwesomeDude@gmail.com> Tested-by: Mathias Fröhlich <Mathias.Froehlich@gmx.net> |