2008-09-22 |
Brian Paul | mesa: move some glapi bits around |
commit | commitdiff | tree |
2008-09-22 |
Brian Paul | mesa: remove some temp debug code |
commit | commitdiff | tree |
2008-09-22 |
Brian Paul | mesa: check FEATURE_ARB_occlusion_query |
commit | commitdiff | tree |
2008-09-22 |
Brian Paul | mesa: fix typo: s/stacks/stack/ |
commit | commitdiff | tree |
2008-09-22 |
Brian | code refactoring, new next_mipmap_level_size() function |
commit | commitdiff | tree |
2008-09-22 |
Brian | added _mesa_tex_target_to_face() |
commit | commitdiff | tree |
2008-09-22 |
Brian | refactor code, export _mesa_generate_mipmap_level() |
commit | commitdiff | tree |
2008-09-22 |
Brian | move _mesa_format_to_type_and_comps() to texformat.c |
commit | commitdiff | tree |
2008-09-22 |
Keith Whitwell | mesa: pull in mipmap.c changes from gallium-0.2 |
commit | commitdiff | tree |
2008-09-22 |
Brian Paul | mesa: remove unneeded #include |
commit | commitdiff | tree |
2008-09-22 |
Brian Paul | mesa: refactor: move various ENUM_TO_x macros into... |
commit | commitdiff | tree |
2008-09-22 |
Brian Paul | mesa: refactor: move glTexParameter-related functions... |
commit | commitdiff | tree |
2008-09-22 |
Brian Paul | mesa: refactor: move glTexEnv-related functions into... |
commit | commitdiff | tree |
2008-09-22 |
Brian Paul | mesa: refactor: move glTexGen-related functions into... |
commit | commitdiff | tree |
2008-09-22 |
Brian Paul | mesa: refactor: fix some FEATURE_ typos, mistakes |
commit | commitdiff | tree |
2008-09-22 |
Keith Whitwell | mesa: refactor: move #define FEATURE flags into new... |
commit | commitdiff | tree |
2008-09-22 |
Brian Paul | mesa: refactor: move _mesa_update_minmax/histogram... |
commit | commitdiff | tree |
2008-09-22 |
Brian Paul | mesa: refactor: move multisample-related functions... |
commit | commitdiff | tree |
2008-09-22 |
Brian Paul | mesa: refactor: move _mesa_resizebuffers(), _mesa_Resiz... |
commit | commitdiff | tree |
2008-09-22 |
Brian Paul | mesa: refactor: move glClear, glClearColor into new... |
commit | commitdiff | tree |
2008-09-22 |
Brian Paul | mesa: refactor: move scissor functions into new scissor... |
commit | commitdiff | tree |
2008-09-22 |
Brian Paul | mesa: refactor: move pixel map/scale/bias code into... |
commit | commitdiff | tree |
2008-09-22 |
Brian Paul | mesa: refactor: new _mesa_init_pixelstore() function |
commit | commitdiff | tree |
2008-09-22 |
Brian Paul | mesa: refactor: move _mesa_init_exec_table() into new... |
commit | commitdiff | tree |
2008-09-22 |
Brian Paul | mesa: refactor: move glReadPixels code into new readpix... |
commit | commitdiff | tree |
2008-09-22 |
Brian | Add some FLUSH_CURRENT() calls. |
commit | commitdiff | tree |
2008-09-22 |
Brian Paul | mesa: refactor: move glPixelStore function into new... |
commit | commitdiff | tree |
2008-09-22 |
Brian Paul | mesa: remove EXT/NV suffixes from _mesa_PointParameter... |
commit | commitdiff | tree |
2008-09-22 |
José Fonseca | glut: Remove EOF characters. |
commit | commitdiff | tree |
2008-09-22 |
Benjamin Close | i965: fix compilation |
commit | commitdiff | tree |
2008-09-21 |
Chris Rankin | Fix X86 compilation. |
commit | commitdiff | tree |
2008-09-21 |
Keith Whitwell | Remove CVS keywords. |
commit | commitdiff | tree |
2008-09-21 |
José Fonseca | mesa: Prefix main includes with dir to avoid conflicts. |
commit | commitdiff | tree |
2008-09-21 |
Keith Whitwell | mesa: remove dead file |
commit | commitdiff | tree |
2008-09-21 |
Keith Whitwell | mesa: add explict float casts |
commit | commitdiff | tree |
2008-09-21 |
Keith Whitwell | mesa: move fixed function vertex program builder from... |
commit | commitdiff | tree |
2008-09-21 |
Brian Paul | mesa: add parenthesis |
commit | commitdiff | tree |
2008-09-21 |
Keith Whitwell | mesa: standardize on C99's uint*_t instead of u_int*_t |
commit | commitdiff | tree |
2008-09-21 |
José Fonseca | mesa: Remove assyntax.h include from generated matypes.h. |
commit | commitdiff | tree |
2008-09-21 |
Keith Whitwell | mesa: move rastpos helper to tnl |
commit | commitdiff | tree |
2008-09-21 |
Keith Whitwell | mesa: improved driver query interface |
commit | commitdiff | tree |
2008-09-19 |
Adam Jackson | Update to SGI FreeB 2.0. |
commit | commitdiff | tree |
2008-09-19 |
Brian | glx: re-add glapi/ path |
commit | commitdiff | tree |
2008-09-19 |
Brian | mesa: remove unneeded s_drawpix.h header |
commit | commitdiff | tree |
2008-09-19 |
Brian | glx: added "glapi/" prefix to include |
commit | commitdiff | tree |
2008-09-18 |
Chris Rankin | mesa: fix asst path/include mistakes in prev commits |
commit | commitdiff | tree |
2008-09-18 |
Brian Paul | mesa: fix null ptr deref bug in _tnl_InvalidateState... |
commit | commitdiff | tree |
2008-09-18 |
Brian Paul | mesa: added "main/" prefix to includes, remove some... |
commit | commitdiff | tree |
2008-09-18 |
Brian Paul | mesa: prefix more #includes with "main/" |
commit | commitdiff | tree |
2008-09-18 |
Brian Paul | mesa: remove a bunch of -I paths from INCLUDE_DIRS |
commit | commitdiff | tree |
2008-09-18 |
Brian Paul | glx: remove #include "glheader.h" lines |
commit | commitdiff | tree |
2008-09-18 |
Brian Paul | glx: remove depency on glheader.h and GLboolean type... |
commit | commitdiff | tree |
2008-09-18 |
Brian Paul | mesa: prefix a bunch of #include lines with "main/". |
commit | commitdiff | tree |
2008-09-17 |
Brian Paul | mesa: fix bug in previous changes to _slang_resolve_att... |
commit | commitdiff | tree |
2008-09-17 |
Eric Anholt | intel: Destroy bufmgr in screen destroy, not context. |
commit | commitdiff | tree |
2008-09-16 |
Brian Paul | mesa: rework GLSL vertex attribute binding |
commit | commitdiff | tree |
2008-09-16 |
Brian Paul | mesa: fix display list regression (check if save->prim_... |
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-15 |
Keith Whitwell | add dlist-degenerate test case |
commit | commitdiff | tree |
2008-09-14 |
Shane Blackett | glut: s/glut_fbc.c/glut_fcb.c/ |
commit | commitdiff | tree |
2008-09-13 |
Jakub Bogusz | tdfx: fix crash and lack of visuals bug |
commit | commitdiff | tree |
2008-09-13 |
Guillaume Melquiond | i915: fix himask constant init for 64-bit build |
commit | commitdiff | tree |
2008-09-13 |
Guillaume Melquiond | glx: fix 64-bit datatype issue |
commit | commitdiff | tree |
2008-09-13 |
Guillaume Melquiond | mesa: return after _mesa_problem() calls |
commit | commitdiff | tree |
2008-09-13 |
Guillaume Melquiond | mesa: #include <stdio.h> |
commit | commitdiff | tree |
2008-09-13 |
Guillaume Melquiond | remove invalid XDestroyWindow() call |
commit | commitdiff | tree |
2008-09-13 |
Guillaume Melquiond | silence warning |
commit | commitdiff | tree |
2008-09-13 |
Guillaume Melquiond | GLU: fix asst warnings |
commit | commitdiff | tree |
2008-09-12 |
Eric Anholt | intel: Add a width field to regions, and use it for... |
commit | commitdiff | tree |
2008-09-12 |
Eric Anholt | Finish off the previous fix for TFP. |
commit | commitdiff | tree |
2008-09-12 |
Eric Anholt | intel: Don't segfault on TFP from a bad drawable. |
commit | commitdiff | tree |
2008-09-12 |
Eric Anholt | intel: Remove dead allow_batchbuffer param. |
commit | commitdiff | tree |
2008-09-12 |
George Sapountzis | dri/swrast: fix swapBuffers after dri2 |
commit | commitdiff | tree |
2008-09-12 |
Xiang, Haihao | i965: Add support for G41 chipset which is another... |
commit | commitdiff | tree |
2008-09-11 |
Shane Blackett | added 24bpp support |
commit | commitdiff | tree |
2008-09-11 |
Shane Blackett | Fixes for Mingw |
commit | commitdiff | tree |
2008-09-10 |
Eric Anholt | intel: track move of bo_exec from drivers to bufmgr. |
commit | commitdiff | tree |
2008-09-10 |
Eric Anholt | intel: track bufmgr move to libdrm_intel and bufmgr_fak... |
commit | commitdiff | tree |
2008-09-10 |
Eric Anholt | intel: Move the bufmgr back to the screen. |
commit | commitdiff | tree |
2008-09-05 |
Brian Paul | mesa: replace MALLOC w/ CALLOC to fix memory error... |
commit | commitdiff | tree |
2008-09-05 |
Brian Paul | mesa: replace MALLOC w/ CALLOC to fix valgrind warning |
commit | commitdiff | tree |
2008-09-05 |
Dave Airlie | intel: only enable occlusion query if the drm has defines. |
commit | commitdiff | tree |
2008-09-04 |
Brian Paul | mesa: improved gl_buffer_object reference counting |
commit | commitdiff | tree |
2008-09-04 |
Kristian Høgsberg | configure.ac: bump dri2proto requirement, drop TTM_API... |
commit | commitdiff | tree |
2008-09-04 |
Xiang, Haihao | intel: Fix depth_stencil texture. |
commit | commitdiff | tree |
2008-09-04 |
Xiang, Haihao | mesa: merge stencil values into depth values for MESA_F... |
commit | commitdiff | tree |
2008-09-04 |
Jakob Bornecrantz | mesa: Support for MESA_FORMAT_S8_Z24 texture |
commit | commitdiff | tree |
2008-09-03 |
Eric Anholt | intel: Fix prototype warning. |
commit | commitdiff | tree |
2008-09-03 |
Eric Anholt | intel: Fix refcounting on depth buffer initialization... |
commit | commitdiff | tree |
2008-09-03 |
Xiang, Haihao | intel: Fix a crash if dri2 is disabled. |
commit | commitdiff | tree |
2008-09-03 |
Brian Paul | fix BUFFER_DEPTH/BUFFER_ACCUM mix-up |
commit | commitdiff | tree |
2008-09-02 |
Roland Scheidegger | fix no error generated when calling glLight{if}[v]... |
commit | commitdiff | tree |
2008-09-01 |
Michel Dänzer | Fix build by removing #include of removed dri_sarea.h. |
commit | commitdiff | tree |
2008-08-29 |
Kristian Høgsberg | DRI2: Drop sarea, implement swap buffers in the X server. |
commit | commitdiff | tree |
2008-08-29 |
Xiang, Haihao | i965: force thread switch after IF/ELSE/ENDIF. partial... |
commit | commitdiff | tree |
2008-08-29 |
Xiang, Haihao | i965: mask control for BREAK/CONT/DO/WHILE. partial... |
commit | commitdiff | tree |
2008-08-29 |
Xiang, Haihao | i965: Push/pop instruction state. partial fix for ... |
commit | commitdiff | tree |
2008-08-28 |
Brian Paul | mesa: bump MAX_INSN to 350 |
commit | commitdiff | tree |
next |