mesa.git
2008-08-21 José Fonsecascons: Build the trace pipe driver by default.
2008-08-20 Brian Paulmesa: glsl: fix a swizzle bug in storage_to_src_reg()
2008-08-20 Brian Paulmesa: glsl: add check for exceeding max number of const...
2008-08-20 Brian Paulmesa: glsl: regenerated file
2008-08-20 Brian Paulmesa: glsl: better implementation of ftransform()
2008-08-20 Brian Paulgallium: test for and cull prims with inf/nan vertices...
2008-08-20 Brian Paulgallium: fix typo in LINE() macro (replace i+1 with...
2008-08-20 José Fonsecapython/retrace: Retrace draw_elements and draw_range_el...
2008-08-20 José Fonsecapython: bindings for draw_range_elements.
2008-08-20 Brian Paulmesa: allow for extra per-context init
2008-08-19 Brian Paulgallium: fix do_flip bug in sp_surface_copy()
2008-08-19 Brian Paulgallium: fix an assertion
2008-08-19 Brian Paulgallium: implement a fast-path for glReadPixels for...
2008-08-19 Brian Paulgallium: do a proper implementation of GL_OES_read_format
2008-08-19 José Fonsecagallium: WinCE build fixes.
2008-08-19 José Fonsecapython/retrace: Add several missing functions.
2008-08-19 José Fonsecatrace: Fix pipe_clip_state dump.
2008-08-19 José Fonsecapython: Handle null state.
2008-08-19 José Fonsecapython/retrace: Trim null chars.
2008-08-19 José Fonsecatrace: Support C++.
2008-08-19 Brian Paulmesa: glsl: more writemask error checking
2008-08-19 Brian Paulmesa: glsl: added some post incr/decr error checks
2008-08-19 Brian Paulmesa: glsl: limit function matching through casting
2008-08-19 Brian Paulmesa: glsl: add usage tracking for uniform vars
2008-08-19 Brian Paulmesa: glsl: put var emit/ref code into separate functions
2008-08-19 Michal Krolgallium: Add note about vs_2_0 EXPP mapping.
2008-08-19 Michal KrolAdd NV_vertex_program specific tests.
2008-08-19 Michal KrolAdd support for NVIDIA programs.
2008-08-19 Michal Kroltgsi: Implement LOG opcode for SSE2 codegen.
2008-08-19 Michal Kroltgsi: Implement EXP opcode for SSE2.
2008-08-19 José Fonsecamesa: Call pipe->destroy on context destruction for...
2008-08-18 José Fonsecaxlib: Revert destroying pipe_screen (temporary).
2008-08-18 Michal Kroltgsi: Fix ARL opcode in SSE2 codegen.
2008-08-18 Michal Krolst: Do not translate program constants to immediates...
2008-08-18 Michal Krolst: Translate address register declaration.
2008-08-18 Michal Krolst: Fix immediate construction.
2008-08-18 Michal Kroltgsi: Workaround debug output buffer size limitations.
2008-08-18 Michal KrolPort vp to Windows.
2008-08-18 Michal Kroltgsi: Use NUM_CHANNELS.
2008-08-18 Brian Paulgallium: use PIPE_TEXTURE_USAGE_RENDER_TARGET for stenc...
2008-08-18 Brian Paulegl: don't put the example/demo driver in the lib/ dir
2008-08-18 Brian Paulgallium: fix vertex program output translation/mapping bug
2008-08-18 José Fonsecatrace: Explain how to integrate with a state tracker...
2008-08-18 José Fonsecatrace: Preliminary stream implementation for GDI.
2008-08-18 José Fonsecatrace: Use long longs to ensure covering 64bits integers.
2008-08-18 José Fonsecatrace: Get the trace file from the GALLIUM_TRACE option...
2008-08-18 Brian Paulgallium: fix do_flip bug on glCopyTexImage / surface_co...
2008-08-18 Michal Krolgallium: Remove TGSI_CC_UN.
2008-08-18 Michal Kroltgsi: Update condition code vector when storing dest...
2008-08-18 Michal Kroltgsi: Saturate modifier obeys ExecMask.
2008-08-18 Michal Kroltgsi: Respect condition codes when storing destination...
2008-08-18 Michal Kroltgsi: Cosmetic changes.
2008-08-18 Michal Kroltgsi: Add condition code (CC) register.
2008-08-18 Brian Paulmesa: rearrange some code in _mesa_BindTexture() to...
2008-08-18 Michal Krolscons: Fix build.
2008-08-17 Alan Hourihanepick first mode
2008-08-17 Alan Hourihaneif we can't find a mode, return first. At least we...
2008-08-17 Alan Hourihaneconsolidate intel directories.
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().
next