mesa: Use appropriate unsigned/signed, float/integer types.
[mesa.git] / src /
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 Jonathan Whitegallium: code for PIPE_SUBSYSTEM_WINDOWS_USER
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 José Fonsecagallium: Use the more portable PIPE_ARCH_* PIPE_CC_...
2008-06-23 José Fonsecagallium: WinCE does not have cosf, sinf, etc.
2008-06-23 Brian Paulgallium: in softpipe_get_tex_surface() use the pitch...
2008-06-23 Jakob Bornecrantzi915: Add render and texture support for tiled texture...
2008-06-23 Brian Paulgallium: fix-up inverted do_copy_texsubimage()
2008-06-23 Brian Paulgallium: fix Y-inverted copies
2008-06-23 Brian Paulgallium: remove dead/prototype code
2008-06-23 Brian Paulgallium: change surface_copy()'s do_flip to boolean
2008-06-23 Brian Paulgallium: fix bad srcy coord if do_flip
2008-06-23 Brian Paulgallium: fix bad srcy coord if do_flip
2008-06-23 Brian Paulgallium: added some assertions
2008-06-23 Brian PaulDon't make libmesa.a or libglapi.a depend on asm_subdirs
2008-06-23 Dan NicholsonCreate $(TOP)/$(LIB_DIR) for install, too
2008-06-23 Dan NicholsonEnsure all objects are built when installing DRI
2008-06-23 Jakob Bornecrantzutil: Blit can now copy from texture to surface
2008-06-23 Jakob Bornecrantzgallium: Add accessor functions to get textures from...
2008-06-23 Jakob Bornecrantzgallium: Fix warning in u_draw_quad.h
2008-06-23 Jakob Bornecrantzi915: Removed level_offset from i915_texture
2008-06-22 Keith Whitwelldraw: fix non-i386 builds
2008-06-21 Briangallium: s/feadback/feedback/, duh
2008-06-20 Brian Paulgallium: fix invalid call to draw_set_mapped_constant_b...
2008-06-20 Brian Paulgallium: fix some surface usage bugs
2008-06-20 Brian Paulegl: added cpp assertions/sanity checks
2008-06-20 Brian Paulmesa: init ctx->RenderMode
2008-06-20 Brian Paulegl: added null ptr check
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 Paulegl: added null ptr checks
2008-06-20 Brian Paulegl: implment EGL_LARGEST_PBUFFER query
2008-06-20 Brian Paulegl: added null ptr check
2008-06-20 Brian Paulegl: default API should be ES
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-20 Brian Paulegl: fix assorted context-related bugs
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-19 Brian Paulegl: use dlsym() to try to identify APIs
2008-06-19 Brian Paulegl: clean up prototype code, new _eglFindAPIs() function.
2008-06-19 Jakob Bornecrantzi915: Fixed cubemap layouts
2008-06-19 José Fonsecagallium: Handle malloc failure.
2008-06-19 Jakob Bornecrantzi915: Refractored and clean up i915_texture.c
2008-06-19 José Fonsecagallium: Add extra parenthesis as advised by gcc.
2008-06-19 Michal Krolutil: Add missing format names.
2008-06-19 José Fonsecadraw: Fix MSVC integer size conversion warning.
2008-06-18 Brian Paulgallium: additional fixes to ensure even number of...
2008-06-18 Brian Paulgallium: split long prims into chunks with an even...
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 Paulegl: use RTLD_LAZY
2008-06-18 Brian Paulegl: omit libmesa.a glapi.c from library
2008-06-18 Brian Paulgallium: remove duplicated u_mm.c in file list
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 Paulegl: call st_get_proc_address()
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-18 Michal Krolgallium: Remove PIPE_FORMAT_A8UB8UG8SR8S_NORM definition.
2008-06-17 Jakob Bornecrantzi915: Fix for s8_z24 textures not being shown
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 Michal Krolgallium: Add facilities for mixed pipe formats.
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-17 Jakob Bornecrantzi915: Made region pool a slabpool
2008-06-17 Jakob Bornecrantzi915: Max and Min lod now works
2008-06-14 Michal Krolutil: Use pf_get_size().
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 Brian Paulegl: added a debug msg
2008-06-13 Jakob Bornecrantzi915: Improved the not used tile code
2008-06-13 Jakob Bornecrantzmesa: Fix libglapi.a build for dri
2008-06-13 Jakob Bornecrantzi915: Fix offsets not being used for surface targets
2008-06-13 Jakob Bornecrantzi915: Fix most of the clear problems
2008-06-13 Brian Paulgallium: another attempt at fixing libglapi.a compilati...
next