2008-10-02 |
Keith Whitwell | draw: don't keep refetching constant inputs |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Keith Whitwell | rtasm: add prefetch instructions |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Keith Whitwell | draw: add streamlined paths for fetching linear verts |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Michal Krol | mesa: Fix compiler warnings on Windows. |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Stephane Marchesin | Gallivm: add slt. glxgears should be running, except... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Stephane Marchesin | Gallivm: port to llvm 2.4. |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Stephane Marchesin | Gallivm: fix off-by-one. |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Stephane Marchesin | Gallivm: need to link with libstdc++ for llvm. |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Stephane Marchesin | Gallivm: more instructions. |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Stephane Marchesin | Gallivm: make it compile again, add some opcodes. |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Brian Paul | mesa: fix temp register allocation problems. |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Brian Paul | egl: check for null ptr/name |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Brian Paul | egl: remove space after -L flag |
commit | commitdiff | tree | snapshot |
2008-10-01 |
José Fonseca | Add -msse and -msse2 to the *-x86 configs. |
commit | commitdiff | tree | snapshot |
2008-09-30 |
José Fonseca | util: No-op u_sse.h outside PIPE_ARCH_X86/X86_64. |
commit | commitdiff | tree | snapshot |
2008-09-30 |
José Fonseca | tgsi: Include p_config.h. |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Jonathan White | cell: Fixed usage of MAX_INSTRUCTIONS to use new MAX_PR... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Jonathan White | cell: Moved X86 checks to wrap #include section so... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
José Fonseca | util: Fix util_fast_pow/exp2/log2. |
commit | commitdiff | tree | snapshot |
2008-09-29 |
José Fonseca | tgsi: SSE2 optimized exp2, log2 and pow implementations. |
commit | commitdiff | tree | snapshot |
2008-09-29 |
José Fonseca | util: Header for SSE2 intrinsics portability. |
commit | commitdiff | tree | snapshot |
2008-09-29 |
José Fonseca | rtasm: Implement immediate group 1 instructions. Fix... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Brian Paul | cell: checkpoint: more work in emit_function_call() |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Brian Paul | cell: stub-out sin/cos function bodies to avoid trashin... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Brian Paul | gallium: SPU register comments |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Brian Paul | cell: move command processing code into new spu_command... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Brian Paul | cell: move debug-related declarations |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Brian Paul | cell: move debug macros into new spu_debug.h |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Brian Paul | cell: move really_clear_tiles() |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Brian Paul | cell: align instruction buffers to 8-byte, not 32-byte... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Brian Paul | cell: asst clean-up, var renaming |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Brian Paul | cell: remove unneeded blend/depth_stencil subclasses |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Brian Paul | cell: checkpoint: support for function calls in SPU... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Brian Paul | cell: inst reorder to save a cycle |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Alan Hourihane | st: add prototype for st_get_framebuffer_dimensions() |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Alan Hourihane | st: export st_get_framebuffer_dimensions() to retrieve |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Brian Paul | mesa: fix incorrect parameter order |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Brian Paul | mesa: remove const qualifiers to match device driver... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Brian Paul | gallium: rename tgsi_translate_mesa_program() to st_tra... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Brian Paul | mesa: add some braces |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Brian Paul | mesa: fix/simplify initialization of vertex/fragment... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Brian Paul | mesa: increase MAX_INSTRUCTIONS |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Brian Paul | mesa: fix swizzle failure, fix typo |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Brian Paul | mesa: fix default buffer object access value |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Alan Hourihane | st: change from ** to * for st_unreference_framebuffer() |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Keith Whitwell | mesa: fix indenting |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Keith Whitwell | dri: remove unused files present only on gallium-0... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Keith Whitwell | Merge commit 'origin/master' into HEAD |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Alan Hourihane | egl: cleanup doublebuffer check |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Alan Hourihane | egl: switch to egl_glx.so as the default EGL driver... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Alan Hourihane | egl: fudge with LIBGL_DRIVERS_PATH to pick up EGL speci... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Alan Hourihane | egl: Add new EGL driver that wraps GLX. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Alan Hourihane | link EGL demos with -lGL |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Brian | mesa: fix cast/conversion for optional code |
commit | commitdiff | tree | snapshot |
2008-09-26 |
José Fonseca | util: Update fast_log2 article url. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Brian Paul | mesa: fix typo (s/feadback/feedback/). Fixes broken... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Brian Paul | mesa: fix float->int mapping for glGetIntegerv(GL_DEPTH... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Brian Paul | mesa: fix some VBO buffer object issues |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Sam Hocevar | mesa: fix function params to match prototypes |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Sam Hocevar | mesa: prevent the slang code generator from aborting... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Sam Hocevar | i965: support for sin() and cos() in vertex shaders. |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Sam Hocevar | i965: more meaningful message for unsupported opcodes. |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Eric Anholt | intel: Fix clears to depth_stencil texture attachments. |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Alan Hourihane | add cso_hash_contains() function |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Brian | set SamplerUnit[] entry in load_texture() just to be... |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Brian | use PROGRAM_CONSTANT instead of PROGRAM_STATE_VAR when... |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Brian | set program->SamplersUsed bit when using a texture... |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Brian | Remove ctx field from texenvprog_cache |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Brian | include programopt.h |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Brian | Disable vertex shader fog, compute fog in fragment... |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Brian | temporarily set the FRAG_BIT_FOGC bit in InputsRead... |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Keith Whitwell | mesa: fix main/ prefix in include |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Keith Whitwell | vbo: unmap and remap immediate vbo before/after each... |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Brian | added vbo_use_buffer_objects() to specify that immediat... |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Keith Whitwell | vbo: seed initial max_element value with a more likely... |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Keith Whitwell | Merge commit 'origin/master' into gallium-0.2 |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Brian Paul | mesa: s/GL_POLYGON+1/PRIM_OUTSIDE_BEGIN_END/ |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Brian Paul | mesa: glsl: fix glGetUniform for matrix queries |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Brian Paul | mesa: glsl: fix a number of glUniform issues |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Brian Paul | mesa: glsl: fix error check in get_uniformfv() |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Keith Whitwell | Merge commit 'origin/master' into gallium-0.2 |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Keith Whitwell | Merge commit 'origin/master' into gallium-0.2 |
commit | commitdiff | tree | snapshot |
2008-09-24 |
José Fonseca | mesa: Apply MSVC portability fixes from Alan Hourihane. |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Brian Paul | mesa: update program->NumAddressRegs field in _slang_up... |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Brian Paul | mesa: add fwd decl of fill_in_entrypoint_offset() |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Brian Paul | mesa: new gl_fragment_program fields indicating use... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Brian | Added new _mesa_clip_copytexsubimage() function to... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Brian Paul | mesa: refactor: move GetProcAddress code from glapi... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Keith Whitwell | Merge commit 'origin/master' into gallium-0.2 |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Eric Anholt | i965: Cope with batch getting flushed in the middle... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Keith Whitwell | remove leftover merge conflict markers |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Eric Anholt | intel: Add missing include files for meta drawpixels... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Eric Anholt | intel: Replace pbo-only drawpixels function with a... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Eric Anholt | i915: Fix overlapping CopyPixels with negative pixel... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Eric Anholt | i915: fix crash in flush_prim -> wait_flips -> flush_ba... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Robert Ellison | CELL: fix colormask code generation |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Robert Ellison | CELL: improve legibility of CELL_DEBUG environment... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Ian Romanick | i965: Adapt to new TNL program tracking semantics |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Jonathan White | cell: Fixed bug with absolute, negate, set-negative... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Jonathan White | cell: Added TRUNC, SWZ (extended) and XPD instructions... |
commit | commitdiff | tree | snapshot |
next |