summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-08-15fix DESTDIR omissionsHanno Böck
2008-08-15mesa: glsl: fix linking of varying vars which are arraysBrian Paul
2008-08-15gallium: in st_draw_vbo() use ctx->Current.Attrib[] values when arrays are mi...Brian Paul
2008-08-15xlib: Kill xmesa_surface.José Fonseca
2008-08-15trace: Fix typo.José Fonseca
2008-08-15python/retrace: Update frame when PIPE_FLUSH_FRAME spotted.José Fonseca
2008-08-15trace: Wrap all textures and surface created by the pipe driver.José Fonseca
2008-08-15trace: Allow multiple screens. Flush after call.José Fonseca
2008-08-15pyhon/retrace: Retrace surface contents.José Fonseca
2008-08-15python/retrace: Keep addresses as strings.José Fonseca
2008-08-15trace: Several fixes.José Fonseca
2008-08-15python: Fix put/get_tile_raw bindings.José Fonseca
2008-08-15trace: Trace surface contents.José Fonseca
2008-08-15trace: Make stream a global variable.José Fonseca
2008-08-15mesa: Issue PIPE_FLUSH_FRAME in glSwapBuffers/glFlush/glFinish.José Fonseca
2008-08-15gallium: New PIPE_FLUSH_FRAME flag to signal the end of a frame.José Fonseca
2008-08-15python/retrace: Commit unsaved changes to the doc.José Fonseca
2008-08-14gallium: init default texture image to grayBrian Paul
2008-08-14gallium: use a default texture in update_textures(), update_samplers() when n...Brian Paul
2008-08-14gallium: added queries to determin GL_EXT_packed_depth_stencil supportBrian Paul
2008-08-14trace: Update status.José Fonseca
2008-08-14python: Update status.José Fonseca
2008-08-14python/retrace: Application capable of replaying gallium traces.José Fonseca
2008-08-14python: Allow to use trace pipe driver with python.José Fonseca
2008-08-14python: Fix typo in buffer::write.José Fonseca
2008-08-14python: Remove unused var.José Fonseca
2008-08-14xlib: Use trace usage.José Fonseca
2008-08-14trace: Separate the trace screen/context vs the original screen/context.José Fonseca
2008-08-14mesa: Don't use alignments < 4.José Fonseca
2008-08-14mesa: posix_memalign requires alignment to be multiple of sizeof(void*)José Fonseca
2008-08-14gallium: Catch errors from posix_memalign.José Fonseca
2008-08-14python: Simplify st_winsys.José Fonseca
2008-08-14python: Bindings fixes.José Fonseca
2008-08-14translate: Draw can request up to PIPE_MAX_ATTRIBS + 1 vertex elements.José Fonseca
2008-08-14check for winsys->destroy before callingAlan Hourihane
2008-08-13gallium: fix exec_kilp(), fix Exec/FuncMask test for TGSI_OPCODE_RETBrian Paul
2008-08-13gallium: in fallback_copy_texsubimage() create new tex surface for CPU read a...Brian Paul
2008-08-13tgsi: Initial code for KILP, needs CCs working to be complete.Michal Krol
2008-08-13tgsi: Use a homebrew version of toupper().Michal Krol
2008-08-13tgsi: Fix typo.Michal Krol
2008-08-13tgsi: Validate instruction opcode and operand counts.Michal Krol
2008-08-13tgsi: Use tgsi_info to dump opcode names.Michal Krol
2008-08-13tgsi: Use tgsi_opcode_info.Michal Krol
2008-08-13make: List tgsi_info.c.Michal Krol
2008-08-13scons: List tgsi_info.c.Michal Krol
2008-08-13tgsi: Opcode information.Michal Krol
2008-08-13fix compilationZack Rusin
2008-08-13mesa: KIL -> KIL, KIL_NV -> KILP.Michal Krol
2008-08-13i915: Swap meanings of KIL and KILP.Michal Krol
2008-08-13cell: KILP is a predicated discard, KIL is a conditional discard.Michal Krol