2008-05-14 |
Brian Paul | mesa: fix errors in LightModelProduct state, other... |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Brian Paul | mesa: glUniform(location==-1) is not an error |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Brian Paul | fix some additional program refcounting bugs |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Zack Rusin | adjust llvm code to the changes in 2.3 |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Brian | gallium: optimize the flush_spans() function |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Brian | gallium: remove unused code |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Michel Dänzer | draw: Fix number of vertices allocated in draw_pt_emit(). |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Keith Whitwell | draw: mimize cost of translate key compares, use cache... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Keith Whitwell | translate: helper functions for mimizing cost of key... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Keith Whitwell | draw: only fill in / compare the part of the translate... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Keith Whitwell | xlib: more SP_NO_RAST support |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Keith Whitwell | softpipe: don't calc det if NO_RAST set |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Michel Dänzer | cso_cache: Fix test for currently bound blend state. |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Brian Paul | mesa: update/add newer GL ES headers |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Brian | mesa: free shader program data before deleting shader... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Brian | gallium: implement full reference counting for vertex... |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Brian | mesa: comments, whitespace |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Brian Paul | gallium: change calculate_first_last_level() to match... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Alan Hourihane | fix _mesa_ffs for alternative compilers |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Alan Hourihane | declare atoms as extern |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Brian Paul | gallium: fix warnings |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Brian Paul | Press <space> to reset limit/bias values, clean-up... |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Brian Paul | gallium: fix sampler->max_lod computation |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Brian Paul | gallium: fix computation of sampler->min_lod |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Brian Paul | gallium: remove 0.5 vertex biases in set_vertex_data() |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Brian Paul | gallium: remove obsolete PIPE_CAP_BITMAP_TEXCOORD_BIAS |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Brian Paul | gallium: minor code, comments clean-up |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Brian Paul | gallium: in st_finalize_texture() check texture dimensions |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Brian Paul | gallium: new debug code (disabled) |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Brian Paul | gallium: fix typos, comments, whitespace |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Brian Paul | gallium: remove ^M (CR) chars |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Brian Paul | gallium: code movement (XSHM code) |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Brian Paul | set TextureID = NULL after deleting the array |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Brian Paul | gallium: comments, clean-ups |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Michel Dänzer | gallium: Reallocate pipe_texture in st_TexImage if... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Alan Hourihane | snprintf -> util_snprintf |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Michal Krol | tgsi: Enable fast high precision rsqrt. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Keith Whitwell | tgsi: Implement fast rsqrtf. Not tested, inactive. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Alan Hourihane | revert mode change back to 644 |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Alan Hourihane | inline -> INLINE |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Alan Hourihane | Some changed for non-C99 compilers |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Michal Krol | tgsi: Do not assume IN and OUT registers are declared... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Michal Krol | tgsi: Fix build on Win32. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Michal Krol | tgsi: Dump destination register modulate modifier. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Brian | gallium: temporarily disable broken SSE2 code for ARL... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Brian | gallium: implement TGSI_OPCODE_EXP |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Brian | gallium: implement TGSI_OPCODE_LOG |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Brian Paul | added cast for MSVC |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Brian Paul | gallium: remove the unused softpipe_winsys code |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Keith Whitwell | tgsi: remove some bogus win vs. linux crud |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Keith Whitwell | rtasm: learn another version of push |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Keith Whitwell | draw: label fn args -- shouldn't this be defined where... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Keith Whitwell | rtasm: fix labels after (not so) recent change to allow... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Keith Whitwell | i915: avoid crashing on bad parameter |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Keith Whitwell | i915: fix warning |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Keith Whitwell | softpipe: fix warning |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Keith Whitwell | sct: fix bug in remove_context_from_surface |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Michel Dänzer | gallium: Set sampler->min_lod instead of always realloc... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Michel Dänzer | gallium: Notify driver of texture updates in util_blit_... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Keith Whitwell | tgsi: restore HIGH_PRECISION setting |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Keith Whitwell | tgsi: add some const qualifiers to immediate pointers |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Keith Whitwell | mesa: squash harmless warning |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Keith Whitwell | rtasm: assert stack is fully popped in return |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Keith Whitwell | draw: avoid aliasing warning |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Keith Whitwell | tgsi: use EBX everywhere, be sure to push/pop it |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Keith Whitwell | tgsi: use x86_fn_arg instead of get_argument() -- it... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Keith Whitwell | tgsi: use ESI instead of EBX on non-win32 platforms |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Keith Whitwell | gallium: do something sensible on the error path to... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Alan Hourihane | Fix build problem with MSVC |
commit | commitdiff | tree | snapshot |
2008-05-01 |
José Fonseca | Add Brian's explanation for inheritance in C. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
José Fonseca | gallium: Add newline to eof. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Keith Whitwell | draw: squash warnings |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Keith Whitwell | draw: turn on SSE swizzle code |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Brian Paul | gallium: remove old files |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Brian Paul | gallium: fix texture border removal bug |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Brian Paul | gallium: use the newer PIPE_FORMAT_x_UNORM format names |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Brian Paul | gallium: rename old PIPE_FORMAT_U_I8 with PIPE_FORMAT_I... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Brian Paul | gallium: replace old PIPE_FORMAT_U_S8 with PIPE_FORMAT_... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Brian Paul | Add support for GL_REPLACE_EXT texture env mode. |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Brian Paul | added xdemos/sharedtex.c test |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Brian Paul | gallium: fix typo: s/custam/custom/ |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Zack Rusin | plug a memleak, destroy setup context |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Zack Rusin | try to fix the deleting of the bound cso during cleanup... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
José Fonseca | gallium: Fix release build. |
commit | commitdiff | tree | snapshot |
2008-04-30 |
José Fonseca | d3d: Windows miniport driver portability fixes. |
commit | commitdiff | tree | snapshot |
2008-04-30 |
José Fonseca | scons: Try to cope with scons 0.98+. |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Brian Paul | gallium: use new buffer wrapper functions in p_inlines.h |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Brian Paul | gallium: new pipe_buffer alloc/map/unmap/ref wrappers |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Brian Paul | gallium: consolidate the bitmap->texel conversion code |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Brian Paul | gallium: create a new texture each time we init/flush... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Brian Paul | gallium: simplify texture format selection |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Brian Paul | gallium: init hw_key with memset() to silence valgrind... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Brian Paul | gallium: updated comment in xm_flush_frontbuffer() |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Brian Paul | gallium: test for new PIPE_ARCH_X86 |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Brian Paul | gallium: flush pipe before updating bitmap texture |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Zack Rusin | silence p_debug.h:63: warning: ISO C forbids forward... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Brian Paul | disable GL_TEXTURE_1D at end of frame to fix failed... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Brian Paul | gallium: declare pipe_format enum to silence warnings |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Keith Whitwell | gallium: add pack for _FLOAT formats to pack_ub |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Keith Whitwell | gallium: fix pack for A1R5B5G5 |
commit | commitdiff | tree | snapshot |
next |