mesa.git
2008-08-17 Alan Hourihanerather than use CRTC 1 (aka LVDS), try and setup all...
2008-08-17 Alan Hourihanechoose a 1024x768 resolution
2008-08-17 Alan Hourihanechoose sane default for dri driver location
2008-08-15 Hanno Böckfix DESTDIR omissions
2008-08-15 Brian Paulmesa: glsl: fix linking of varying vars which are arrays
2008-08-15 Brian Paulgallium: in st_draw_vbo() use ctx->Current.Attrib[...
2008-08-15 José Fonsecaxlib: Kill xmesa_surface.
2008-08-15 José Fonsecatrace: Fix typo.
2008-08-15 José Fonsecapython/retrace: Update frame when PIPE_FLUSH_FRAME...
2008-08-15 José Fonsecatrace: Wrap all textures and surface created by the...
2008-08-15 José Fonsecatrace: Allow multiple screens. Flush after call.
2008-08-15 José Fonsecapyhon/retrace: Retrace surface contents.
2008-08-15 José Fonsecapython/retrace: Keep addresses as strings.
2008-08-15 José Fonsecatrace: Several fixes.
2008-08-15 José Fonsecapython: Fix put/get_tile_raw bindings.
2008-08-15 José Fonsecatrace: Trace surface contents.
2008-08-15 José Fonsecatrace: Make stream a global variable.
2008-08-15 José Fonsecamesa: Issue PIPE_FLUSH_FRAME in glSwapBuffers/glFlush...
2008-08-15 José Fonsecagallium: New PIPE_FLUSH_FRAME flag to signal the end...
2008-08-15 José Fonsecapython/retrace: Commit unsaved changes to the doc.
2008-08-14 Brian Paulgallium: init default texture image to gray
2008-08-14 Brian Paulgallium: use a default texture in update_textures(...
2008-08-14 Brian Paulgallium: added queries to determin GL_EXT_packed_depth_...
2008-08-14 José Fonsecatrace: Update status.
2008-08-14 José Fonsecapython: Update status.
2008-08-14 José Fonsecapython/retrace: Application capable of replaying galliu...
2008-08-14 José Fonsecapython: Allow to use trace pipe driver with python.
2008-08-14 José Fonsecapython: Fix typo in buffer::write.
2008-08-14 José Fonsecapython: Remove unused var.
2008-08-14 José Fonsecaxlib: Use trace usage.
2008-08-14 José Fonsecatrace: Separate the trace screen/context vs the origina...
2008-08-14 José Fonsecamesa: Don't use alignments < 4.
2008-08-14 José Fonsecamesa: posix_memalign requires alignment to be multiple...
2008-08-14 José Fonsecagallium: Catch errors from posix_memalign.
2008-08-14 José Fonsecapython: Simplify st_winsys.
2008-08-14 José Fonsecapython: Bindings fixes.
2008-08-14 José Fonsecatranslate: Draw can request up to PIPE_MAX_ATTRIBS...
2008-08-14 Alan Hourihanecheck for winsys->destroy before calling
2008-08-13 Brian Paulgallium: fix exec_kilp(), fix Exec/FuncMask test for...
2008-08-13 Brian Paulgallium: in fallback_copy_texsubimage() create new...
2008-08-13 Michal Kroltgsi: Initial code for KILP, needs CCs working to be...
2008-08-13 Michal Kroltgsi: Use a homebrew version of toupper().
2008-08-13 Michal Kroltgsi: Fix typo.
2008-08-13 Michal Kroltgsi: Validate instruction opcode and operand counts.
2008-08-13 Michal Kroltgsi: Use tgsi_info to dump opcode names.
2008-08-13 Michal Kroltgsi: Use tgsi_opcode_info.
2008-08-13 Michal Krolmake: List tgsi_info.c.
2008-08-13 Michal Krolscons: List tgsi_info.c.
2008-08-13 Michal Kroltgsi: Opcode information.
2008-08-13 Zack Rusinfix compilation
2008-08-13 Michal Krolmesa: KIL -> KIL, KIL_NV -> KILP.
2008-08-13 Michal Kroli915: Swap meanings of KIL and KILP.
2008-08-13 Michal Krolcell: KILP is a predicated discard, KIL is a conditiona...
2008-08-13 Michal Kroltgsi: Swap meanings of KIL and KILP opcodes.
2008-08-13 Michal Krolgallivm: Translate KIL instead of KILP.
2008-08-13 Michal Kroldraw: Use KIL instead of KILP.
2008-08-13 Michal Krolgallium: Make a note that OPCODE_KIL is a conditional...
2008-08-13 Brian Paulgallium: more context clean-up
2008-08-12 Brian Paulmesa: glsl: fix error detection of writing to read...
2008-08-12 Brian Paulmesa: texture crop rect state
2008-08-12 Brian Paulmesa: glsl: fix comment
2008-08-12 Brian Paulgallium: distinguish between KIL and KILP
2008-08-12 Brian Paulmesa: glsl: enable bzero() in slang_typeinfo_construct()
2008-08-12 Brian Paulmesa: glsl: remove reads of output regs from fragment...
2008-08-12 Brian Paulmesa: set point state
2008-08-12 Brian Paulmesa: allow _mesa_remove_output_reads() to work on...
2008-08-12 Brian Paulmesa: glsl: better error messages
2008-08-12 Brian Paulmesa: glsl: regenerated files
2008-08-12 Brian Paulmesa: glsl: additional constructors
2008-08-12 Brian Paulmesa: glsl: better mod() functions
2008-08-12 José Fonsecamesa: Rename sources to sources.mak.
2008-08-12 José Fonsecagallium: Disable debug break by default on windows.
2008-08-12 José Fonsecatgsi: Prevent division by zero.
2008-08-12 José Fonsecagallium: Allow compilation inside X.
2008-08-12 José Fonsecagdi: Remove CVS keyword.
2008-08-12 José Fonsecaglut: Remove EOF characters.
2008-08-12 José Fonsecapython: Use st_buffers instead of pipe_buffers.
2008-08-12 José Fonsecatrace: More dump fixes.
2008-08-12 José Fonsecatrace: Fix create_blend_state dump.
2008-08-12 José Fonsecatrace: Dump polygon stipple state as an array.
2008-08-12 José Fonsecapython: Bindings for p_compiler.h types.
2008-08-12 José Fonsecatrace: Fix create_depth_stencil_alpha_state trace.
2008-08-12 José Fonsecapython: Bindings for pipe_{depth,stencil,alpha}_state.
2008-08-12 José Fonsecatrace: Dump pipe_{depth,stencil,alpha}_state names.
2008-08-12 José Fonsecagallium: Name pipe_depth_stencil_alpha_state member...
2008-08-12 José Fonsecapython: Simplify setting the constant buffers.
2008-08-12 José Fonsecapython: Split the interface definition file in smaller...
2008-08-12 José Fonsecapython: Add unsigned arrays.
2008-08-12 José Fonsecatrace: Replace buffer_map+memcpy+buffer_unmap by buffer...
2008-08-12 José Fonsecatrace: Zero the buffers to avoid dumping uninitialized...
2008-08-12 José Fonsecapython: Allow writing to buffers.
2008-08-12 José Fonsecatrace: Fix hexadecimal dumping.
2008-08-12 José Fonsecatrace: Trace winsys/screen/context creation.
2008-08-12 José Fonsecatrace: Trace texture depth.
2008-08-12 José Fonsecapython: Update the documentation.
2008-08-12 Michal Krolsoftpipe: Include missing header.
2008-08-11 Brian Paulmesa: glsl: regenerated file
2008-08-11 Brian Paulmesa: glsl: change refract() functions to allow inlining
2008-08-11 Brian Paulmesa: glsl: use SGE instead of SGT in step() functions
2008-08-11 Brian Paulmesa: glsl: fix bugs in refract() functions, plus minor...
next