- 7fad277 Revert "cell: update linux-cell config" by Jakob Bornecrantz · 16 years ago
- b96d50d Revert "mesa: added new linux-gallium and linux-gallium-debug configs" by Jakob Bornecrantz · 16 years ago
- eaf15db gallium: Fixups for driCreateConfigs MSAA support. by Michel Dänzer · 16 years ago
- 7e0bc2e mesa: add x86/rtasm/x86sse.c to fix linux-x86 build by Brian Paul · 16 years ago
- e135936 re-add MSAA support by Brian Paul · 16 years ago
- 22c6c1e cell: update linux-cell config by Brian Paul · 16 years ago
- 2438161 mesa: build/use libmesagallium.a for gallium builds by Brian Paul · 16 years ago
- abbe96c mesa: added new linux-gallium and linux-gallium-debug configs by Brian Paul · 16 years ago
- 3c15e02 softpipe: add null ptr check in softpipe_map_constant_buffers() by Brian Paul · 16 years ago
- 87e44d9 mesa: prefix #includes with main/ by Brian Paul · 16 years ago
- 71e64fc swrast: fix typo: s/drapix/drawpix/ by Brian Paul · 16 years ago
- 4fece21 mesa: remove old 'sources' file in favor of 'sources.mak' by Brian Paul · 16 years ago
- e97681c mesa: merge gallium-0.2 into gallium-master-merge by Brian Paul · 16 years ago
- 1a46c8a mesa: autoconf fixes for OS X by Siddhartha Chaudhuri · 16 years ago
- 4900269 mesa: rework _mesa_reference_framebuffer() to look like _mesa_reference_renderbuffer() by Brian Paul · 16 years ago
- b907d4c nouveau: include and calc offset before changing dimensions for next level by Patrice Mandin · 16 years ago
- ea7ca76 nouveau: upload and swizzle each mipmap level in turn by Patrice Mandin · 16 years ago
- 5425c4a r300: Accidentally removed a pipe_buffer_reference that should be there. by Corbin Simpson · 16 years ago
- 360e700 r300: Add SW TCL paths for clear. by Corbin Simpson · 16 years ago
- ea3398c r300: Update to match pipe_surface changes. by Corbin Simpson · 16 years ago
- 19a1bc8 cell: remove unused var by Brian Paul · 16 years ago
- 91948cd cell: compile fix: many updates to cell texture code for new surface mapping by Brian Paul · 16 years ago
- 2473ded softpipe: simplify an assertion by Brian Paul · 16 years ago
- b59117a cell: compile fix: no-op xlib_create_brw_screen() for Cell build by Brian Paul · 16 years ago
- 96d230e cell: compile fix: alpha.ref is now alpha.ref_value by Brian Paul · 16 years ago
- 830e320 cell: compile fix: pipe_constant_buffer no longer has size field by Brian Paul · 16 years ago
- c2a8d73 cell: compile fix: pipe_constant_buffer no longer has size field by Brian Paul · 16 years ago
- 5199774 mesa: minor fixes to incomplete texture debug code by Brian Paul · 16 years ago
- 266fe93 mesa: debug code for printing info about textures, writing teximages to disk by Brian Paul · 16 years ago
- 671fed4 mesa: code refactoring: move texcombine code into update_tex_combine() by Brian Paul · 16 years ago
- 2a50dde mesa: minor clean-ups, remove unneeded conditional by Brian Paul · 16 years ago
- b466116 mesa: fix logic error in computing enableBits in update_texture_state() by Brian Paul · 16 years ago
- 32cd1a0 nouveau: Need to surface_copy() without a pipe context. by Younes Manton · 16 years ago
- 2d63554 Merge branch 'gallium-0.2' of git://anongit.freedesktop.org/mesa/mesa into gallium-0.2 by Corbin Simpson · 16 years ago
- 5538323 Readd trace to list of default pipe drivers. by Corbin Simpson · 16 years ago
- 4683fc9 Merge branch 'gallium-0.2-radeon' into gallium-0.2 by Corbin Simpson · 16 years ago
- 8002642 Rename winsys amd to radeon. by Corbin Simpson · 16 years ago
- 0bf152e Remove r300 from default build. by Corbin Simpson · 16 years ago
- 776d866 g3dvl: Catch up to gallium changes, fix build. by Younes Manton · 16 years ago
- bb34072 nouveau: Pass proper format to NV04_GDI_RECTANGLE_TEXT. by Younes Manton · 16 years ago
- 5c8c728 nouveau: Frontbuffer pitch needs to be set. by Younes Manton · 16 years ago
- f6d2394 mesa: fix tnl->render_inputs_bitset setup for fragment program texcoords by Brian Paul · 16 years ago
- 1df6265 swrast: return (0,0,0,1) when sampling incomplete textures, not (0,0,0,0) by Brian Paul · 16 years ago
- e01a03d glsl: new MESA_GLSL env var for GLSL debugging features by Brian Paul · 16 years ago
- 6ce0c6e mesa: tweak output of _mesa_write_shader_to_file() by Brian Paul · 16 years ago
- aafcc26 Revert "mesa: meaningless whitespace change to see if git's working (ignore)" by Brian Paul · 16 years ago
- b2e7799 mesa: meaningless whitespace change to see if git's working (ignore) by Brian Paul · 16 years ago
- da795ff radeon: remove include that breaks build in !OLD_PACKET path by Dave Airlie · 16 years ago
- 2e70971 r300: Clean up CS counting. by Corbin Simpson · 16 years ago
- 402d45d r300: working trivial/clear for r5xx by Joakim Sindholt · 16 years ago
- be53dfa r300: Add framebuffer setup stub. by Corbin Simpson · 16 years ago
- e637285 nv20: copy miptree flags from nv40 by Pekka Paalanen · 16 years ago
- a785a4a nv04-nv40: fix nv##_surface_copy() for flipped by Pekka Paalanen · 16 years ago
- 8569860 nv04: fix pasto in nv04_surface_2d_init() by Pekka Paalanen · 16 years ago
- 96fb896 indices: quad fixes by Keith Whitwell · 16 years ago
- 3120894 gallium: add new aux lib for index list translations by Keith Whitwell · 16 years ago
- 6e5d311 mesa: remove oddball linux-directfb-install makefile rule by Brian Paul · 16 years ago
- 681a13e mesa: minor Makefile improvement for versioning by Brian Paul · 16 years ago
- 099e9d2 gallium: fixup #includes: p_screen.h does not need anything in p_state.h by Brian Paul · 16 years ago
- 0703b2e gallium: move 'struct pipe_winsys' by Brian Paul · 16 years ago
- 75f0b38 nv50: stop using nouveau_push.h, it's evil by Ben Skeggs · 16 years ago
- ff8dff0 nv04-nv40: move 2d blit/fill code into pipe driver by Ben Skeggs · 16 years ago
- 1339373 nv50: move 2d blit/fill code into pipe driver by Ben Skeggs · 16 years ago
- ae8a754 nouveau: support getting "native" bo from winsys by Ben Skeggs · 16 years ago
- 285b500 glsl: use _slang_var_swizzle() in a few places to simplify the code. by Brian Paul · 16 years ago
- d96d8b2 glsl: remove unused prototype by Brian Paul · 16 years ago
- 0744805 glsl: replace assertion with conditional in _slang_pop_var_table() by Brian Paul · 16 years ago
- fb8b794 r300: Add shader state stubs. by Corbin Simpson · 16 years ago
- 1ca05a0 mesa: more info in error messages by Brian Paul · 16 years ago
- 8962bac swrast: add minor comments by Brian Paul · 16 years ago
- 79e3441 Revert "docs: document new MESA_GLX_FORCE_DIRECT env var for the Xlib driver" by Brian Paul · 16 years ago
- c35a5ae mesa: make Xlib glXIsDirect() always return True by Brian Paul · 16 years ago
- c06c74c demos: remove unused function by Brian Paul · 16 years ago
- 906c60d demos: silence uninitialized var warning by Brian Paul · 16 years ago
- 803504e mesa: minor error msg improvement by Brian Paul · 16 years ago
- e92d97d intel: Decode MI operands using specific length masks by Chris Wilson · 16 years ago
- 05d130a intel: Correct decoding of 3DSTATE_PIXEL_SHADER_CONSTANTS by Chris Wilson · 16 years ago
- b2e0991 intel: Fix fbo_firecube regression with FBconfigs change. by Eric Anholt · 16 years ago
- c20df0a r300: make the macros safe. add missing parenthesis. by Maciej Cencora · 16 years ago
- 5ee71ba r300: Fix EXP2 fog by Maciej Cencora · 16 years ago
- ee97bcc nouveau: notifier timeout is a float now by Ben Skeggs · 16 years ago
- 79bf0bd nouveau: get things building/running again after pipe_surface.buffer removal by Ben Skeggs · 16 years ago
- c10fb95 nouveau: link against libdrm_nouveau (installed with libdrm) by Ben Skeggs · 16 years ago
- 9f10b16 r300: A bit more cleanup and state handling. by Corbin Simpson · 16 years ago
- f097465 r300: Moar swtcl emit. Still sucks, but getting there. by Corbin Simpson · 16 years ago
- 8910da5 intel: Fix commented-out glViewport in intel_meta_set_passthrough_transform. by Eric Anholt · 16 years ago
- 529d1d7 swrast: Add support for x8r8g8b8 fbconfig. by Eric Anholt · 16 years ago
- 2f51be7 docs: document new MESA_GLX_FORCE_DIRECT env var for the Xlib driver by Brian Paul · 16 years ago
- 49e80bf xlib: use MESA_GLX_FORCE_DIRECT to make glXIsDirect() always return True by Brian Paul · 16 years ago
- b5d549e mesa: simplify delete_wrapper() by Brian Paul · 16 years ago
- dd22f6f demos: modify bufferobj.c to exercise interleaved vertex arrays by Brian Paul · 16 years ago
- a479655 mesa: fix offset problem with interleaved arrays by Alan Hourihane · 16 years ago
- e0c3b49 gallium: adjust gdi for the latest changes by Zack Rusin · 16 years ago
- 5069bfe gallium: remove pipe_buffer from surfaces by Zack Rusin · 16 years ago
- e5018a5 r300: Add stubs for swtcl immediate emit. by Corbin Simpson · 16 years ago
- e1b04da r300: fix compiler/linker errors by Joakim Sindholt · 16 years ago
- 3aabfa4 r300: Clear up XXX in r300_state. by Corbin Simpson · 16 years ago
- fa3c591 r300: Take care of some XXXes. by Corbin Simpson · 16 years ago
- 8e8b25c demos: update multitex.c GLSL demo to use vertex arrays or glVertex-mode by Brian Paul · 16 years ago
- 4c5f390 util: added more functions to extfuncs.h by Brian Paul · 16 years ago