2008-10-07 |
Keith Whitwell | mesa: protect against segfault in get_fp_input_mask() |
commit | commitdiff | tree |
2008-10-07 |
Keith Whitwell | draw: add switch for drivers to force vertex data passt... |
commit | commitdiff | tree |
2008-10-07 |
Brian Paul | mesa: remove old assertion |
commit | commitdiff | tree |
2008-10-07 |
Brian | gallium: replace assertion with conditional/recovery... |
commit | commitdiff | tree |
2008-10-06 |
Brian | mesa: fix convolve/convolution mix-ups |
commit | commitdiff | tree |
2008-10-06 |
Brian Paul | mesa: add missing GLcontext param to _mesa_delete_query(). |
commit | commitdiff | tree |
2008-10-06 |
Michal Krol | draw: Fix compiler errors on Windows. |
commit | commitdiff | tree |
2008-10-06 |
Keith Whitwell | rtasm: fix debug build |
commit | commitdiff | tree |
2008-10-06 |
Keith Whitwell | make draw's vertex_info struct smaller/quicker to compa... |
commit | commitdiff | tree |
2008-10-04 |
Keith Whitwell | mesa: handle vertex program enabled case also in texenv... |
commit | commitdiff | tree |
2008-10-03 |
Keith Whitwell | mesa: avoid generating constant vertex attributes in... |
commit | commitdiff | tree |
2008-10-03 |
Keith Whitwell | Mesa: short-circuit case when looking up the same progr... |
commit | commitdiff | tree |
2008-10-03 |
Keith Whitwell | mesa: add new internal state for tracking current verte... |
commit | commitdiff | tree |
2008-10-03 |
Keith Whitwell | mesa: add missing state dependencies for various tracke... |
commit | commitdiff | tree |
2008-10-03 |
Keith Whitwell | mesa: shrink texenvprogram state key struct |
commit | commitdiff | tree |
2008-10-03 |
Keith Whitwell | rtasm: add sse_movntps |
commit | commitdiff | tree |
2008-10-02 |
Keith Whitwell | draw: modify prefetching slightly |
commit | commitdiff | tree |
2008-10-02 |
Keith Whitwell | draw: don't keep refetching constant inputs |
commit | commitdiff | tree |
2008-10-02 |
Keith Whitwell | rtasm: add prefetch instructions |
commit | commitdiff | tree |
2008-10-02 |
Keith Whitwell | draw: add streamlined paths for fetching linear verts |
commit | commitdiff | tree |
2008-10-01 |
Michal Krol | mesa: Fix compiler warnings on Windows. |
commit | commitdiff | tree |
2008-09-30 |
Stephane Marchesin | Gallivm: add slt. glxgears should be running, except... |
commit | commitdiff | tree |
2008-09-30 |
Stephane Marchesin | Gallivm: port to llvm 2.4. |
commit | commitdiff | tree |
2008-09-28 |
Stephane Marchesin | Gallivm: fix off-by-one. |
commit | commitdiff | tree |
2008-09-28 |
Stephane Marchesin | Gallivm: need to link with libstdc++ for llvm. |
commit | commitdiff | tree |
2008-09-28 |
Stephane Marchesin | Gallivm: more instructions. |
commit | commitdiff | tree |
2008-09-28 |
Stephane Marchesin | Gallivm: make it compile again, add some opcodes. |
commit | commitdiff | tree |
2008-09-27 |
Brian Paul | mesa: fix temp register allocation problems. |
commit | commitdiff | tree |
2008-09-27 |
Brian Paul | egl: check for null ptr/name |
commit | commitdiff | tree |
2008-09-27 |
Brian Paul | egl: remove space after -L flag |
commit | commitdiff | tree |
2008-09-26 |
Brian Paul | gallium: rename tgsi_translate_mesa_program() to st_tra... |
commit | commitdiff | tree |
2008-09-26 |
Brian Paul | mesa: add some braces |
commit | commitdiff | tree |
2008-09-26 |
Brian Paul | mesa: fix/simplify initialization of vertex/fragment... |
commit | commitdiff | tree |
2008-09-26 |
Brian Paul | mesa: increase MAX_INSTRUCTIONS |
commit | commitdiff | tree |
2008-09-26 |
Brian Paul | mesa: fix swizzle failure, fix typo |
commit | commitdiff | tree |
2008-09-25 |
Brian Paul | mesa: fix default buffer object access value |
commit | commitdiff | tree |
2008-09-19 |
Michal Krol | mesa: Fix compiler error. |
commit | commitdiff | tree |
2008-09-19 |
Brian Paul | mesa: Fix arb parse constants |
commit | commitdiff | tree |
2008-09-19 |
Jakob Bornecrantz | mesa: Update ignores a bit |
commit | commitdiff | tree |
2008-09-18 |
Brian Paul | destroy window on exit |
commit | commitdiff | tree |
2008-09-18 |
Brian Paul | gallium: if we run out of memory in st_TexImage, flush... |
commit | commitdiff | tree |
2008-09-18 |
Jakob Bornecrantz | tgsi: Build tgsi_text with make |
commit | commitdiff | tree |
2008-09-18 |
José Fonseca | util: A few more memory debugging checks. |
commit | commitdiff | tree |
2008-09-18 |
José Fonseca | util: Add missing p_debug.h include. |
commit | commitdiff | tree |
2008-09-18 |
Brian Paul | gallium: fix surface object memory leak in cso module |
commit | commitdiff | tree |
2008-09-18 |
Jakob Bornecrantz | tgsi: Make tgsi dumps look more like mesa shader dumps. |
commit | commitdiff | tree |
2008-09-18 |
Jakob Bornecrantz | progs/fp: Add a bit of local variable testing to fp-tri |
commit | commitdiff | tree |
2008-09-18 |
José Fonseca | pipebuffer: New callback to flush all temporary-held... |
commit | commitdiff | tree |
2008-09-17 |
Brian Paul | gallium: fix wide point / point coord semantic info... |
commit | commitdiff | tree |
2008-09-17 |
Brian Paul | gallium: fix fog vs. pointcoord attribute handling... |
commit | commitdiff | tree |
2008-09-17 |
Brian Paul | mesa: new gl_fragment_program fields indicating use... |
commit | commitdiff | tree |
2008-09-17 |
Brian Paul | egl: print multisample info |
commit | commitdiff | tree |
2008-09-17 |
Brian Paul | gallium: clean-up/fix msaa override in state tracker |
commit | commitdiff | tree |
2008-09-17 |
Brian Paul | gallium: fix tgsi sanity checker with respect to END. |
commit | commitdiff | tree |
2008-09-17 |
Brian Paul | mesa: update program->NumAddressRegs field in _slang_up... |
commit | commitdiff | tree |
2008-09-17 |
Brian Paul | gallium: include prog_print.h to silence warning |
commit | commitdiff | tree |
2008-09-17 |
Brian Paul | gallium: need to finish, not flush, in st_copy_texsubim... |
commit | commitdiff | tree |
2008-09-17 |
Brian Paul | gallium: new assertion on surface->texture |
commit | commitdiff | tree |
2008-09-17 |
Jakob Bornecrantz | tgsi: Add a ugly fix for CONSTANT problems |
commit | commitdiff | tree |
2008-09-17 |
Jakob Bornecrantz | tgsi: More debug printing on sanity check error |
commit | commitdiff | tree |
2008-09-17 |
Brian Paul | gallium: fix lack of surface reference counting in... |
commit | commitdiff | tree |
2008-09-17 |
Brian Paul | mesa: fix bug in previous changes to _slang_resolve_att... |
commit | commitdiff | tree |
2008-09-16 |
Brian Paul | mesa: rework GLSL vertex attribute binding |
commit | commitdiff | tree |
2008-09-16 |
Brian Paul | gallium: fix glTexImage(width=height=depth=0) case |
commit | commitdiff | tree |
2008-09-16 |
Brian Paul | mesa: fix display list regression (check if save->prim_... |
commit | commitdiff | tree |
2008-09-16 |
Brian Paul | gallium: fix info entries for KIL, KILP |
commit | commitdiff | tree |
2008-09-16 |
Brian Paul | mesa: fix bug in get_uniform_rows_cols(): sometimes... |
commit | commitdiff | tree |
2008-09-16 |
Brian Paul | gallium: move _vbo_DestroyContext() call |
commit | commitdiff | tree |
2008-09-16 |
Brian Paul | mesa: protect against double-free in _vbo_DestroyContext() |
commit | commitdiff | tree |
2008-09-16 |
Jakob Bornecrantz | mesa: State tracker now checks for faulty shaders on... |
commit | commitdiff | tree |
2008-09-16 |
Jakob Bornecrantz | tgsi: Make tgsi_sanity.c compile with make |
commit | commitdiff | tree |
2008-09-16 |
José Fonseca | trace: Fix typo in build instructions. |
commit | commitdiff | tree |
2008-09-15 |
Brian Paul | mesa: fix MSAA enable state in update_multisample() |
commit | commitdiff | tree |
2008-09-15 |
Brian Paul | mesa: remove some assertions that are invalid during... |
commit | commitdiff | tree |
2008-09-15 |
Keith Whitwell | mesa: get another class of degenerate dlists working |
commit | commitdiff | tree |
2008-09-13 |
Brian Paul | gallium: add another value check to util_fast_pow() |
commit | commitdiff | tree |
2008-09-12 |
Brian Paul | cell: fix twiddled tile display for XSHM. Fixed blank... |
commit | commitdiff | tree |
2008-09-12 |
Brian Paul | cell: disable calls to old gen code |
commit | commitdiff | tree |
2008-09-11 |
Brian Paul | cell: initial support for fragment shader code generation. |
commit | commitdiff | tree |
2008-09-11 |
Brian Paul | use APP_CC |
commit | commitdiff | tree |
2008-09-11 |
Brian Paul | cell: fix tile twidding bug seen in the event of multip... |
commit | commitdiff | tree |
2008-09-11 |
Brian Paul | cell: minor improvements to fragment code-gen |
commit | commitdiff | tree |
2008-09-11 |
Brian Paul | gallium: add special cases in spe_load_float(), spe_loa... |
commit | commitdiff | tree |
2008-09-11 |
Brian Paul | cell: put cell_ prefix on gen_fragment_function() |
commit | commitdiff | tree |
2008-09-11 |
Brian Paul | gallium: typo: s/PIPE_FORMAT_Z16UNORM/PIPE_FORMAT_Z16_U... |
commit | commitdiff | tree |
2008-09-11 |
Dima Zavin | egl_xdri: Add the top-level lib dir so we link against... |
commit | commitdiff | tree |
2008-09-11 |
Dima Zavin | egl_dri/egl_xdri: Makefiles should use pkg-config to... |
commit | commitdiff | tree |
2008-09-11 |
Brian Paul | glut: only call glFinish() in processWindowWorkList... |
commit | commitdiff | tree |
2008-09-11 |
Brian Paul | define new APP_CC configuration variable for building... |
commit | commitdiff | tree |
2008-09-11 |
Brian Paul | cell: more comments, stub code for colormask/logicop/etc |
commit | commitdiff | tree |
2008-09-11 |
Brian Paul | simple quad drawing test |
commit | commitdiff | tree |
2008-09-11 |
Brian Paul | cell: fix typos in blend code-gen |
commit | commitdiff | tree |
2008-09-11 |
Brian Paul | cell: remove old state CMDs, added comments |
commit | commitdiff | tree |
2008-09-11 |
Brian Paul | cell: clean-up, comments |
commit | commitdiff | tree |
2008-09-11 |
Brian Paul | cell: disable NEW_VS emit |
commit | commitdiff | tree |
2008-09-11 |
Brian Paul | cell: don't build unused sources |
commit | commitdiff | tree |
2008-09-11 |
Brian Paul | cell: remove old blend/depth/stencil/logicop structs |
commit | commitdiff | tree |
2008-09-11 |
Brian Paul | cell: asst. clean-up |
commit | commitdiff | tree |
2008-09-11 |
Brian Paul | cell: checkpoint: remove more of the old per-fragment... |
commit | commitdiff | tree |
2008-09-11 |
Brian Paul | cell: begin new blending code (both codegen and fallbac... |
commit | commitdiff | tree |
next |