summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-20mesa: fix some FEATURE_x testsBrian Paul
2008-06-20egl: added null ptr checksBrian Paul
2008-06-20egl: implment EGL_LARGEST_PBUFFER queryBrian Paul
2008-06-20egl: added null ptr checkBrian Paul
2008-06-20egl: default API should be ESBrian Paul
2008-06-20gallium: assorted FEATURE testsBrian Paul
2008-06-20gallium: remove unneeded #includeBrian Paul
2008-06-20mesa: test for FEATURE_ATI_fragment_shaderBrian Paul
2008-06-19egl: fix assorted context-related bugsBrian Paul
2008-06-19gallium: new st_api.c file with token symbol for identifying the APIBrian Paul
2008-06-19gallium: remove unused varsBrian Paul
2008-06-19egl: use dlsym() to try to identify APIsBrian Paul
2008-06-19egl: clean up prototype code, new _eglFindAPIs() function.Brian Paul
2008-06-19i915: Fixed cubemap layoutsJakob Bornecrantz
2008-06-19gallium: Handle malloc failure.José Fonseca
2008-06-19i915: Refractored and clean up i915_texture.cJakob Bornecrantz
2008-06-19gallium: Add extra parenthesis as advised by gcc.José Fonseca
2008-06-19util: Add missing format names.Michal Krol
2008-06-19draw: Fix MSVC integer size conversion warning.José Fonseca
2008-06-19Parse the section:offset instead of the rva+base when reading mapfiles.José Fonseca
2008-06-18gallium: additional fixes to ensure even number of vertices per bufferBrian Paul
2008-06-18gallium: split long prims into chunks with an even number of verticesBrian Paul
2008-06-18mesa: Fix bug in _mesa_swizzle_ubyte_imageBrian Paul
2008-06-18tests: Added a test for a strange bug in texstore_a8Jakob Bornecrantz
2008-06-18mesa: add fwd decl of fill_in_entrypoint_offset()Brian Paul
2008-06-18gallium: added new st_set_framebuffer_surface()Brian Paul
2008-06-18mesa: fix ReadBuffer initializationBrian Paul
2008-06-18egl: use RTLD_LAZYBrian Paul
2008-06-18egl: omit libmesa.a glapi.c from libraryBrian Paul
2008-06-18gallium: remove duplicated u_mm.c in file listBrian Paul
2008-06-18gallium: more FEATURE_x testsBrian Paul
2008-06-18mesa: FEATURE_dispatch to control dispatch table usageBrian Paul
2008-06-18egl: call st_get_proc_address()Brian Paul
2008-06-18gallium: added st_get_proc_address()Brian Paul
2008-06-18mesa: refactor: move GetProcAddress code from glapi.c into new glapi_getproc....Brian Paul
2008-06-18gallium: added FEATURE_x testsBrian Paul
2008-06-18mesa: s/GL_POLYGON+1/PRIM_OUTSIDE_BEGIN_END/Brian Paul
2008-06-18mesa: add parenthesisBrian Paul
2008-06-18mesa: _mesa_texstore_s8_z24 now supports depth only uploadsJakob Bornecrantz
2008-06-18gallium: Remove PIPE_FORMAT_A8UB8UG8SR8S_NORM definition.Michal Krol
2008-06-18i915: Fix for s8_z24 textures not being shownJakob Bornecrantz
2008-06-18mesa: Added _mesa_texstore_s8_z24Jakob Bornecrantz
2008-06-17mesa: fix inconsistent use of GL_UNSIGNED_INT vs. GL_UNSIGNED_INT_24_8_EXT fo...Brian Paul
2008-06-17gallium: Add facilities for mixed pipe formats.Michal Krol
2008-06-17gallium: need to flush bitmap cache when raster color changesBrian Paul
2008-06-17gallium: check if sampler->max_lod < sampler->min_lodBrian Paul
2008-06-17mesa: make mm.c use unsigned ints for offsets.Brian Paul
2008-06-17i915: Made region pool a slabpoolJakob Bornecrantz
2008-06-17i915: Max and Min lod now worksJakob Bornecrantz
2008-06-16added ARCH_FLAGSseventh guardian