mesa.git
2008-09-12 Younes Mantong3dvl: Clean up Makefile deps.
2008-09-12 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-09-11 Brian Paulcell: initial support for fragment shader code generation.
2008-09-11 Brian Pauluse APP_CC
2008-09-11 Brian Paulcell: fix tile twidding bug seen in the event of multip...
2008-09-11 Brian Paulcell: minor improvements to fragment code-gen
2008-09-11 Brian Paulgallium: add special cases in spe_load_float(), spe_loa...
2008-09-11 Brian Paulcell: put cell_ prefix on gen_fragment_function()
2008-09-11 Brian Paulgallium: typo: s/PIPE_FORMAT_Z16UNORM/PIPE_FORMAT_Z16_U...
2008-09-11 Dima Zavinegl_xdri: Add the top-level lib dir so we link against...
2008-09-11 Dima Zavinegl_dri/egl_xdri: Makefiles should use pkg-config to...
2008-09-11 Brian Paulglut: only call glFinish() in processWindowWorkList...
2008-09-11 Brian Pauldefine new APP_CC configuration variable for building...
2008-09-11 Brian Paulcell: more comments, stub code for colormask/logicop/etc
2008-09-11 Brian Paulsimple quad drawing test
2008-09-11 Brian Paulcell: fix typos in blend code-gen
2008-09-11 Brian Paulcell: remove old state CMDs, added comments
2008-09-11 Brian Paulcell: clean-up, comments
2008-09-11 Brian Paulcell: disable NEW_VS emit
2008-09-11 Brian Paulcell: don't build unused sources
2008-09-11 Brian Paulcell: remove old blend/depth/stencil/logicop structs
2008-09-11 Brian Paulcell: asst. clean-up
2008-09-11 Brian Paulcell: checkpoint: remove more of the old per-fragment...
2008-09-11 Brian Paulcell: begin new blending code (both codegen and fallbac...
2008-09-11 Brian Paulcell: fix shuffle in spu_unpack_B8G8R8A8()
2008-09-11 Brian Paulcell: added cast in spu_splats() call
2008-09-11 Brian Paulcell: remove old per-fragment code, replace with all...
2008-09-11 Brian Paulcell: checkpoint commit of new per-fragment processing
2008-09-11 Brian Paulgallium: assorted additions and fixes to Cell SPE rtasm...
2008-09-11 Brian Paulcell: minor change to Z float/int conversion code ...
2008-09-11 Brian Paulcell: comments
2008-09-11 Brian Paulcell: comments, etc.
2008-09-11 Brian Paulgallium: comments, assertions, etc
2008-09-11 Brian Paulpress 'c' to toggle Z clear value between 0/1
2008-09-11 Brian Paulpress 'f' to cycle through depth test funcs
2008-09-10 Ben Skeggsnouveau: gallium directory structure changed again..
2008-09-10 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-09-10 José Fonsecatgsi: Fix newline pos.
2008-09-10 José Fonsecatgsi: Verify constants are set before attempting to...
2008-09-09 José Fonsecasoftpipe: Code (commented out) to dump BMPs.
2008-09-09 José Fonsecautil: Ensure we always have a full qualified file name...
2008-09-09 Michal Krolutil: Enable u_stream_std.c for PIPE_SUBSYSTEM_WINDOWS_...
2008-09-09 Michal Krolsoftpipe: Silence compiler warning on Windows.
2008-09-08 Michal Krolsoftpipe: Protect pipe_condvar_signal/broadcast calls...
2008-09-08 Michal Krolsoftpipe: Set SP_NUM_QUAD_THREADS 1 effectively disabli...
2008-09-08 Michal Krolsoftpipe: More improvements for multithreaded softpipe.
2008-09-08 Michal Krolsoftpipe: Split changing fields of quad_header into...
2008-09-08 Michal Krolsoftpipe: Improve multithreaded softpipe.
2008-09-08 Michal Krolsoftpipe: First attempts at multithreaded softpipe.
2008-09-08 Michal Kroltgsi: Cleanup code.
2008-09-08 José Fonsecatrace: Request a growable file.
2008-09-08 José Fonsecautil: Allow to define the maximum file size.
2008-09-08 José Fonsecautil: Dump surfaces to BMP.
2008-09-08 José Fonsecascons: Install shared libs in the right subdir.
2008-09-08 José Fonsecatrace: Use util's stream.
2008-09-08 José Fonsecautil: Rip-off trace's os-independent stream code.
2008-09-07 José Fonsecascons: Install libGL.so and respective symlinks.
2008-09-07 Younes Mantong3dvl: Initialize DRI drawables correctly.
2008-09-07 Younes Mantong3dvl: Zero-block optimization.
2008-09-07 Younes Mantong3dvl: Define texcoords seperately for luma, Cb, Cr...
2008-09-07 Younes Mantong3dvl: Define block texcoords for each vertex instead...
2008-09-05 Brian Paulcell: code clean-up, comments
2008-09-05 Brian Paulcell: convert clear color if needed
2008-09-05 Brian Paulsoftpipe: convert clear color to surface format if...
2008-09-05 Brian Paulgallium: document that clear color is intentionally...
2008-09-05 Brian Paulgallium: remove debug code from prev commit
2008-09-05 Brian Paulgallium: new util_unpack_color_ub() function
2008-09-05 Michal Krolgallium: Add pipe_thread primitives for PIPE_OS_LINUX.
2008-09-05 Brian Paulmesa: replace MALLOC w/ CALLOC to fix memory error...
2008-09-05 Michal Krolgallium: Add pipe_thread primitives for PIPE_SUBSYSTEM_...
2008-09-05 Michal Krolmesa: _mesa_program_state_string() returns char *,...
2008-09-05 José Fonsecatgsi: Refactor tgsi_dump to avoid using string buffers...
2008-09-05 José Fonsecagallium: Pass 512 bytes max to EngDebugPrint.
2008-09-05 José Fonsecagallium: New pf_has_alpha utility function.
2008-09-05 José Fonsecapython: Cleanup tri example.
2008-09-05 Brian Paulcell: move batch buffer init code
2008-09-05 Brian Paulcell: comments
2008-09-05 Brian Paulcell: more cell_init_*_functions()
2008-09-05 Brian Paulcell: implement CELL_DEBUG env/options var
2008-09-04 Brian Paulmesa: improved gl_buffer_object reference counting
2008-09-04 Brian Paulmesa: fix minor mem leak
2008-09-04 Brian Paulcell: assorted comments, clean-ups, etc.
2008-09-04 Brian Paulcell: use util_surface_copy/fill()
2008-09-04 Brian Paulcell: include p_inlines.h
2008-09-04 Brian Paulsoftpipe: use the new util_surface_copy/fill() functions
2008-09-04 Brian Paulgallium: remove the copyHeight hack for compresssed...
2008-09-04 Brian Paulgallium: new util_surface_copy() and util_surface_fill...
2008-09-04 Michal Krolmesa: Silence compiler warnings on Windows.
2008-09-04 Xiang, Haihaomesa: merge stencil values into depth values for MESA_F...
2008-09-04 José Fonsecamesa: Remove unused var.
2008-09-04 José Fonsecasoftpipe: Add missing include.
2008-09-04 José Fonsecai915: Add missing include.
2008-09-04 José Fonsecagallium: Fix typo.
2008-09-04 José Fonsecacell: Use pipe_buffer_* inlines as much as possible.
2008-09-04 José Fonsecai915: Use pipe_buffer_* inlines as much as possible.
2008-09-04 José Fonsecai965: Use pipe_buffer_* inlines as much as possible.
2008-09-04 José Fonsecasoftpipe: Use pipe_buffer_* inlines as much as possible.
2008-09-04 José Fonsecapython: Use pipe_buffer_* inlines as much as possible.
2008-09-04 José Fonsecagallium: Use pipe_buffer_* inlines as much as possible.
2008-09-03 Brian Paulcell: flush rendering to current surfaces before instal...
next