mesa: point size arrays
[mesa.git] / src / mesa /
2008-06-25 Brian Paulmesa: point size arrays
2008-06-24 José Fonsecamesa: Fix Windows GDI winsys build.
2008-06-24 José Fonsecamesa: Use standard integer types.
2008-06-24 José Fonsecamesa: Replace deprecated __MSC__ macro.
2008-06-24 José Fonsecamesa/dri: User standard integer types.
2008-06-24 José Fonsecamesa: More signed/unsigned float/integer fixes.
2008-06-24 José Fonsecamesa: Use appropriate unsigned/signed, float/integer...
2008-06-24 José Fonsecamesa: Use _mesa_bsearch.
2008-06-24 José Fonsecamesa: bsearch implementation for WinCE.
2008-06-24 José Fonsecamesa: Replace abort by asserts.
2008-06-24 José Fonsecamesa: Move variable declarations to the scope top.
2008-06-23 Brian Paulgallium: added support for fixed-point formats, drawing
2008-06-23 José Fonsecamesa: ASSERT macro is already defined by WinCE headers.
2008-06-23 José Fonsecamesa: No getenv on WinCE.
2008-06-23 Brian Paulgallium: fix-up inverted do_copy_texsubimage()
2008-06-23 Brian Paulgallium: remove dead/prototype code
2008-06-23 Brian PaulDon't make libmesa.a or libglapi.a depend on asm_subdirs
2008-06-23 Dan NicholsonEnsure all objects are built when installing DRI
2008-06-23 Jakob Bornecrantzgallium: Add accessor functions to get textures from...
2008-06-21 Briangallium: s/feadback/feedback/, duh
2008-06-20 Brian Paulmesa: init ctx->RenderMode
2008-06-20 Brian Paulmesa: GL_BYTE vertex/texcoord arrays
2008-06-20 Brian Paulmesa: initial support for fixed-pt vertex arrays
2008-06-20 Brian Paulmesa: refactor: move initialization of DefaultPacking...
2008-06-20 Brian Paulgallium: always need st_init-blit()
2008-06-20 Brian Paulgallium: remove unneeded #include
2008-06-20 Brian Paulmesa: fix errors in prev commit
2008-06-20 Brian Paulmesa: revamp glBlendFunc loopback
2008-06-20 Brian Paulmesa: added _vbo_Materialfv()
2008-06-20 Brian Paulmesa: _vbo_Color4f, _vbo_Normal3f, _vbo_MultiTexCoord4f...
2008-06-20 Brian Paulmesa: fix some FEATURE_x tests
2008-06-20 Brian Paulgallium: assorted FEATURE tests
2008-06-20 Brian Paulgallium: remove unneeded #include
2008-06-20 Brian Paulmesa: test for FEATURE_ATI_fragment_shader
2008-06-19 Brian Paulgallium: new st_api.c file with token symbol for identi...
2008-06-19 Brian Paulgallium: remove unused vars
2008-06-18 Brian Paulmesa: Fix bug in _mesa_swizzle_ubyte_image
2008-06-18 Brian Paulmesa: add fwd decl of fill_in_entrypoint_offset()
2008-06-18 Brian Paulgallium: added new st_set_framebuffer_surface()
2008-06-18 Brian Paulmesa: fix ReadBuffer initialization
2008-06-18 Brian Paulgallium: more FEATURE_x tests
2008-06-18 Brian Paulmesa: FEATURE_dispatch to control dispatch table usage
2008-06-18 Brian Paulgallium: added st_get_proc_address()
2008-06-18 Brian Paulmesa: refactor: move GetProcAddress code from glapi...
2008-06-18 Brian Paulgallium: added FEATURE_x tests
2008-06-18 Brian Paulmesa: s/GL_POLYGON+1/PRIM_OUTSIDE_BEGIN_END/
2008-06-18 Brian Paulmesa: add parenthesis
2008-06-18 Jakob Bornecrantzmesa: _mesa_texstore_s8_z24 now supports depth only...
2008-06-17 Jakob Bornecrantzmesa: Added _mesa_texstore_s8_z24
2008-06-17 Brian Paulmesa: fix inconsistent use of GL_UNSIGNED_INT vs. GL_UN...
2008-06-17 Brian Paulgallium: need to flush bitmap cache when raster color...
2008-06-17 Brian Paulgallium: check if sampler->max_lod < sampler->min_lod
2008-06-17 Brian Paulmesa: make mm.c use unsigned ints for offsets.
2008-06-13 Brian Paulmesa: move some glapi bits around
2008-06-13 Brian Paulmesa: remove some temp debug code
2008-06-13 Brian Paulmesa: check FEATURE_ARB_occlusion_query
2008-06-13 Jakob Bornecrantzmesa: Fix libglapi.a build for dri
2008-06-13 Brian Paulgallium: another attempt at fixing libglapi.a compilati...
2008-06-13 Brian Paulmesa: fix typo: s/stacks/stack/
2008-06-13 Michal Krolmesa: Remove duplicate code.
2008-06-12 Zack Rusinsilly bug: it's PROGRAM_VARYING
2008-06-12 Zack Rusinglsl: make sure we replace all output reads with tempor...
2008-06-12 Brian Paulmesa: add some #if FEATURE_x tests
2008-06-12 Brian Paulgallium: add some #if FEATURE_x tests
2008-06-12 Brian Paulmesa: remove unneeded #include
2008-06-12 Brian Paulgallium: add missing comma
2008-06-12 Brian Paulgallium: test for FEATURE_convolution
2008-06-12 Brian Paulgallium: remove unused/old st_atom_fixedfunction.c...
2008-06-12 Zack Rusinalmost forgot - RelAddr is a boolean so use it here
2008-06-12 Zack Rusinshaders: fix allocation of arrays of parameters
2008-06-12 Zack Rusinglsl: implement variable array indexes
2008-06-12 Brian Paulmesa: restore and fix Keith's "further degenerate the...
2008-06-12 Brian PaulRevert "mesa: further degenerate the special case lit...
2008-06-12 Brian Paulmesa: refactor: update SConscript with recently added...
2008-06-12 Brian Paulmesa: refactor: move various ENUM_TO_x macros into...
2008-06-12 Brian Paulmesa: refactor: move glTexParameter-related functions...
2008-06-12 Brian Paulmesa: refactor: move glTexEnv-related functions into...
2008-06-12 Brian Paulmesa: refactor: move glTexGen-related functions into...
2008-06-11 Alan Hourihanerevert the DRI2 commits
2008-06-11 Alan HourihaneBring in DRI2 changes
2008-06-10 Brian Paulmesa: refactor: fix some FEATURE_ typos, mistakes
2008-06-10 Brian Paulgallium: work-around glapi.c build problem for dri...
2008-06-10 Brian Paulmesa: refactor: move #define FEATURE flags into new...
2008-06-10 Brian Paulmesa: include mtypes.h
2008-06-10 Brian Paulmesa: remove unnecessary swrast, tnl includes
2008-06-10 Brian Paulgallium: remove stray include of st_context.h
2008-06-10 Brian Pauladd some missing rule dependencies
2008-06-09 Brian Paulmesa: Xlib libGL.so fixes from master
2008-06-09 Brian Paulmesa: remove unused api_eval.h header file
2008-06-09 Brian Paulmesa: refactor: move _mesa_update_minmax/histogram...
2008-06-09 Brian Paulmesa: refactor: move multisample-related functions...
2008-06-09 Brian Paulmesa: refactor: move _mesa_resizebuffers(), _mesa_Resiz...
2008-06-09 Brian Paulmesa: refactor: move glClear, glClearColor into new...
2008-06-09 Brian Paulgallium: include scissor.h
2008-06-09 Brian Paulmesa: refactor: move scissor functions into new scissor...
2008-06-09 Brian Paulmesa: refactor: move _mesa_init_exec_table() into new...
2008-06-09 Brian Paulmesa: refactor: move pixel map/scale/bias code into...
2008-06-09 Brian Paulmesa: refactor: new _mesa_init_pixelstore() function
2008-06-09 Brian Paulmesa: refactor: move glReadPixels code into new readpix...
2008-06-09 Brian Paulmesa: refactor: move glPixelStore function into new...
next