mesa: make mm.c use unsigned ints for offsets.
[mesa.git] / src /
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...
2008-06-09 José Fonsecagallium: Deprecate GETENV. Replace by debug_get_bool_op...
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...
2008-06-09 Brian Pauls/SOLO/MESA/
2008-06-09 Brian Paulmesa: chmod a-x context.c
2008-06-09 Brian PaulMakefile clean-ups
2008-06-09 Brian Paulmore old stuff, rename SOLO->MESA, etc
2008-06-09 Brian Paulmesa: disable VF_SOURCES
2008-06-09 Brian Paulmesa: remove some obsolete gallium bits
2008-06-09 Brian Paulmesa: get rid of FBDEV/SVGA/etc bits
2008-06-09 Brian Paulegl: s/softpipe_egl.so/egl_softpipe.so/
2008-06-09 Brian Paulegl: choose between DRI and softpipe drivers
2008-06-09 Zack Rusinglsl: fix array size initialiazers using const variables
2008-06-09 Brian Paulgallium: disable a tgsi_dump() call
next