mesa: fix dumb sizeof() vs. strlen() mix-up
[mesa.git] / src / gallium /
2009-03-10 Michal Kroltgsi: Untabify.
2009-03-10 Michal Kroltgsi: Implement CLAMP opcode.
2009-03-10 Michal Kroltgsi: Consider INDEX, NEGATE, MULTIPLYMATRIX opcodes...
2009-03-10 Michal Kroltgsi: ARL and FLOOR opcodes have the same implementation.
2009-03-10 Michal Kroltgsi: ARL is a vector instruction.
2009-03-10 Michal Kroltgsi: Note that LOG and EXP are approximations.
2009-03-10 Michal Kroltgsi: Document EXT_vertex_shader instruction set operat...
2009-03-10 Corbin Simpsonradeon-gallium: Unbreak non-RADEON_SOFTPIPE.
2009-03-10 Corbin Simpsonr300-gallium: Initial, broken, query setup.
2009-03-10 Corbin Simpsonradeon-gallium: Unbreak RADEON_SOFTPIPE.
2009-03-10 Corbin Simpsonr300-gallium: Unbreak fallback in surface_fill.
2009-03-10 Corbin Simpsonr300-gallium: Fix a handful of compiler warnings.
2009-03-10 Corbin Simpsonr300-gallium: First stab at texture support.
2009-03-10 Corbin Simpsonr300-gallium: Moar fixes in the register file.
2009-03-09 Michel Dänzerscons: Also define USE_XSHM for the glx/xlib state...
2009-03-09 Michel DänzerFix up another instance of _mesa_unreference_framebuffer().
2009-03-09 Michel Dänzergallium: Fix p_refcnt.h for C++ compilers.
2009-03-09 Michal Kroltgsi: Implement CND, CND0 opcodes.
2009-03-09 Michal Kroltgsi: Remove redundant micro_ge() -- use micro_le().
2009-03-09 Michal Kroltgsi: Document ATI_fragment_shader instruction set...
2009-03-08 Corbin Simpsonr300-gallium: Unbreak trivial/point.
2009-03-08 Michal Kroltgsi: Document NV_vertex_program instruction set operat...
2009-03-07 Corbin Simpsonr300-gallium: Correct vertex format setup, cleanup...
2009-03-07 Corbin Simpsonr300-gallium: Clean up RS.
2009-03-07 Corbin Simpsonr300-gallium: Move a few registers.
2009-03-07 Corbin Simpsonr300-gallium: Typo in assert.
2009-03-07 Corbin Simpsonr300-gallium: Emit vertex size.
2009-03-07 Corbin Simpsonr300-gallium: A bit more vertex format fixup.
2009-03-07 Ben Skeggsnouveau: use bo_handle_ref instead of bo_fake to get...
2009-03-07 Ben Skeggsnv50: simplify tesla object selection
2009-03-07 Ben Skeggsnouveau: fix more breakage from pipe_reference..
2009-03-07 Ben Skeggsnouveau: make stateobjs start off with refcount of 1
2009-03-07 Victor StinnerFix nv50_screen_create()
2009-03-07 Victor StinnerFix nouveau_pipe_create() / nouveau_context_init()...
2009-03-07 Corbin Simpsonr300-gallium: Fix masking on vertex formats.
2009-03-07 Corbin Simpsonr300-gallium: Remove unknown regs.
2009-03-07 Corbin Simpsonr300-gallium: Actually do framebuffer setup.
2009-03-07 Corbin Simpsonr300-gallium: Make sure registers are inside BEGIN...
2009-03-07 Corbin Simpsonr300-gallium: Separate out fog block.
2009-03-06 Corbin Simpsonr300-gallium: GA enhancements.
2009-03-06 Corbin Simpsonr300-gallium: Flat/smooth shading state.
2009-03-06 Corbin Simpsonr300-gallium: Pick up a few more bits of rs_state.
2009-03-06 José Fonsecawgl: Check support for all other depth/stencil formats.
2009-03-06 José Fonsecawgl: Choose a supported S8Z24/Z24S8/X8Z24/Z24X8.
2009-03-06 Joel Bosveldst/xorg: Install to XORG_DRIVER_INSTALL_DIR
2009-03-05 Corbin Simpsonr300-gallium: Move RS block setup to CSO.
2009-03-05 Corbin Simpsonr300-gallium: Move scissor state.
2009-03-05 Corbin Simpsonr300-gallium: Fix up vertex count.
2009-03-05 Corbin Simpsonr300-gallium: Use only one CS section for vertex_format.
2009-03-05 Brian PaulRevert "softpipe: added null ptr check for align_free...
2009-03-05 Brian Paulgallium: added null ptr check in align_free()
2009-03-05 Brian Paulsoftpipe: added null ptr check for align_free() call...
2009-03-05 Corbin Simpsonr300-gallium: C++ compat fix.
2009-03-05 Joakim Sindholtradeon-gallium: fix dri2 build
2009-03-05 Corbin Simpsonradeon-gallium: Add Xorg state tracker Radeon winsys...
2009-03-05 Corbin Simpsonradeon-gallium: Only build drivers for state trackers...
2009-03-04 Robert Ellisoni965: add software fallback for conformant 3D textures...
2009-03-04 Corbin Simpsonradeon-gallium: Enable EGL and Xorg state trackers.
2009-03-04 Corbin Simpsonradeon-gallium: DRI2 state tracker, part 3.
2009-03-04 Corbin Simpsonr300-gallium: Add unaccelerated surface_copy.
2009-03-04 Jakob Bornecrantzst/xorg: Clean up xorg_exa.c a bit
2009-03-04 Jakob Bornecrantzst/xorg: Change format function a bit
2009-03-04 Jakob Bornecrantzst/xorg: Fix transfer double free
2009-03-04 Jakob Bornecrantzintel: Fixup from refcount changes
2009-03-04 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-04 Keith Whitwellindices: add translate/generate functions for unfilled...
2009-03-04 Patrice Mandinnouveau: oops, forgot to keep the NV10_SIFM object
2009-03-04 Patrice Mandinnouveau: Use proper SIFM object on NV30
2009-03-04 José Fonsecagallium: Use consistent semantics for map ranges in...
2009-03-04 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-04 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-04 Brian Paulcell: update cell driver after gallium reference count...
2009-03-04 José Fonsecagallium: Ensure map ranges are valid.
2009-03-04 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-04 Michel Dänzergallium: Remove some superfluous instances of #include...
2009-03-04 Michel Dänzergallium: Unify reference counting.
2009-03-04 Corbin Simpsonr300-gallium, radeon-gallium: Continue migration to...
2009-03-04 Corbin Simpsonr300-gallium, radeon-gallium: Begin migration to DRI2...
2009-03-03 Jakob Bornecrantzst/dri2: Fake frontbuffer changes
2009-03-03 Jakob Bornecrantzst/dri2: Hook up flush_frontbuffer
2009-03-03 Jakob Bornecrantzst/dri2: We are strictly a dri2 driver
2009-03-03 Jakob Bornecrantzst/drm: s/hocks/hooks/
2009-03-03 José Fonsecagallium: Massage the interface to more closely resemble...
2009-03-03 José Fonsecawgl: Support the same combinations of single buffer...
2009-03-03 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-03 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-03 José FonsecaMerge commit 'origin/gallium-0.1'
2009-03-03 José Fonsecapipebuffer: Cleanup merge.
2009-03-03 Keith Whitwellwinsys: return null for DONTBLOCK flag on existing...
2009-03-03 Keith Whitwellpb: fix up merge mistakes
2009-03-03 José Fonsecapipebuffer: Fix copy'n'paste typo.
2009-03-03 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-03-03 Jakob Bornecrantzintel: Add Xorg driver
2009-03-03 Jakob Bornecrantzintel: Add dri2 driver for gallium
2009-03-03 Jakob Bornecrantzst/xorg: Add Xorg state tracker
2009-03-03 Jakob Bornecrantzst/dri2: Add DRI2 a state tracker
2009-03-03 Jakob Bornecrantzintel: Increase max relocs per batchbuffer
2009-03-02 Younes Mantonnouveau: Grab correct surface from temp texture for...
2009-03-02 Younes Mantong3dvl: Grab surface pointer when flushing front buffer...
2009-03-02 José Fonsecapipebuffer: Cleanup code & comments.
next