Parse the section:offset instead of the rva+base when reading mapfiles.
[mesa.git] / src /
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...
2008-06-13 Brian Paulmesa: fix typo: s/stacks/stack/
2008-06-13 Michal Krolgallium: Fix PIPE_FORMAT_A2B10G10R10_UNORM definition.
2008-06-13 Michal Krolgallium: Add PIPE_FORMAT_A2B10G10R10_UNORM.
2008-06-13 Michal Krolgallium: Allow pipe format component sizes to be specified
2008-06-13 Michal Krolmesa: Remove duplicate code.
2008-06-13 Jakob Bornecrantzi915: Messed up lineloop now works
2008-06-13 Jakob Bornecrantzi915: Support all primtive types in vbuf path
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: disable the codegen for TGSI_OPCODE_EXPBASE2...
2008-06-12 Keith Whitwellgallium: fix SSE codegen for instructions that use...
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 Keith Whitwellpb: don't assert(0) on failure to allocate - this is...
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-12 José Fonsecagallium: Support L16 pixel format.
2008-06-12 José Fonsecapipebuffer: Fix improper memory free.
2008-06-12 José Fonsecagallium: Implement debug_get_num_option.
2008-06-12 Brian Paulegl: some basic docs for libEGL
2008-06-12 Brian Paulegl: some prototype Windows code (eq for dlopen,dlsym)
2008-06-11 Alan Hourihanerevert the DRI2 commits
2008-06-11 Keith Whitwelldraw: don't assume vertex position is in data[0]
2008-06-11 Keith Whitwelldraw: preserve specular alpha when flatshading -- may...
2008-06-11 Alan Hourihanefix card_extensions
2008-06-11 Alan Hourihanefix legacy DRI
2008-06-11 Alan Hourihaneadd missed files for DRI2 merge
2008-06-11 Alan HourihaneHook gallium i915 up to DRI2
2008-06-11 Alan Hourihanesmall optimization
2008-06-11 Alan HourihaneBring in DRI2 changes
2008-06-11 Keith Whitwelldraw: remove another debug assert on failover to generi...
2008-06-11 Keith Whitwelldraw: remove debug assert on failover to generic vs...
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 Paulegl: only windows are renderable at this time
2008-06-10 Brian Paulegl: some prototype API detection code
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-10 Keith WhitwellRevert "draw: no need to rearrange most primitives...
2008-06-10 Keith Whitwelldraw: no need to rearrange most primitives in vcache...
2008-06-10 Keith Whitwelldraw: fix edgeflags on clipped poly emit
2008-06-10 Roland Scheideggercopy msaa visuals capability
2008-06-10 Keith Whitwelldraw: rework splitting of fan/loop prims in varray...
2008-06-09 José Fonsecasoftpipe: Replace GETENV by debug_get_bool_option.
2008-06-09 José Fonsecagallium: Detect buffer overflows in the homegrown memor...
2008-06-09 José Fonsecapipebuffer: Alternative buffer manager.
2008-06-09 José Fonsecapipebuffer: Be more lenient when matching cached buffer...
next