2008-09-15 |
Jakob Bornecrantz | i915simple: dri winsys does now compile and works |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Michal Krol | draw: Silence compiler warnings on Windows. |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Brian Paul | cell: implement negation, absolute value and set-sign... |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Brian Paul | negate.txt - test negation of a src reg |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Brian Paul | gallium: add another value check to util_fast_pow() |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Brian Paul | cell: remove old disassembly/dump code; use dumper... |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Brian Paul | gallium: added print/dump code to SPE code emitter |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Brian Paul | cell: implement DDX/DDY codegen (untested) |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Brian Paul | gallium: added spe_splat_word() |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Brian Paul | cell: implement TGSI immediates in SPE code generator |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Brian Paul | cell: initial support for IF/ELSE/ENDIF in fragment... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Brian Paul | cell: evaluate multiple fragment inputs |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Brian Paul | cell: disable invalid spe_release_func() calls, fixes... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Jonathan White | Makefile was previously checked in with merge diffs... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Brian Paul | mesa: bump gallium version string to 0.2 |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Brian Paul | cell: more documentation updates |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Brian Paul | cell: implement colormask on fallback path |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Brian Paul | gallium: avoid redundant tgsi_exec_machine_bind_shader... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Brian Paul | gallium: use copy_token() function to avoid type punnin... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Brian Paul | cell: fix twiddled tile display for XSHM. Fixed blank... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Brian Paul | gallium: use new compare32() function to fix warnings... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Brian Paul | gallium: silence warning |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Brian Paul | cell: fix non-debug build error |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Brian Paul | cell: implement swizzling for src regs |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Brian Paul | cell: setup fragment program inputs in SOA format |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Brian Paul | simple add with swizzle and mul with swizzle tests |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Brian Paul | cell: updated docs/status |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Brian Paul | gallium: minor optimization to spe_load_int() |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Brian Paul | gallium: initial PPC/Altivec codegen |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Brian Paul | cell: update branch info in docs |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Brian Paul | cell: disable calls to old gen code |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Brian Paul | gallium: don't build winsys/ here |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Jakob Bornecrantz | i915simple: A step closer to compiling |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Keith Whitwell | mesa: build gallium directories before core mesa |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Keith Whitwell | mesa: regenerate shader files |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Keith Whitwell | vp: add run script |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Keith Whitwell | Merge commit 'origin/gallium-0.1' into gallium-0.2 |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Keith Whitwell | fp: put test name in window title, add run script |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Keith Whitwell | mesa: get fixed-function program generation working... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Keith Whitwell | use APP_CC, remove redundant target |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Brian Paul | cell: initial support for fragment shader code generation. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Brian Paul | use APP_CC |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Brian Paul | cell: fix tile twidding bug seen in the event of multip... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Brian Paul | cell: minor improvements to fragment code-gen |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Brian Paul | gallium: add special cases in spe_load_float(), spe_loa... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Brian Paul | cell: put cell_ prefix on gen_fragment_function() |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Keith Whitwell | trivial: remove stray merge conflict |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Keith Whitwell | st: adapt to new framebuffer struct, with one FIXME... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Keith Whitwell | mesa: update PointParameter usage |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Keith Whitwell | demos: fix LIBS ref in makefile |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Brian Paul | gallium: typo: s/PIPE_FORMAT_Z16UNORM/PIPE_FORMAT_Z16_U... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Dima Zavin | egl_xdri: Add the top-level lib dir so we link against... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Dima Zavin | egl_dri/egl_xdri: Makefiles should use pkg-config to... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Keith Whitwell | xlib: fix typo |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Keith Whitwell | Merge commit 'origin/gallium-0.1' into gallium-0.2 |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Keith Whitwell | mesa: use sources.mak -- need to figure out how to... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Alan Hourihane | add gallium dir |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Brian Paul | glut: only call glFinish() in processWindowWorkList... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Brian Paul | define new APP_CC configuration variable for building... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Alan Hourihane | tree builds |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Brian Paul | cell: more comments, stub code for colormask/logicop/etc |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Brian Paul | simple quad drawing test |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Brian Paul | cell: fix typos in blend code-gen |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Brian Paul | cell: remove old state CMDs, added comments |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Brian Paul | cell: clean-up, comments |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Brian Paul | cell: disable NEW_VS emit |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Brian Paul | cell: don't build unused sources |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Brian Paul | cell: remove old blend/depth/stencil/logicop structs |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Brian Paul | cell: asst. clean-up |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Brian Paul | cell: checkpoint: remove more of the old per-fragment... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Brian Paul | cell: begin new blending code (both codegen and fallbac... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Brian Paul | cell: fix shuffle in spu_unpack_B8G8R8A8() |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Brian Paul | cell: added cast in spu_splats() call |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Brian Paul | cell: remove old per-fragment code, replace with all... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Brian Paul | cell: checkpoint commit of new per-fragment processing |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Brian Paul | gallium: assorted additions and fixes to Cell SPE rtasm... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Brian Paul | cell: minor change to Z float/int conversion code ... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Brian Paul | cell: comments |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Brian Paul | cell: comments, etc. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Brian Paul | gallium: comments, assertions, etc |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Brian Paul | press 'c' to toggle Z clear value between 0/1 |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Brian Paul | press 'f' to cycle through depth test funcs |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Alan Hourihane | Merge branch 'master' of git+ssh://git.freedesktop... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Keith Whitwell | mesa: fix srcRowStride vs srcRowBytes conflict |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Keith Whitwell | Merge branch 'gallium-0.1' into gallium-0.2 |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Shane Blackett | added 24bpp support |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Shane Blackett | Fixes for Mingw |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Eric Anholt | intel: track move of bo_exec from drivers to bufmgr. |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Eric Anholt | intel: track bufmgr move to libdrm_intel and bufmgr_fak... |
commit | commitdiff | tree | snapshot |
2008-09-10 |
Eric Anholt | intel: Move the bufmgr back to the screen. |
commit | commitdiff | tree | snapshot |
2008-09-10 |
José Fonseca | tgsi: Fix newline pos. |
commit | commitdiff | tree | snapshot |
2008-09-10 |
José Fonseca | tgsi: Verify constants are set before attempting to... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
José Fonseca | softpipe: Code (commented out) to dump BMPs. |
commit | commitdiff | tree | snapshot |
2008-09-09 |
José Fonseca | util: Ensure we always have a full qualified file name... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Michal Krol | util: Enable u_stream_std.c for PIPE_SUBSYSTEM_WINDOWS_... |
commit | commitdiff | tree | snapshot |
2008-09-09 |
Michal Krol | softpipe: Silence compiler warning on Windows. |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Michal Krol | softpipe: Protect pipe_condvar_signal/broadcast calls... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Michal Krol | softpipe: Set SP_NUM_QUAD_THREADS 1 effectively disabli... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Michal Krol | softpipe: More improvements for multithreaded softpipe. |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Michal Krol | softpipe: Split changing fields of quad_header into... |
commit | commitdiff | tree | snapshot |
next |