2010-02-04 |
Francisco Jerez | Import a classic DRI driver for nv0x-nv2x. |
commit | commitdiff | tree |
2010-02-04 |
Kristian Høgsberg | egl: Add driver for EGL on X with DRI2 |
commit | commitdiff | tree |
2010-02-04 |
José Fonseca | scons: Eliminate mixed space/tabs. |
commit | commitdiff | tree |
2010-02-04 |
José Fonseca | scons: Only override scons CC selection in the embedded... |
commit | commitdiff | tree |
2010-02-04 |
José Fonseca | trace: util_stream -> os_stream |
commit | commitdiff | tree |
2010-02-04 |
José Fonseca | auxiliary: util_stream -> os_stream |
commit | commitdiff | tree |
2010-02-04 |
José Fonseca | os: Ensure header includes are outside extern "C" {}. |
commit | commitdiff | tree |
2010-02-04 |
José Fonseca | util: Reimplement u_time on top of os_time. |
commit | commitdiff | tree |
2010-02-04 |
José Fonseca | gallium: Add a define for deprecated function attribute. |
commit | commitdiff | tree |
2010-02-04 |
José Fonseca | os: Time abstractions. |
commit | commitdiff | tree |
2010-02-04 |
José Fonseca | os/os_memory_aligned.h: fix memory allocation alignment... |
commit | commitdiff | tree |
2010-02-04 |
Brian Paul | i965g: include u_inlines.h |
commit | commitdiff | tree |
2010-02-04 |
Alex Deucher | r600: reduce number of cache flushes |
commit | commitdiff | tree |
2010-02-04 |
José Fonseca | util: Disable u_time.c implementation for embedded. |
commit | commitdiff | tree |
2010-02-04 |
José Fonseca | trace: Use u_time. |
commit | commitdiff | tree |
2010-02-04 |
José Fonseca | gallium: Don't try to auto-detect the OS when embedded... |
commit | commitdiff | tree |
2010-02-04 |
José Fonseca | llvmpipe: Disable unit tests on embedded platforms. |
commit | commitdiff | tree |
2010-02-04 |
José Fonseca | scons: Promote EMBEDDED from subsystem to full os. |
commit | commitdiff | tree |
2010-02-04 |
José Fonseca | util: Add missing include. |
commit | commitdiff | tree |
2010-02-04 |
José Fonseca | os: Add missing dummy threading definitions. |
commit | commitdiff | tree |
2010-02-04 |
Pauli Nieminen | swrast/sse: Fix _mesa_sse_transform_pointsX_3d_no_rot |
commit | commitdiff | tree |
2010-02-04 |
José Fonseca | scons: Have MinGW target MSVCRT 7.0 |
commit | commitdiff | tree |
2010-02-04 |
José Fonseca | scons: Use only the shared object name when linking... |
commit | commitdiff | tree |
2010-02-04 |
Vinson Lee | st/mesa: Remove unnecessary headers. |
commit | commitdiff | tree |
2010-02-04 |
Vinson Lee | svga: Remove unnecessary header. |
commit | commitdiff | tree |
2010-02-04 |
Vinson Lee | util: Remove unnecessary header. |
commit | commitdiff | tree |
2010-02-04 |
Chia-I Wu | egl: Convert drivers to use typecast macros. |
commit | commitdiff | tree |
2010-02-04 |
Chia-I Wu | egl: Add macros to define typecast functions. |
commit | commitdiff | tree |
2010-02-04 |
Vinson Lee | identity: Remove unnecessary header. |
commit | commitdiff | tree |
2010-02-04 |
Vinson Lee | llvmpipe: Remove unnecessary header. |
commit | commitdiff | tree |
2010-02-04 |
Pauli Nieminen | Revert "mesa: fix transform_points_3d_no_rot using... |
commit | commitdiff | tree |
2010-02-04 |
Chia-I Wu | st/egl: Add missing headers to kms display. |
commit | commitdiff | tree |
2010-02-04 |
Vinson Lee | st/egl: Add missing headers. |
commit | commitdiff | tree |
2010-02-04 |
Vinson Lee | winsys: Add missing headers. |
commit | commitdiff | tree |
2010-02-04 |
Igor Oliveira | egl: fix implicit declaration of pipe_texture_reference... |
commit | commitdiff | tree |
2010-02-04 |
Igor Oliveira | egl: fix wrong argument. Use loader_data instead of... |
commit | commitdiff | tree |
2010-02-04 |
Dave Airlie | gallium: fix more missing includes from various places |
commit | commitdiff | tree |
2010-02-04 |
Dave Airlie | nouveau: include stdio.h and u_inlines.h in all context... |
commit | commitdiff | tree |
2010-02-03 |
Brian Paul | mesa: increase number of texture units to MAX_COMBINED_... |
commit | commitdiff | tree |
2010-02-03 |
Brian Paul | mesa: re-dimension RasterTexCoords and CoordReplace |
commit | commitdiff | tree |
2010-02-03 |
Brian Paul | mesa: added texcoord unit assertion |
commit | commitdiff | tree |
2010-02-03 |
Brian Paul | mesa: use Elements() instead of MAX_TEXTURE_COORD_UNITS |
commit | commitdiff | tree |
2010-02-03 |
Brian Paul | mesa: added tex unit assert, use Elements() macro |
commit | commitdiff | tree |
2010-02-03 |
Brian Paul | mesa: check for invalid texture coord unit in glGet... |
commit | commitdiff | tree |
2010-02-03 |
Brian Paul | mesa: check/clamp texture/program matrix accesses |
commit | commitdiff | tree |
2010-02-03 |
Brian Paul | mesa: add error check for querying invalid texture... |
commit | commitdiff | tree |
2010-02-03 |
Brian Paul | mesa: use Elements() as limit in loops over texture... |
commit | commitdiff | tree |
2010-02-03 |
Brian Paul | mesa: add out of bounds assertions for accessing textur... |
commit | commitdiff | tree |
2010-02-03 |
José Fonseca | util: Cast to match the MSVC intrinsics. |
commit | commitdiff | tree |
2010-02-03 |
José Fonseca | util: Don't include system headers inside extern "C... |
commit | commitdiff | tree |
2010-02-03 |
José Fonseca | Merge branch 'gallium-embedded' |
commit | commitdiff | tree |
2010-02-03 |
José Fonseca | gallium/docs: Document the OS module. |
commit | commitdiff | tree |
2010-02-03 |
Brian Paul | tgsi: added debugging code to catch divide by zero |
commit | commitdiff | tree |
2010-02-03 |
Brian Paul | tgsi: convert CHECK_INF_OR_NAN to inline function |
commit | commitdiff | tree |
2010-02-03 |
Francisco Jerez | mesa: Factor out the fb initialization details from... |
commit | commitdiff | tree |
2010-02-03 |
José Fonseca | os: Also add the aligned memory prototypes to the embed... |
commit | commitdiff | tree |
2010-02-03 |
José Fonseca | util: Reimplement all utility functions in terms of... |
commit | commitdiff | tree |
2010-02-03 |
José Fonseca | os: New OS abstraction module. |
commit | commitdiff | tree |
2010-02-03 |
Keith Whitwell | vbo: fix void * arithmetic warning |
commit | commitdiff | tree |
2010-02-03 |
Francisco Jerez | vbo: Fix up in-place splitting for non-contiguous/index... |
commit | commitdiff | tree |
2010-02-03 |
José Fonseca | trace: Include the appropriate header instead of defini... |
commit | commitdiff | tree |
2010-02-03 |
Keith Whitwell | progs/fpglsl: couple more tests |
commit | commitdiff | tree |
2010-02-03 |
Keith Whitwell | progs/fpglsl: fp-tris for glsl |
commit | commitdiff | tree |
2010-02-03 |
Keith Whitwell | svga: fix TXD and TXL opcode translation |
commit | commitdiff | tree |
2010-02-03 |
Keith Whitwell | svga: deriv insns not valid in dynamic flow control... |
commit | commitdiff | tree |
2010-02-03 |
Keith Whitwell | svga: texture from lod zero inside dynamic branching |
commit | commitdiff | tree |
2010-02-03 |
Keith Whitwell | svga: better method for generating white fs color outputs |
commit | commitdiff | tree |
2010-02-03 |
Keith Whitwell | mesa/st: bump the gallium version number |
commit | commitdiff | tree |
2010-02-03 |
Keith Whitwell | st/mesa: remove some floating point divides in viewport... |
commit | commitdiff | tree |
2010-02-03 |
José Fonseca | gallium-docs: Fix typo. |
commit | commitdiff | tree |
2010-02-03 |
Dave Airlie | r300: fix compiler bugs introduced with MRT changes. |
commit | commitdiff | tree |
2010-02-03 |
Chia-I Wu | egl: Rename _eglPreloadForEach callbacks. |
commit | commitdiff | tree |
2010-02-03 |
Chia-I Wu | egl: Fix a potential segfault in driver suffix matching. |
commit | commitdiff | tree |
2010-02-03 |
Chia-I Wu | egl: Remove unnecessary #ifdef's. |
commit | commitdiff | tree |
2010-02-03 |
Chia-I Wu | egl: Ignore certain environment variables when setuid... |
commit | commitdiff | tree |
2010-02-03 |
Chia-I Wu | egl: Add EGL_DRIVERS_PATH environment variable. |
commit | commitdiff | tree |
2010-02-03 |
Brian Paul | draw: remove old hard-coded shader length limits |
commit | commitdiff | tree |
2010-02-03 |
Brian Paul | tgsi: added tgsi_alloc_tokens() |
commit | commitdiff | tree |
2010-02-03 |
Brian Paul | draw: re-implement free_bit() with ffs() |
commit | commitdiff | tree |
2010-02-03 |
Brian Paul | draw: comments and var renaming |
commit | commitdiff | tree |
2010-02-03 |
Brian Paul | tgsi: fix comment |
commit | commitdiff | tree |
2010-02-03 |
Brian Paul | draw: add const qualifiers, fix return types |
commit | commitdiff | tree |
2010-02-03 |
Brian Paul | softpipe: remove unnecessary #include |
commit | commitdiff | tree |
2010-02-03 |
Brian Paul | draw: new, updated comments |
commit | commitdiff | tree |
2010-02-03 |
Brian Paul | llvmpipe: fix (potentially) broken AA points, AA lines |
commit | commitdiff | tree |
2010-02-03 |
Brian Paul | softpipe: fix broken AA points, AA lines |
commit | commitdiff | tree |
2010-02-03 |
Corbin Simpson | gallium/docs: Opcode refs. |
commit | commitdiff | tree |
2010-02-03 |
Corbin Simpson | gallium/docs: TGSI notes on replication to dst, and... |
commit | commitdiff | tree |
2010-02-03 |
Corbin Simpson | gallium/docs: Start turning notes into docs. |
commit | commitdiff | tree |
2010-02-03 |
Corbin Simpson | gallium/docs: Add opcode formatting. |
commit | commitdiff | tree |
2010-02-02 |
Brian Paul | gallium/docs: default Z texture tuple is (z,z,z,1)... |
commit | commitdiff | tree |
2010-02-02 |
Brian Paul | gallium/docs: s/convensions/conventions/ |
commit | commitdiff | tree |
2010-02-02 |
Corbin Simpson | r300g: Texture format cleanups, per docs. |
commit | commitdiff | tree |
2010-02-02 |
José Fonseca | gallium: Move some compiler portability stuff into... |
commit | commitdiff | tree |
2010-02-02 |
Corbin Simpson | gallium/docs: Did somebody call for a table? |
commit | commitdiff | tree |
2010-02-02 |
Scott Moreau | Track frag shader changes introduced by commit 47695665... |
commit | commitdiff | tree |
2010-02-02 |
José Fonseca | gallium: Move deprecated pipe/internal/p_winsys_screen... |
commit | commitdiff | tree |
2010-02-02 |
Francisco Jerez | mesa: Add a BITSET_FFS function. |
commit | commitdiff | tree |
2010-02-02 |
José Fonseca | gallium: Move p_thread.h and p_atomic.h out of gallium... |
commit | commitdiff | tree |
2010-02-02 |
Brian Paul | gallium/docs: table of texture formats and (x,y,z,w... |
commit | commitdiff | tree |
next |