Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-04 | gallium: Don't try to auto-detect the OS when embedded os is already ↵ | José Fonseca | |
pre-defined. | |||
2010-02-04 | llvmpipe: Disable unit tests on embedded platforms. | José Fonseca | |
2010-02-04 | util: Add missing include. | José Fonseca | |
2010-02-04 | os: Add missing dummy threading definitions. | José Fonseca | |
2010-02-03 | svga: Remove unnecessary header. | Vinson Lee | |
2010-02-03 | util: Remove unnecessary header. | Vinson Lee | |
2010-02-04 | egl: Convert drivers to use typecast macros. | Chia-I Wu | |
Use macros to define the standard typecasts. This saves lots of typings. | |||
2010-02-03 | identity: Remove unnecessary header. | Vinson Lee | |
2010-02-03 | llvmpipe: Remove unnecessary header. | Vinson Lee | |
2010-02-04 | st/egl: Add missing headers to kms display. | Chia-I Wu | |
Add stdio.h and util/u_inlines.h to native_kms.c. | |||
2010-02-03 | st/egl: Add missing headers. | Vinson Lee | |
2010-02-03 | winsys: Add missing headers. | Vinson Lee | |
2010-02-04 | egl: fix implicit declaration of pipe_texture_reference adding u_inlines.h | Igor Oliveira | |
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 | util: Cast to match the MSVC intrinsics. | José Fonseca | |
The cast is not optional in C++. | |||
2010-02-03 | util: Don't include system headers inside extern "C" { ... } | José Fonseca | |
That breaks when some of the system headers have C++ code. | |||
2010-02-03 | Merge branch 'gallium-embedded' | José Fonseca | |
2010-02-03 | docs: clean up TGSI_SEMANTIC_PSIZE description | Roland Scheidegger | |
there was some confusion between point size state and point size output. | |||
2010-02-03 | docs: fix point sprite documentation | Roland Scheidegger | |
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 | gallium/docs: Document the OS module. | José Fonseca | |
2010-02-03 | tgsi: added debugging code to catch divide by zero | Brian Paul | |
2010-02-03 | tgsi: convert CHECK_INF_OR_NAN to inline function | Brian Paul | |
And disable with if (0). Inf/NaN can occur normally during program execution. Only enable the check code when needed during debugging. | |||
2010-02-03 | os: Also add the aligned memory prototypes to the embedded section. | José Fonseca | |
2010-02-03 | util: Reimplement all utility functions in terms of the new OS abstraction. | José Fonseca | |
2010-02-03 | os: New OS abstraction module. | 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-03 | gallium-docs: Fix typo. | José Fonseca | |
2010-02-02 | draw: remove old hard-coded shader length limits | Brian Paul | |
2010-02-02 | tgsi: added tgsi_alloc_tokens() | Brian Paul | |
2010-02-02 | draw: re-implement free_bit() with ffs() | Brian Paul | |
2010-02-02 | draw: comments and var renaming | Brian Paul | |
2010-02-02 | tgsi: fix comment | Brian Paul | |
2010-02-02 | draw: add const qualifiers, fix return types | Brian Paul | |
2010-02-02 | softpipe: remove unnecessary #include | Brian Paul | |
2010-02-02 | draw: new, updated comments | Brian Paul | |
Try to avoid future confusion between different, but similar functions. | |||
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 | gallium/docs: Opcode refs. | Corbin Simpson | |
There is a very real possibility that I may be enjoying this too much. | |||
2010-02-02 | gallium/docs: TGSI notes on replication to dst, and also cleanups. | Corbin Simpson | |
Slowly, surely, I'm making this better. | |||
2010-02-02 | gallium/docs: Start turning notes into docs. | Corbin Simpson | |
Yeah, what's that? You can read it? It's got, hmm, *readability*? Nice, ain't it. :3 | |||
2010-02-02 | gallium/docs: Add opcode formatting. | Corbin Simpson | |
2010-02-02 | gallium/docs: default Z texture tuple is (z,z,z,1) for OpenGL | Brian Paul | |
2010-02-02 | gallium/docs: s/convensions/conventions/ | Brian Paul | |
2010-02-02 | r300g: Texture format cleanups, per docs. | Corbin Simpson | |
texenv is perfect now. |