15993 Commits (dd7e5a498066e4ebdb7ad40773de48e5bc993164)
 

Author SHA1 Message Date
  Keith Whitwell dd7e5a4980 draw: add streamlined paths for fetching linear verts 17 years ago
  Michal Krol 266c5f5ccb mesa: Fix compiler warnings on Windows. 17 years ago
  Stephane Marchesin a6ff215777 Gallivm: add slt. glxgears should be running, except it isn't. 17 years ago
  Stephane Marchesin 4ae161e940 Gallivm: port to llvm 2.4. 17 years ago
  Stephane Marchesin 7379d0ef8f Gallivm: fix off-by-one. 17 years ago
  Stephane Marchesin 6dacc942e1 Gallivm: need to link with libstdc++ for llvm. 17 years ago
  Stephane Marchesin a0a06cbc5b Gallivm: more instructions. 17 years ago
  Stephane Marchesin ab74b8e354 Gallivm: make it compile again, add some opcodes. 17 years ago
  Brian Paul 8fd329d048 mesa: fix temp register allocation problems. 17 years ago
  Brian Paul 7944efffff egl: check for null ptr/name 17 years ago
  Brian Paul cce2ec2754 egl: remove space after -L flag 17 years ago
  Brian Paul 13a8c18d3d gallium: rename tgsi_translate_mesa_program() to st_translate_mesa_program() 17 years ago
  Brian Paul 1ef90b3f9a mesa: add some braces 17 years ago
  Brian Paul 092748990f mesa: fix/simplify initialization of vertex/fragment program limits 17 years ago
  Brian Paul 3f99f501db mesa: increase MAX_INSTRUCTIONS 17 years ago
  Brian Paul 006fb63818 mesa: fix swizzle failure, fix typo 17 years ago
  Brian Paul 1ca512c643 mesa: fix default buffer object access value 17 years ago
  Michal Krol 8701e5f702 mesa: Fix compiler error. 17 years ago
  Brian Paul 0576e837f1 mesa: Fix arb parse constants 17 years ago
  Jakob Bornecrantz 866a2c3ccb mesa: Update ignores a bit 17 years ago
  Brian Paul a9004cc79c destroy window on exit 17 years ago
  Brian Paul 8d249ca620 gallium: if we run out of memory in st_TexImage, flush and try again. 17 years ago
  Jakob Bornecrantz 0b8e19ffc5 tgsi: Build tgsi_text with make 17 years ago
  José Fonseca eb5c288df4 util: A few more memory debugging checks. 17 years ago
  José Fonseca 451888ee8f util: Add missing p_debug.h include. 17 years ago
  Brian Paul f68d2a0feb gallium: fix surface object memory leak in cso module 17 years ago
  Jakob Bornecrantz 5e1ef85dc4 tgsi: Make tgsi dumps look more like mesa shader dumps. 17 years ago
  Jakob Bornecrantz fa7529335c progs/fp: Add a bit of local variable testing to fp-tri 17 years ago
  José Fonseca 1672e8e059 pipebuffer: New callback to flush all temporary-held buffers. 17 years ago
  Brian Paul a06d38a74e gallium: fix wide point / point coord semantic info (generic, not fog) 17 years ago
  Brian Paul 4ee8d1ad67 gallium: fix fog vs. pointcoord attribute handling in mesa->TGSI conversion 17 years ago
  Brian Paul d7a7b0a10d mesa: new gl_fragment_program fields indicating use of fog, front-facing, point coord 17 years ago
  Brian Paul 3b3d34d637 egl: print multisample info 17 years ago
  Brian Paul 1a820f52f6 gallium: clean-up/fix msaa override in state tracker 17 years ago
  Brian Paul e6a120fefe gallium: fix tgsi sanity checker with respect to END. 17 years ago
  Brian Paul 133693ebe8 mesa: update program->NumAddressRegs field in _slang_update_inputs_outputs() 17 years ago
  Brian Paul 095ca0acd8 gallium: include prog_print.h to silence warning 17 years ago
  Brian Paul 66682651b6 gallium: need to finish, not flush, in st_copy_texsubimage() 17 years ago
  Brian Paul 63b915d743 gallium: new assertion on surface->texture 17 years ago
  Jakob Bornecrantz ec8398d62f tgsi: Add a ugly fix for CONSTANT problems 17 years ago
  Jakob Bornecrantz f8a5cb8cb2 tgsi: More debug printing on sanity check error 17 years ago
  Brian Paul f10e7f0d28 gallium: fix lack of surface reference counting in cso_set/save/restore_framebuffer() 17 years ago
  Brian Paul 0d20c88f62 mesa: fix bug in previous changes to _slang_resolve_attributes() 17 years ago
  Brian Paul e53296c928 mesa: rework GLSL vertex attribute binding 17 years ago
  Brian Paul 37607aeaf8 gallium: fix glTexImage(width=height=depth=0) case 17 years ago
  Brian Paul 39cb5b9f73 mesa: fix display list regression (check if save->prim_count > 0 in vbo_save_EndList()) 17 years ago
  Brian Paul 8cdab20c9a gallium: fix info entries for KIL, KILP 17 years ago
  Brian Paul ea9568dfbe mesa: fix bug in get_uniform_rows_cols(): sometimes returned too many rows 17 years ago
  Brian Paul 753635f733 gallium: move _vbo_DestroyContext() call 17 years ago
  Brian Paul 4992806ae5 mesa: protect against double-free in _vbo_DestroyContext() 17 years ago