gallium: Fix doxygen comments.
[mesa.git] / src / mesa /
2008-09-18 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-18 Keith Whitwellmesa: bring sources into line with sources.mak, but...
2008-09-18 Xiang, Haihaoi965: Add support for G41 chipset which is another...
2008-09-17 Brian Paulgallium: fix fog vs. pointcoord attribute handling...
2008-09-17 Brian Paulmesa: new gl_fragment_program fields indicating use...
2008-09-17 Brian Paulgallium: clean-up/fix msaa override in state tracker
2008-09-17 Brian Paulmesa: update program->NumAddressRegs field in _slang_up...
2008-09-17 Brian Paulgallium: include prog_print.h to silence warning
2008-09-17 Brian Paulgallium: need to finish, not flush, in st_copy_texsubim...
2008-09-17 Brian Paulgallium: new assertion on surface->texture
2008-09-17 Jakob Bornecrantztgsi: Add a ugly fix for CONSTANT problems
2008-09-17 Jakob Bornecrantztgsi: More debug printing on sanity check error
2008-09-17 Brian Paulmesa: fix bug in previous changes to _slang_resolve_att...
2008-09-17 Brian Paulmesa: fix bug in previous changes to _slang_resolve_att...
2008-09-17 Eric Anholtintel: Destroy bufmgr in screen destroy, not context.
2008-09-16 Brian Paulmesa: rework GLSL vertex attribute binding
2008-09-16 Brian Paulmesa: rework GLSL vertex attribute binding
2008-09-16 Brian Paulgallium: fix glTexImage(width=height=depth=0) case
2008-09-16 Brian Paulmesa: fix display list regression (check if save->prim_...
2008-09-16 Brian Paulmesa: fix display list regression (check if save->prim_...
2008-09-16 Michal Krolst: hash-warning not recognised on Windows.
2008-09-16 Brian Paulmesa: fix bug in get_uniform_rows_cols(): sometimes...
2008-09-16 Brian Paulgallium: move _vbo_DestroyContext() call
2008-09-16 Brian Paulmesa: protect against double-free in _vbo_DestroyContext()
2008-09-16 Jakob Bornecrantzmesa: State tracker now checks for faulty shaders on...
2008-09-15 Brian Paulmesa: fix MSAA enable state in update_multisample()
2008-09-15 Brian Paulmesa: fix MSAA enable state in update_multisample()
2008-09-15 Brian Paulmesa: remove some assertions that are invalid during...
2008-09-15 Keith Whitwellmesa: get another class of degenerate dlists working
2008-09-15 Brian Paulmesa: remove some assertions that are invalid during...
2008-09-15 Keith Whitwellmesa: get another class of degenerate dlists working
2008-09-13 Jakub Bogusztdfx: fix crash and lack of visuals bug
2008-09-13 Guillaume Melquiondi915: fix himask constant init for 64-bit build
2008-09-13 Guillaume Melquiondmesa: return after _mesa_problem() calls
2008-09-13 Guillaume Melquiondmesa: #include <stdio.h>
2008-09-12 Eric Anholtintel: Add a width field to regions, and use it for...
2008-09-12 Eric Anholtintel: Don't segfault on TFP from a bad drawable.
2008-09-12 Eric Anholtintel: Remove dead allow_batchbuffer param.
2008-09-12 Brian Paulmesa: bump gallium version string to 0.2
2008-09-12 Jakob Bornecrantzi915simple: A step closer to compiling
2008-09-12 Keith Whitwellmesa: regenerate shader files
2008-09-12 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-12 Keith Whitwellmesa: get fixed-function program generation working...
2008-09-12 Xiang, Haihaoi965: Add support for G41 chipset which is another...
2008-09-11 Keith Whitwellst: adapt to new framebuffer struct, with one FIXME...
2008-09-11 Keith Whitwellmesa: update PointParameter usage
2008-09-11 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Keith Whitwellmesa: use sources.mak -- need to figure out how to...
2008-09-11 Alan Hourihanetree builds
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith Whitwellmesa: fix srcRowStride vs srcRowBytes conflict
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-09-11 Shane Blackettadded 24bpp support
2008-09-11 Shane BlackettFixes for Mingw
2008-09-10 Eric Anholtintel: track move of bo_exec from drivers to bufmgr.
2008-09-10 Eric Anholtintel: track bufmgr move to libdrm_intel and bufmgr_fak...
2008-09-10 Eric Anholtintel: Move the bufmgr back to the screen.
2008-09-05 Brian Paulgallium: document that clear color is intentionally...
2008-09-05 Brian Paulmesa: replace MALLOC w/ CALLOC to fix memory error...
2008-09-05 Brian Paulmesa: replace MALLOC w/ CALLOC to fix memory error...
2008-09-05 Brian Paulmesa: replace MALLOC w/ CALLOC to fix valgrind warning
2008-09-05 Michal Krolmesa: _mesa_program_state_string() returns char *,...
2008-09-05 Dave Airlieintel: only enable occlusion query if the drm has defines.
2008-09-04 Brian Paulmesa: improved gl_buffer_object reference counting
2008-09-04 Brian Paulmesa: fix minor mem leak
2008-09-04 Brian Paulmesa: improved gl_buffer_object reference counting
2008-09-04 Brian Paulgallium: remove the copyHeight hack for compresssed...
2008-09-04 Michal Krolmesa: Silence compiler warnings on Windows.
2008-09-04 Xiang, Haihaomesa: merge stencil values into depth values for MESA_F...
2008-09-04 Xiang, Haihaointel: Fix depth_stencil texture.
2008-09-04 Xiang, Haihaomesa: merge stencil values into depth values for MESA_F...
2008-09-04 Jakob Bornecrantzmesa: Support for MESA_FORMAT_S8_Z24 texture
2008-09-04 José Fonsecamesa: Remove unused var.
2008-09-03 Eric Anholtintel: Fix prototype warning.
2008-09-03 Eric Anholtintel: Fix refcounting on depth buffer initialization...
2008-09-03 Xiang, Haihaointel: Fix a crash if dri2 is disabled.
2008-09-03 José Fonsecagallium: Have pipe_buffer_* receive a pipe_screen inste...
2008-09-03 Brian Paulfix BUFFER_DEPTH/BUFFER_ACCUM mix-up
2008-09-03 Brian Paulfix BUFFER_DEPTH/BUFFER_ACCUM mix-up
2008-09-02 Roland Scheideggerfix no error generated when calling glLight{if}[v]...
2008-09-01 Brian Paulmesa: use CALLOC instead of MALLOC to fix valgrind...
2008-09-01 Brian Paulgallium: added st_bind/release_teximage() functions
2008-09-01 Brian Paulgallium: move st_texture_image() cast wrapper to header...
2008-09-01 Michel DänzerFix build by removing #include of removed dri_sarea.h.
2008-08-29 Kristian HøgsbergDRI2: Drop sarea, implement swap buffers in the X server.
2008-08-29 Xiang, Haihaoi965: force thread switch after IF/ELSE/ENDIF. partial...
2008-08-29 Xiang, Haihaoi965: mask control for BREAK/CONT/DO/WHILE. partial...
2008-08-29 Xiang, Haihaoi965: Push/pop instruction state. partial fix for ...
2008-08-28 Brian Paulmesa: remove debug code
2008-08-28 Brian Paulmesa: bump MAX_INSN to 350
2008-08-28 Brian Paulmesa: dynamically grow the fixed function vertex progra...
2008-08-28 Brian Paulgallium: change the conditional which tests for combine...
2008-08-28 Brian Paulmesa: bump MAX_INSN to 300
2008-08-27 Brian Paulgallium: better support for user-space interleaved...
2008-08-27 Brian Paulgallium: in st_draw_vbo() try to detect interleaved...
2008-08-27 Brian Paulgallium: remove old assertions
2008-08-26 Brian Paulmesa: don't check for GLSL 1.2 to advertise GL 2.1
2008-08-26 Keith Whitwellvbo: seed initial max_element value with a more likely...
2008-08-25 Brian Paulmesa: glsl: regenerated file
next