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 |
2010-02-02 |
José Fonseca | gallium: Make pipe_atomic a regular int32_t. |
commit | commitdiff | tree |
2010-02-02 |
José Fonseca | gallium: pipe/p_inlines.h -> util/u_inlines.h |
commit | commitdiff | tree |
2010-02-02 |
Corbin Simpson | r300compiler: Add MRT number to debugging output. |
commit | commitdiff | tree |
2010-02-02 |
Corbin Simpson | r300compiler, r300 classic, r300g: Add support for... |
commit | commitdiff | tree |
2010-02-02 |
Michal Krol | tgsi: ureg_DECL_gs_input() accepts shader semantics. |
commit | commitdiff | tree |
2010-02-02 |
Igor Oliveira | vega: implement tgsi_ureg shaders cache |
commit | commitdiff | tree |
2010-02-02 |
Igor Oliveira | vega: change tgsi asm by tgsi_ureg |
commit | commitdiff | tree |
2010-02-02 |
Pauli Nieminen | r200: Fix EXT_fogcoord rendering. |
commit | commitdiff | tree |
2010-02-02 |
Corbin Simpson | r300g: Fix funky segfault. |
commit | commitdiff | tree |
2010-02-02 |
Chia-I Wu | st/egl: Wrong context might be used in eglBindTexImage. |
commit | commitdiff | tree |
2010-02-02 |
Chia-I Wu | docs: Update for EGL environment variables. |
commit | commitdiff | tree |
2010-02-02 |
Chia-I Wu | progs/es2: Fix an assertion failure in tri. |
commit | commitdiff | tree |
2010-02-02 |
Brian Paul | st/mesa: fix texture deallocation bug |
commit | commitdiff | tree |
2010-02-02 |
Brian Paul | progs/tests: add another FBO test to exercise a RGBA... |
commit | commitdiff | tree |
2010-02-02 |
Brian Paul | mesa: change _mesa_find_free_register() to find multipl... |
commit | commitdiff | tree |
2010-02-01 |
Corbin Simpson | r300g: Inline immediates where possible. |
commit | commitdiff | tree |
2010-02-01 |
Keith Whitwell | st/mesa: remove duplicate calculation of fp input mapping |
commit | commitdiff | tree |
2010-02-01 |
Keith Whitwell | st/mesa: remove dead stfp input_map array |
commit | commitdiff | tree |
2010-02-01 |
Brian Paul | mesa: added _mesa_print_vp/p_inputs() functions (debug... |
commit | commitdiff | tree |
2010-02-01 |
Brian Paul | glslcompiler: add glapi_nop.o to OBJECTS |
commit | commitdiff | tree |
2010-02-01 |
José Fonseca | gallium: Use MSVC atomic intrinsics directly instead... |
commit | commitdiff | tree |
2010-02-01 |
José Fonseca | gallium: Remove unnecessary includes. Add others to... |
commit | commitdiff | tree |
2010-02-01 |
José Fonseca | mesa: Add missing includes. |
commit | commitdiff | tree |
2010-02-01 |
José Fonseca | llvmpipe: Add missing includes. |
commit | commitdiff | tree |
2010-02-01 |
José Fonseca | i915: Add missing includes. |
commit | commitdiff | tree |
2010-02-01 |
José Fonseca | util: Add missing includes. |
commit | commitdiff | tree |
2010-02-01 |
José Fonseca | draw: Add missing includes. |
commit | commitdiff | tree |
2010-02-01 |
José Fonseca | gallium: Drop mutex-based pipe_atomic implementation. |
commit | commitdiff | tree |
2010-02-01 |
Vinson Lee | mesa: Remove unnecessary headers. |
commit | commitdiff | tree |
2010-02-01 |
Vinson Lee | glx: Remove unnecessary headers. |
commit | commitdiff | tree |
2010-02-01 |
Vinson Lee | st/dri: Remove duplicate type qualifier. |
commit | commitdiff | tree |
2010-02-01 |
Vinson Lee | i965g: Add missing va_end. |
commit | commitdiff | tree |
2010-02-01 |
Vinson Lee | r300g: Fix memory leak on memory allocation failure. |
commit | commitdiff | tree |
2010-02-01 |
Vinson Lee | r600: Remove duplicate assignment. |
commit | commitdiff | tree |
next |