st/mesa: Update debug infos.
[mesa.git] / src /
2010-03-12 Corbin Simpsonst/mesa: Update debug infos.
2010-03-12 Corbin Simpsonr300g: Properly clamp index limits.
2010-03-12 Keith WhitwellMerge commit 'origin/gallium-context-transfers-2'
2010-03-12 Vinson Leellvmpipe: Remove unnecessary header.
2010-03-11 Brian Paulgallivm: checkpoint WIP cubemap code
2010-03-11 Brian Paulgallivm: added lp_build_sum_vector()
2010-03-11 Brian Paulsoftpipe: further tighen up sample_cube()
2010-03-11 Brian Paulsoftpipe: tighten up the code in sample_cube()
2010-03-11 Brian Paulgallivm: enable 3D texture sampling
2010-03-11 Brian Paulgallivm/llvmpipe: replace 'int stride' with 'int row_st...
2010-03-11 Brian Paulllvmpipe: fix comment typo
2010-03-11 Brian Paulgallivm/llvmpipe: include os_llvm.h instead of llvm...
2010-03-11 Brian Paulgallium/os: wrapper for llvm-c/Core.h and #define HAVE_...
2010-03-11 Alex Deucherr200: support additional blit formats
2010-03-11 Brian Paulgallivm: fix some bugs on the 1D texture paths
2010-03-11 Roland Scheideggerst/mesa: don't enable extensions which aren't actually...
2010-03-11 Roland Scheideggercell: adapt to context texture transfers (untested)
2010-03-11 Keith Whitwellgallium: remove pipe_context member from pipe_transfer
2010-03-11 Brian Paulgallivm: include tgsi_dump.h to silence warning
2010-03-11 Brian Paulgallivm: move declarations to silence unused var warnings
2010-03-11 Brian Paulgallium/util: use memset() to initialize vars to avoid...
2010-03-11 Brian Paulsvga: use memset() to initialize u to avoid warnings
2010-03-11 José Fonsecagallivm: Use bitmasks for scalar masks.
2010-03-11 José Fonsecagallivm: Handle scalar types in lp_build_*_type.
2010-03-11 Chia-I Wumesa/es: Validate the state in st_DrawTex.
2010-03-11 Chia-I Wumesa/es: Fix GL_OES_draw_texture support.
2010-03-11 Keith WhitwellSquashed commit of gallium-context-transfers:
2010-03-11 José Fonsecasoftpipe: Dummy fence functions.
2010-03-11 Marek Olšákst/dri: move extension initilization to st/mesa completely
2010-03-11 Michel DänzerMerge remote branch 'origin/7.8'
2010-03-11 Vinson Leewinsys/xlib: Fix memory leak.
2010-03-11 Marek Olšákst/mesa: always advertise texture_rectangle
2010-03-11 Brian Paulgallivm: overhaul of texture sampling code
2010-03-11 Brian Paulgallivm: handle scalar floats in lp_build_floor() and...
2010-03-11 Brian Paulgallivm: constant building for scalar zero
2010-03-11 Brian Paulgallivm: implement bilinear sampling with nearest mipma...
2010-03-11 Brian Paulgallivm: remove debug code. nearest minification works...
2010-03-11 Brian Paulllvmpipe: fix loop over mipmap levels
2010-03-11 Jakob Bornecrantzst/xorg: Include cursorstr.h
2010-03-10 Francisco Jerezdri/nouveau: Just reemit the BO state on pushbuf flush.
2010-03-10 Eric Anholti965: Use the PLN instruction when possible in interpol...
2010-03-10 Eric Anholti965: Set up the execution size before relying on it.
2010-03-10 Karl Schultzwindows: fix compilation errors and warnings
2010-03-10 Jose Fonsecagallivm: simplify conditional branching
2010-03-10 Zack Rusingallivm: properly test the if condition and branch...
2010-03-10 Zack Rusingallivm: implement loops
2010-03-10 Maciej Cencoraradeon: fallback to sw ReadPixels if color logicop...
2010-03-10 Maciej Cencorar300: enable depth test only if depth buffer is available
2010-03-10 Maciej Cencoraradeon: fix glCopyTex(Sub)Image if user FBO is bound
2010-03-10 José Fonsecallvmpipe: Finally found a way to do vector comparisons...
2010-03-10 Brian Paulsoftpipe: fix memcpy params to avoid static analysis...
2010-03-10 Eric Anholti965: Add support for the CMP opcode in the GLSL path.
2010-03-10 Eric Anholti965: Print the opcode name for unrecognized opcodes...
2010-03-10 Eric Anholti965: Fix the response len of masked sampler messages...
2010-03-10 Eric Anholti965: Print the offset for IFF in disasm
2010-03-10 Brian Paulmesa: raise an error when trying to bind non-existant...
2010-03-10 Brian Paulmesa: added new function comments
2010-03-10 Brian Paulst/mesa: set strb->format field in st_render_texture()
2010-03-10 Brian Paulst/mesa: add some comments in glReadPixels code
2010-03-10 Brian Paulst/mesa: consolidate duplicated texture allocation...
2010-03-10 Brian PaulMerge branch '7.8'
2010-03-10 Brian Paulst/mesa: fix incorrect glCopyPixels between window/FBO
2010-03-10 Brian Paulst/mesa: fix incorrect glDrawPixels into FBO
2010-03-10 Michel DänzerMerge branch '7.8'
2010-03-10 Michel Dänzerst/xorg: Work around cursor reference counting bugs...
2010-03-10 Alex Deucherr200: add additional blit formats
2010-03-10 Alex Deucherr100: add additional blit formats
2010-03-10 Alex Deucherradeon/r200/r600: enable HW accelerated gl(Read/Copy...
2010-03-10 George Sapountzisglapi: fix bug with tls and relocs
2010-03-10 George Sapountzisglapi: these two should be ok for add_dispatch ...
2010-03-10 George Sapountzisglapi: comments for _glapi_add_dispatch
2010-03-10 George Sapountzisglapi: minor cosmetic for _glapi_add_dispatch
2010-03-10 George Sapountzisglapi: add function set_entry_info
2010-03-10 George Sapountzisglapi: parameter checking, failure paths, ... for add_f...
2010-03-10 George Sapountzisglapi: cosmetic for _glapi_add_dispatch
2010-03-10 George Sapountzisglapi: use get_extension_proc in _glapi_add_dispatch
2010-03-10 George Sapountzisglapi: cosmetic for functions for static table
2010-03-10 George Sapountzisglapi: add function to find extension by name
2010-03-10 George Sapountzisglapi: functions for extensions table similar to static...
2010-03-10 Roland Scheideggercell: handle NULL cso vertex_elements state object...
2010-03-10 Chia-I Wui915g: Prevent NULL dereference.
2010-03-10 Chia-I Wugallium: Do not mix winsys-drawable-handle and context...
2010-03-10 Michal Krolsvga: Disable debug message.
2010-03-10 Michal Krolsvga: Check if vertex elements has been bound before...
2010-03-10 José Fonsecasoftpipe: Prevent NULL dereference.
2010-03-10 José Fonsecapython: Remove broken link hack.
2010-03-10 José Fonsecapython: More build fixes.
2010-03-10 José Fonsecatrace: Make tr_public.h c++ friendly.
2010-03-10 Keith Whitwelltarget-helpers: remove swrast_xlib.c helper
2010-03-10 Keith Whitwellws/xlib: remove dead lines
2010-03-10 José Fonsecascons: Fixup the libgl-gdi build.
2010-03-10 José Fonsecapython: Handle the possibility that no driver is selected.
2010-03-10 Keith Whitwellgallium: remove trace module injection from various...
2010-03-10 Keith Whitwellws/gdi: add include
2010-03-10 Keith Whitwelltarget-helpers: helper for injecting common debug layers
2010-03-10 José Fonsecapython: Fix up state tracker for sw api.
2010-03-10 José FonsecaRevert "r300-gallium: Skeleton for integrating into...
2010-03-10 Keith Whitwellst/wgl: add missing paramter
2010-03-10 Keith Whitwelltrace: include tr_public.h
2010-03-10 Keith Whitwellgallium: plumb winsys-drawable-handle through to state...
next