mesa.git
2010-08-26 José Fonsecagraw: Remove graw-null.
2010-08-26 José Fonsecagraw: Dynamically load graw libraries.
2010-08-26 José Fonsecascons: Fix old script compatability logic.
2010-08-26 Vinson Leeutil: Include missing headers in u_tile.h.
2010-08-26 Vinson Leeutil: Clean up header file inclusion in u_upload_mgr.h.
2010-08-26 Marek Olšákr300g: fix constant buffer upload once again for r3xx...
2010-08-26 Vinson Leer600: Remove unnecessary headers.
2010-08-26 Vinson Leer300: Remove unnecessary header.
2010-08-25 Eric AnholtRevert "mesa: Don't add 1 to GL_ACTIVE_UNIFORM_MAX_LENGTH."
2010-08-25 Aras Pranckeviciusglsl: fix crash with variable indexing into array in...
2010-08-25 Eric Anholti965: Fix detection of implicit MOVs to message regs...
2010-08-25 Marcin Slusarznouveau: handle early initialization errors
2010-08-25 Jerome Glisser600g: simplify states
2010-08-25 Eric Anholtmesa: Remove now-unused _mesa_add_sampler().
2010-08-25 Eric Anholtir_to_mesa: Add support for samplers in structures.
2010-08-25 Eric Anholtmesa: Remove now-unused _mesa_add_uniform.
2010-08-25 Eric Anholtir_to_mesa: Convert this code to using linker.cpp's...
2010-08-25 Eric Anholtglsl: Make uniform linking generate separate uniforms...
2010-08-25 Eric Anholtmesa: Remove the "Used" flag in gl_program_parameter.
2010-08-25 Marek Olšákr300/compiler: emulate relative addressing with negativ...
2010-08-25 Vinson Leenvfx: Set pointer to NULL after free.
2010-08-25 Marek Olšákr300g: fix potentially uninitialized variables in creat...
2010-08-25 Vinson Leest/mesa: Remove unnecessary header.
2010-08-25 Keith Whitwellllvmpipe: fix bad patch application
2010-08-25 Vinson Leellvmpipe: Remove unnecessary header.
2010-08-25 Aras Pranckeviciusglsl/mesa: fixes for MSVC
2010-08-25 Kristian Høgsbergintel: Support EGL_MESA_image_drm
2010-08-25 Kristian Høgsbergintel: Take an intel_screen pointer in intel_alloc_regi...
2010-08-25 Kristian Høgsbergegl_dri2: Add support for MESA_image_drm
2010-08-25 Kristian Høgsbergegl: Add EGL_MESA_drm_image extension
2010-08-25 Keith Whitwellllvmpipe: track drawing region as a single u_rect
2010-08-25 Keith Whitwellllvmpipe: better triangle debugging
2010-08-25 Keith Whitwellllvmpipe: cull zero-area triangles early
2010-08-25 Keith Whitwellllvmpipe: more rasterization counters
2010-08-25 Keith Whitwellllvmpipe: move some fence functions into lp_screen.c
2010-08-25 Keith Whitwellllvmpipe: wake all threads waiting on a fence
2010-08-25 Keith Whitwellllvmpipe: fence debugging, add llvmpipe_finish
2010-08-25 Keith Whitwelltgsi: helper for dumping tokens as hex
2010-08-25 Keith Whitwelldraw: specialized cliptesting routines
2010-08-25 Keith Whitwellutil: add rectangle helpers to u_rect.h
2010-08-25 Keith Whitwellgallium/docs: notes on scissor state
2010-08-25 Keith Whitwellllvmpipe: remove dead code
2010-08-25 Chia-I Wudraw: Remove UNDEFINED_VERTEX_ID checks in emit pathes.
2010-08-25 Chia-I Wugallium: Use draw_set_index_buffer and others.
2010-08-25 Chia-I Wusvga: Remove redundant svga_draw_range_elements.
2010-08-25 Chia-I Wudraw: Add draw_set_index_buffer and others.
2010-08-25 Vinson Leenvfx: Clean up header file inclusion in nvfx_screen.h.
2010-08-25 Vinson Leenvfx: Include missing headers in nvfx_shader.h.
2010-08-25 Vinson Leei965: Remove unnecessary header.
2010-08-25 Vinson Leer600: Include missing header in evergreen_fragprog.c.
2010-08-25 Vinson Leer600: Include missing header in evergreen_vertprog.c.
2010-08-25 Vinson Leegallivm: Include missing header in lp_bld_sample.h.
2010-08-25 Vinson Leegallivm: Include missing header in lp_bld_pack.h.
2010-08-25 Vinson Leer300/compiler: Silence uninitialized variable warning.
2010-08-25 Vinson Leer300g: Add missing comma in SConscript.
2010-08-25 Marek Olšákr300g: fix gl_PointCoord
2010-08-25 Vinson Leer600: Include missing header in evergreen_render.c.
2010-08-25 Vinson Leer600: Remove unused variable.
2010-08-25 Vinson Leei965: Fix printf format warnings on 32-bit builds.
2010-08-25 Vinson Leer600: Remove unused variable.
2010-08-25 Vinson Leer600: Remove spaces between backslash and newline.
2010-08-25 Marek Olšákr300g: eliminate unused constants in FS
2010-08-25 Marek Olšákr300g: eliminate unused constants in VS
2010-08-25 Marek Olšákr300g: clean up some mess in set_constant_buffer
2010-08-25 Marek Olšákr300g: fix indentation
2010-08-25 Marek Olšákr300/compiler: implement elimination of unused constants
2010-08-25 Marek Olšákr300/compiler: terminate vertex shader compilation...
2010-08-25 Marek Olšákr300/compiler: fail to compile if we hit hw limits...
2010-08-25 Marek Olšákr300/compiler: handle indexable temporaries correctly...
2010-08-25 Marek Olšákr300/compiler: disable register allocation for indexabl...
2010-08-25 Marek Olšákr300g: reset the index bias to 0 at the end of CS
2010-08-25 Marek Olšákir_to_mesa: set IndirectRegisterFiles
2010-08-25 Vinson Leenvfx: Initialize variables on error path.
2010-08-24 Eric Anholtglsl: Set up uniform initializers by walking the shader...
2010-08-24 Eric Anholtglsl: Don't dead-code eliminate a uniform initializer.
2010-08-24 Dave Airlier300g: rename radeong_dri.so to r300_dri.so
2010-08-24 Brian Paulmake: Use C++ compiler to link stdc++ library.
2010-08-24 Vinson Leeconfigs: Remove -lstdc++ from default.
2010-08-24 Henri Verbeetr600g: Add support for PIPE_FORMAT_R32_FLOAT.
2010-08-24 Ian Romanickprog_execute: Implement OPCODE_TXL
2010-08-24 Brian Paulglsl2: rename local variable_entry class
2010-08-24 Brian Paulglsl2: move constructor into .cpp file to work around...
2010-08-24 Brian Pauldocs: updated info about GLSL compiler
2010-08-24 Brian Pauldocs: list the new GLSL compiler
2010-08-24 Brian Paulmesa: added isblank() for MSVC
2010-08-24 Brian Paulmesa: remove non-existant files from tarball list
2010-08-24 Vinson Leeglsl: Add assert to check variable_entry referenced_cou...
2010-08-24 Vinson Leenvfx: Remove unnecessary headers.
2010-08-24 Dave Airlieglsl: make 'make clean' work properly.
2010-08-24 Vinson Leeglsl: Silence unused variable warning.
2010-08-24 Vinson Leer300g: Remove unused variable.
2010-08-24 Chia-I Wust/egl: Fix r300/r600 support in KMS backend.
2010-08-24 Chia-I Wutargets/egl: Check against drm_driver_descriptor::name.
2010-08-24 Benjamin Franzketargets/egl: add pipe_r600
2010-08-24 Benjamin Franzketargets/egl: rename pipe_radeon to pipe_r300
2010-08-24 Chia-I Wumesa: Remove extraneous semicolon.
2010-08-24 Chia-I Wust/dri: Remove unnecessary main/mtype.h.
2010-08-24 Chia-I Wust/wgl: Include main/core.h.
2010-08-24 Chia-I Wust/glx: Include main/core.h.
2010-08-24 Chia-I Wuglsl: Include main/core.h.
next