r300-gallium: Fix strange build error.
[mesa.git] / src / gallium /
2009-03-30 Corbin Simpsonr300-gallium: Fix strange build error.
2009-03-30 Corbin Simpsonr300-gallium: Handful of small leftovers.
2009-03-30 José Fonsecapython: Use depth buffer in the triangle example.
2009-03-30 José Fonsecapython: Read rgba8 with a single transfer.
2009-03-30 José Fonsecapython: Cleanup.
2009-03-30 José Fonsecapython: Don't use deprecated clear_value field.
2009-03-30 José Fonsecapython/test: Move the test description logic to the...
2009-03-30 José Fonsecapython/test: Move the image comparison logic to the...
2009-03-30 José Fonsecapython: Force unsigned comparison.
2009-03-30 José Fonsecapython: Set correct transfer mode.
2009-03-30 José Fonsecapython: Set the surface GPU access flags.
2009-03-30 José Fonsecapython: Hide away the surface usage flags.
2009-03-30 Michal Kroltgsi: Condition codes are implied in KILP.
2009-03-30 Michal Kroltgsi: Explain symbols used in instruction set documenta...
2009-03-30 Michal Kroltgsi: Document BRA opcode.
2009-03-30 José Fonsecapython: Dont touch old pipe_winsys.
2009-03-30 José Fonsecapython: Update instructions for windows.
2009-03-27 José Fonsecawgl: Don't flush surface if it is NULL.
2009-03-27 José Fonsecawgl: Remove unused cruft.
2009-03-27 José Fonsecautil: Support Z24S8/Z24X8.
2009-03-27 Corbin Simpsonr300-gallium: Add some surface_copy.
2009-03-27 Corbin Simpsonr300-gallium: Use CMP for MOV on r300.
2009-03-27 José Fonsecamesa: Use the python executable from sys.executable.
2009-03-26 Brian Paultgsi: pass zero vector to texture sampler for 1D case...
2009-03-26 José Fonsecapython: Don't bypass vs/clip/viewport by default.
2009-03-26 José Fonsecapython: Fix the texture test.
2009-03-26 José Fonsecapython: Make swig bindings python independent.
2009-03-26 José Fonsecapython: Drop st_buffer.
2009-03-26 José Fonsecapython: Use pipe_buffer_read/write.
2009-03-26 José Fonsecapython: Transfer only the requested tile.
2009-03-26 Michal Krolpython: Fix tri sample.
2009-03-26 Michel Dänzergallium: Remove some little-used fields from struct...
2009-03-25 José Fonsecapython: Pass transfers to the tile functions.
2009-03-25 José Fonsecapython: Catchup buffer_destroy interface change.
2009-03-25 José Fonsecatrace: Defer the cast to after the check for enabled...
2009-03-25 José Fonsecasoftpipe: Include declarations.
2009-03-25 José Fonsecatranslate: Avoid unused variable warning.
2009-03-25 Jakob Bornecrantzst/egl: Set dpms to on when showing screens
2009-03-25 Jakob Bornecrantzst/egl: Fix warning
2009-03-25 José Fonsecapython: Show call no in image window.
2009-03-25 José Fonsecatrace: Update readme.
2009-03-25 José Fonsecatrace: Number calls.
2009-03-25 José Fonsecapython/retrace: Use the call no when dumping images.
2009-03-25 José Fonsecapython: Use a sequential number to identify each call.
2009-03-25 José Fonsecapython/trace: Control the interpreter from command...
2009-03-25 José Fonsecapython: Use Ansi escape codes regardless of output...
2009-03-25 José Fonsecapython: List packages needed on debian systems.
2009-03-25 José Fonsecapython: Allow to dump all images to disk.
2009-03-25 José Fonsecapython: Tweak instructions.
2009-03-25 José Fonsecapython: s/pitch/stride/
2009-03-25 José Fonsecapython: s/num_cbufs/nr_cbufs/
2009-03-25 José Fonsecawgl: Use right integer type.
2009-03-25 José Fonsecawgl: Use SetWindowLongPtr.
2009-03-25 José Fonsecautil: Use size_t (for x86_64).
2009-03-25 José Fonsecautil: Don't use x86 asm on x86_64.
2009-03-25 José Fonsecadraw: Use size_t (for x86_64).
2009-03-25 José Fonsecascons: Support building with the Windows SDK.
2009-03-25 Alan CoopersmithAdd #ifdefs needed to compile Gallium on Solaris with...
2009-03-25 Corbin Simpsonr300-gallium: r300-fs: Moar.
2009-03-25 Corbin Simpsonr300-gallium: Unify shader interfaces, enable r300...
2009-03-25 Corbin Simpsonr300-gallium: r500-fs: Remove unused variable.
2009-03-25 Ben Skeggsnv50: fix typo in nv50_query.c
2009-03-25 Ben Skeggsnouveau: fix some pipe_buffer reference counting issues
2009-03-24 Younes Mantonnouveau: Frontbuffer needs to be marked as linear.
2009-03-24 Robert Ellisoni965: fix point rasterization when rendering to FBO
2009-03-23 Keith Whitwelldraw: update aa points shader comment
2009-03-23 Michel Dänzergallium: Remove remnants of reference counting internal...
2009-03-22 Jakob Bornecrantzdebug: Add function for writing transfers to files
2009-03-22 Jakob Bornecrantztrace: Fix args to buffer write
2009-03-23 José Fonsecautil: Add a new macro for testing empty lists.
2009-03-23 Brian Paulsoftpipe: reformatting, comments, minor clean-ups
2009-03-23 Brian Paultgsi: minor comments
2009-03-21 Michal Kroltgsi: Document KIL, KILP instructions.
2009-03-21 Keith Whitwellgallium: remove remaining references to origin_lower_left
2009-03-21 Brian Paulgallium: remove use of origin_lower_left
2009-03-20 Corbin Simpsonr300-gallium: Misspelled macro name.
2009-03-20 Corbin Simpsonr300-gallium: Put r300_cs_inlines to bed.
2009-03-20 Corbin Simpsonr300-gallium: Simplify/neaten up packet3.
2009-03-20 Corbin Simpsonr300-gallium: Clean up surface_fill, prep for surface_c...
2009-03-20 Corbin Simpsonr300-gallium: Properly offset scissors.
2009-03-20 Corbin Simpsonr300-gallium: Clean up r300_swtcl_emit.
2009-03-20 Corbin Simpsonr300-gallium: Clean up some emit, and some state handlers.
2009-03-20 Corbin Simpsonr300-gallium: A bit more invariant state.
2009-03-20 José Fonsecagallium: Explain what happens if buffer_flush_mapped_ra...
2009-03-20 Keith Whitwellgallium/util: add upload manager helper module
2009-03-20 Michal Krolstw: Do not err on nil context handle in MakeCurrent().
2009-03-20 Michal Krolstw: Use u_handle_table to maintain context list.
2009-03-20 Michal Krolwinsys/gdi: Init state tracker's per-thread data.
2009-03-20 Michal Krolstw: Keep per-thread storage for current context and...
2009-03-19 Jakob Bornecrantztrace: Formalize on a standard for data size pair
2009-03-19 Michal Kroltgsi: Document vs_2_0 instruction set operations.
2009-03-19 Michal Kroltgsi: Document vs_1_1 instruction set operations.
2009-03-19 Michal Kroltgsi: Begin documenting ps_2_x instruction set operations.
2009-03-18 Corbin Simpsonr300-gallium: Emit viewport state.
2009-03-18 Corbin Simpsonr300-gallium: Viewport state storage.
2009-03-18 Corbin Simpsonr300-gallium: Fixup registers for viewport state.
2009-03-18 Keith Whitwellst: call _glapi_check_multithread from st_make_current
2009-03-18 Thomas Hellstromstw: Fix makeCurrent.
2009-03-18 Brian Paulsoftpipe: more texture transfer fixes.
2009-03-18 Brian Paulsoftpipe: need to set tc->transfer=NULL after destroyin...
next