- f362788 mesa: add missing GLcontext param to _mesa_delete_query(). by Brian Paul · 16 years ago
- 9b82701 draw: Fix compiler errors on Windows. by Michal Krol · 16 years ago
- 7053f8c rtasm: fix debug build by Keith Whitwell · 16 years ago
- 53d4706 make draw's vertex_info struct smaller/quicker to compare with memcmp() by Keith Whitwell · 16 years ago
- 0370d6b mesa: handle vertex program enabled case also in texenvprogram.c by Keith Whitwell · 16 years ago
- 1680ef8 mesa: avoid generating constant vertex attributes in fixedfunc programs by Keith Whitwell · 16 years ago
- d63a36e Mesa: short-circuit case when looking up the same program twice in cache by Keith Whitwell · 16 years ago
- fa1b533 mesa: add new internal state for tracking current vertex attribs by Keith Whitwell · 16 years ago
- 0e008d3 mesa: add missing state dependencies for various tracked constants by Keith Whitwell · 16 years ago
- 6280e33 mesa: shrink texenvprogram state key struct by Keith Whitwell · 16 years ago
- 6965532 rtasm: add sse_movntps by Keith Whitwell · 16 years ago
- 918a444 draw: modify prefetching slightly by Keith Whitwell · 16 years ago
- af9cfea draw: don't keep refetching constant inputs by Keith Whitwell · 16 years ago
- 102daee rtasm: add prefetch instructions by Keith Whitwell · 16 years ago
- dd7e5a4 draw: add streamlined paths for fetching linear verts by Keith Whitwell · 16 years ago
- 266c5f5 mesa: Fix compiler warnings on Windows. by Michal Krol · 16 years ago
- a6ff215 Gallivm: add slt. glxgears should be running, except it isn't. by Stephane Marchesin · 16 years ago
- 4ae161e Gallivm: port to llvm 2.4. by Stephane Marchesin · 16 years ago
- 7379d0e Gallivm: fix off-by-one. by Stephane Marchesin · 16 years ago
- 6dacc94 Gallivm: need to link with libstdc++ for llvm. by Stephane Marchesin · 16 years ago
- a0a06cb Gallivm: more instructions. by Stephane Marchesin · 16 years ago
- ab74b8e Gallivm: make it compile again, add some opcodes. by Stephane Marchesin · 16 years ago
- 8fd329d mesa: fix temp register allocation problems. by Brian Paul · 16 years ago
- 7944eff egl: check for null ptr/name by Brian Paul · 16 years ago
- cce2ec2 egl: remove space after -L flag by Brian Paul · 16 years ago
- 13a8c18 gallium: rename tgsi_translate_mesa_program() to st_translate_mesa_program() by Brian Paul · 16 years ago
- 1ef90b3 mesa: add some braces by Brian Paul · 16 years ago
- 0927489 mesa: fix/simplify initialization of vertex/fragment program limits by Brian Paul · 16 years ago
- 3f99f50 mesa: increase MAX_INSTRUCTIONS by Brian Paul · 16 years ago
- 006fb63 mesa: fix swizzle failure, fix typo by Brian Paul · 16 years ago
- 1ca512c mesa: fix default buffer object access value by Brian Paul · 16 years ago
- 8701e5f mesa: Fix compiler error. by Michal Krol · 16 years ago
- 0576e83 mesa: Fix arb parse constants by Brian Paul · 16 years ago
- 866a2c3 mesa: Update ignores a bit by Jakob Bornecrantz · 16 years ago
- a9004cc destroy window on exit by Brian Paul · 16 years ago
- 8d249ca gallium: if we run out of memory in st_TexImage, flush and try again. by Brian Paul · 16 years ago
- 0b8e19f tgsi: Build tgsi_text with make by Jakob Bornecrantz · 16 years ago
- eb5c288 util: A few more memory debugging checks. by José Fonseca · 16 years ago
- 451888e util: Add missing p_debug.h include. by José Fonseca · 16 years ago
- f68d2a0 gallium: fix surface object memory leak in cso module by Brian Paul · 16 years ago
- 5e1ef85 tgsi: Make tgsi dumps look more like mesa shader dumps. by Jakob Bornecrantz · 16 years ago
- fa75293 progs/fp: Add a bit of local variable testing to fp-tri by Jakob Bornecrantz · 16 years ago
- 1672e8e pipebuffer: New callback to flush all temporary-held buffers. by José Fonseca · 16 years ago
- a06d38a gallium: fix wide point / point coord semantic info (generic, not fog) by Brian Paul · 16 years ago
- 4ee8d1a gallium: fix fog vs. pointcoord attribute handling in mesa->TGSI conversion by Brian Paul · 16 years ago
- d7a7b0a mesa: new gl_fragment_program fields indicating use of fog, front-facing, point coord by Brian Paul · 16 years ago
- 3b3d34d egl: print multisample info by Brian Paul · 16 years ago
- 1a820f5 gallium: clean-up/fix msaa override in state tracker by Brian Paul · 16 years ago
- e6a120f gallium: fix tgsi sanity checker with respect to END. by Brian Paul · 16 years ago
- 133693e mesa: update program->NumAddressRegs field in _slang_update_inputs_outputs() by Brian Paul · 16 years ago
- 095ca0a gallium: include prog_print.h to silence warning by Brian Paul · 16 years ago
- 6668265 gallium: need to finish, not flush, in st_copy_texsubimage() by Brian Paul · 16 years ago
- 63b915d gallium: new assertion on surface->texture by Brian Paul · 16 years ago
- ec8398d tgsi: Add a ugly fix for CONSTANT problems by Jakob Bornecrantz · 16 years ago
- f8a5cb8 tgsi: More debug printing on sanity check error by Jakob Bornecrantz · 16 years ago
- f10e7f0 gallium: fix lack of surface reference counting in cso_set/save/restore_framebuffer() by Brian Paul · 16 years ago
- 0d20c88 mesa: fix bug in previous changes to _slang_resolve_attributes() by Brian Paul · 16 years ago
- e53296c mesa: rework GLSL vertex attribute binding by Brian Paul · 16 years ago
- 37607ae gallium: fix glTexImage(width=height=depth=0) case by Brian Paul · 16 years ago
- 39cb5b9 mesa: fix display list regression (check if save->prim_count > 0 in vbo_save_EndList()) by Brian Paul · 16 years ago
- 8cdab20 gallium: fix info entries for KIL, KILP by Brian Paul · 16 years ago
- ea9568d mesa: fix bug in get_uniform_rows_cols(): sometimes returned too many rows by Brian Paul · 16 years ago
- 753635f gallium: move _vbo_DestroyContext() call by Brian Paul · 16 years ago
- 4992806 mesa: protect against double-free in _vbo_DestroyContext() by Brian Paul · 16 years ago
- 358aab1 mesa: State tracker now checks for faulty shaders on debug by Jakob Bornecrantz · 16 years ago
- ad16ecb tgsi: Make tgsi_sanity.c compile with make by Jakob Bornecrantz · 16 years ago
- eef2eda trace: Fix typo in build instructions. by José Fonseca · 16 years ago
- b1f5fbe mesa: fix MSAA enable state in update_multisample() by Brian Paul · 16 years ago
- 987c4b3 mesa: remove some assertions that are invalid during context tear-down by Brian Paul · 16 years ago
- cd23c5c mesa: get another class of degenerate dlists working by Keith Whitwell · 16 years ago
- 75c19eb gallium: add another value check to util_fast_pow() by Brian Paul · 16 years ago
- 44e53b3 cell: fix twiddled tile display for XSHM. Fixed blank window problem. by Brian Paul · 16 years ago
- 33aa5b6 cell: disable calls to old gen code by Brian Paul · 16 years ago
- aa66f08 cell: initial support for fragment shader code generation. by Brian Paul · 16 years ago
- dbbbc33 use APP_CC by Brian Paul · 16 years ago
- 084ab37 cell: fix tile twidding bug seen in the event of multiple expose events by Brian Paul · 16 years ago
- bc304bb cell: minor improvements to fragment code-gen by Brian Paul · 16 years ago
- 178bbaf gallium: add special cases in spe_load_float(), spe_load_int(), added spe_splat() by Brian Paul · 16 years ago
- be925ab cell: put cell_ prefix on gen_fragment_function() by Brian Paul · 16 years ago
- fbf1586 gallium: typo: s/PIPE_FORMAT_Z16UNORM/PIPE_FORMAT_Z16_UNORM/ by Brian Paul · 16 years ago
- 7d3d5fb egl_xdri: Add the top-level lib dir so we link against the libGL we built. by Dima Zavin · 16 years ago
- 912488a egl_dri/egl_xdri: Makefiles should use pkg-config to find libdrm. by Dima Zavin · 16 years ago
- d50d68a glut: only call glFinish() in processWindowWorkList() for indirect contexts. by Brian Paul · 16 years ago
- 90c93bb define new APP_CC configuration variable for building apps/demos/tests by Brian Paul · 16 years ago
- 7ce1d0f cell: more comments, stub code for colormask/logicop/etc by Brian Paul · 16 years ago
- 5c459b3 simple quad drawing test by Brian Paul · 16 years ago
- 1b5331d cell: fix typos in blend code-gen by Brian Paul · 16 years ago
- 73c6ae9 cell: remove old state CMDs, added comments by Brian Paul · 16 years ago
- f6bf8d9 cell: clean-up, comments by Brian Paul · 16 years ago
- a558369 cell: disable NEW_VS emit by Brian Paul · 16 years ago
- 924653e cell: don't build unused sources by Brian Paul · 16 years ago
- f19903a cell: remove old blend/depth/stencil/logicop structs by Brian Paul · 16 years ago
- aa4a08d cell: asst. clean-up by Brian Paul · 16 years ago
- 283ffdf cell: checkpoint: remove more of the old per-fragment code by Brian Paul · 16 years ago
- add8603 cell: begin new blending code (both codegen and fallback paths) by Brian Paul · 16 years ago
- 6092a05 cell: fix shuffle in spu_unpack_B8G8R8A8() by Brian Paul · 16 years ago
- 5336e75 cell: added cast in spu_splats() call by Brian Paul · 16 years ago
- 701fcee cell: remove old per-fragment code, replace with all new code by Brian Paul · 16 years ago
- 284ab5a cell: checkpoint commit of new per-fragment processing by Brian Paul · 16 years ago
- ee582fd gallium: assorted additions and fixes to Cell SPE rtasm code by Brian Paul · 16 years ago