mesa.git
2010-07-30 Zack Rusindraw: actually a noop, rather than not implemented
2010-07-30 Vinson Leemesa: Remove unnecessary header from colormac.h.
2010-07-30 Brian Paultgsi: remove incorrect assertion
2010-07-30 Vinson Leemesa: Remove unnecessary headers.
2010-07-30 Vinson Leellvmpipe: Fix implicit declaration of lp_func_delete_bo...
2010-07-30 Chia-I Wuutil: Fix the range of util_draw_elements_instanced.
2010-07-30 Zack Rusinllvmpipe: delete function bodies after generating machi...
2010-07-30 Jerome Glisser600g: fix typo in tex instruction + shader semantic...
2010-07-30 Li Pengconfigure: fix wrong variable name GLESv1_LIB_DEPS
2010-07-30 Keith Whitwellutil: more helpers for old draw code
2010-07-30 Vinson Leemesa: Include macros.h in files that use symbols from...
2010-07-30 Vinson Leemesa: Include macros.h in attrib.c for COPY_4FV symbol.
2010-07-30 Vinson Leeintel: Add missing header to intel_context.c.
2010-07-30 Vinson Leemesa: Reduce clip.h header file inclusion.
2010-07-30 Vinson Leemesa: Add missing header to framebuffer.h.
2010-07-30 Vinson Leemesa: Add missing header to fboject.h.
2010-07-30 Vinson Leemesa: Add missing header to texgetimage.h.
2010-07-30 Vinson Leemesa: Add missing header to texrender.h.
2010-07-30 Vinson Leemesa: Add missing header and forward declarations to...
2010-07-30 Vinson Leemesa: Add missing headers to viewport.h.
2010-07-30 Vinson Leemesa: Add missing header to depthstencil.h.
2010-07-30 Vinson Leemesa: Add missing headers to debug.h.
2010-07-30 Vinson Leeintel: Add missing header.
2010-07-30 Vinson Leedri: Add missing header to dri_metaops.c.
2010-07-30 Vinson Leemesa: Reduce clear.h header file inclusion.
2010-07-30 Vinson Leemesa: Reduce bufferobj.h header file inclusion.
2010-07-30 Vinson Leemesa: Remove unnecessary headers.
2010-07-29 Brian Paulllvmpipe: fix on-debug build breakage
2010-07-29 Brian Paulllvmpipe: added some jit debug code
2010-07-29 Brian Pauldraw: do bounds checking of array elements (debug only)
2010-07-29 Brian Pauldraw: assorted clean-ups in clipper code
2010-07-29 Brian Paulgallium: implement bounds checking for constant buffers
2010-07-29 Brian Pauldraw: add vertex buffer offset in draw_print_arrays()
2010-07-29 Brian Paulllvmpipe: silence warnings in lp_test_sincos.c
2010-07-29 Jerome Glisser600g: mipmap early support + EX2/ABS instruction ...
2010-07-29 Kristian Høgsbergglx: Fix copy/paste bug in glXWaitX and glXWaitGL
2010-07-29 Kristian Høgsbergglx: Compare old ctx against dummyCtx, not NULL
2010-07-29 Kristian Høgsbergglx: Fix linked list deletion in __glXCloseDisplay()
2010-07-29 Kristian Høgsbergintel: Declare the various tracked state variables...
2010-07-29 Kristian Høgsbergintel: Don't depend on context config values when picki...
2010-07-29 Kristian Høgsbergegl_dri2: Set API version for DRM display
2010-07-29 Marek Olšákr300g/swtcl: fix crash in ETQW and minor fixups
2010-07-29 Marek Olšákr300g/swtcl: fix crash after the draw_vbo merge
2010-07-29 Brian Paulllvmpipe: also test the new lp_build_assert() function
2010-07-29 Brian Paulllvmpipe: don't call LLVMCreateJITCompiler() twice
2010-07-29 Brian Paulgallivm: added lp_build_assert() function to make asser...
2010-07-29 José FonsecaRevert "gallivm: fix lp_build_sample_offset() crash...
2010-07-29 Brian Paulgallivm: fix lp_build_sample_offset() crash when indexi...
2010-07-29 Keith Whitwellutil: add uint version of pack_z_stencil
2010-07-29 José Fonsecascons: Use the current python executable for code gener...
2010-07-29 José Fonsecadraw: Also emit EMMS on generated LLVM IR.
2010-07-29 José Fonsecallvmpipe: Avoid corrupting the FPU stack with MMX instr...
2010-07-29 José Fonsecautil: Don't include xmmintrin.h.
2010-07-29 Brian Paulmesa: implement RCC opcode
2010-07-29 Brian Paulmesa: update table of opcodes used by GLSL
2010-07-29 Andre Maasikasr600: since 8744c36e added asserts - use another random...
2010-07-29 Chia-I Wust/python: Adapt to interface change.
2010-07-29 Chia-I Wugraw/tests: Use pipe_context::draw_vbo.
2010-07-29 Chia-I Wugallium: Avoid void pointer arithmetic.
2010-07-29 Vinson Leemesa: Reduce arrayobj.h header file inclusion.
2010-07-29 Vinson Leemesa: Remove unnecessary header.
2010-07-29 Chia-I Wugallium/docs: Document draw_vbo and set_index_buffer.
2010-07-29 Chia-I Wugallium: Keep only pipe_context::draw_vbo.
2010-07-29 Chia-I Wugallium: Use unified pipe_context::draw_vbo.
2010-07-29 Chia-I Wugallium: Implement draw_vbo and set_index_buffer for...
2010-07-29 Chia-I Wugallium: Add pipe_context::draw_vbo and pipe_context...
2010-07-29 Vinson Leemesa: Remove unnecessary header.
2010-07-29 Kristian Høgsbergegl: Fix deref before NULL-check
2010-07-29 Kristian Høgsbergintel: Implement EGL_KHR_surfaceless extension
2010-07-29 Kristian Høgsbergegl_dri2: Implement EGL_KHR_surfaceless_* extensions
2010-07-29 Kristian Høgsbergegl: EGL_KHR_surfaceless_* extensions
2010-07-29 Kristian HøgsbergUntangle gallium/egl/glx source sharing mess and make...
2010-07-29 Jerome Glisser600g: state context ptr in sampler_view & add I8/L8...
2010-07-28 Jerome Glisser600g: switch btw flat/linear interpolation
2010-07-28 Jerome Glisser600g: split pipe state creating/binding from hw state...
2010-07-28 Kristian Høgsbergglx: Split indirect and applegl implementations into...
2010-07-28 Kristian Høgsbergglx: Move bind and unbind to context vtable
2010-07-28 Kristian Høgsbergglx: Rename __GLXcontext and __GLXdisplayPrivate to...
2010-07-28 Kristian Høgsbergglx: Rename __GLXscreenConfigs to struct glx_screen
2010-07-28 Kristian Høgsbergglx: Use _X_EXPORT instead of our own PUBLIC macro
2010-07-28 Kristian Høgsbergglx: Rename glcontextmodes.[ch] to glxconfig.[ch]
2010-07-28 Kristian Høgsbergglx: Rename __GLcontextModes to struct glx_config
2010-07-28 Kristian Høgsbergglx: Delete unused glcontextmodes.c functions
2010-07-28 Kristian Høgsbergglx: Stop using glcore.h and glxint.h in glx
2010-07-28 Carl WorthAvoid a compiler warning about a potentially unused...
2010-07-28 Carl WorthAvoid compiler warning for unused glx_dpy variable.
2010-07-28 Jerome Glisser600g: cleanup resource buffer/texture mess
2010-07-28 Jerome Glisser600g: add lrp instruction support
2010-07-28 Jerome Glisser600g: actualy fix the literal emission
2010-07-28 Vinson Leeglapi: Fix VMware spelling.
2010-07-28 Vinson Leegallium/docs: Fix VMware spelling.
2010-07-28 Vinson Leedraw: Fix VMware spelling.
2010-07-28 Dave Airlier600g: fix up segfault with variation between views...
2010-07-28 Corbin Simpsongallium/docs: Fix VMware spelling.
2010-07-28 Dave Airlier600g: use gallium util for float->ui conversion
2010-07-28 Vinson Leescons: Fix sunos5 build.
2010-07-28 Jerome Glisser600g: texture support
2010-07-27 Brian Paulllvmpipe: pass face+slice to llvmpipe_unswizzle_cbuf_tile()
2010-07-27 Vinson Leer600g: Move declaration before code.
2010-07-27 Jakob Bornecrantzswrastg: Add SWRAST_NO_PRESENT option to not send updat...
next