summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-01-25rbug: Fix surface reference leakJakob Bornecrantz
2011-01-25glsl: Fix mingw crosscompileJakob Bornecrantz
2011-01-25r600g: FLT_TO_INT* are vector instructions on Evergreen.Henri Verbeet
2011-01-24graw: add a test showing the new sampling scheme in actionZack Rusin
2011-01-24gallium: implement modern sampling schemeZack Rusin
2011-01-24st/mesa: Enable EXT_texture_format_BGRA8888 for gles1/2Benjamin Franzke
2011-01-24st/mesa: support internalFormat=GL_BGRA in TexImage2DBenjamin Franzke
2011-01-24mesa/es: require internalFormat==format in TexImage2DBenjamin Franzke
2011-01-24mesa: allow internalFormat=GL_BGRA_EXT in TexImage2DBenjamin Franzke
2011-01-24mesa: s/movzxw/movzwl/ in read_rgba_span_x86.SDimitry Andric
2011-01-24mesa: s/movzx/movzbl/Dimitry Andric
2011-01-24glsl: Remove long unused 'configure.ac' file.Kenneth Graunke
2011-01-24draw: Do not use LLVM's opaque types.José Fonseca
2011-01-24add machine generated files to .gitignoreTim Wiederhake
2011-01-24secure malloc in translate_cache_createTim Wiederhake
2011-01-24osmesa: mklib requires arguments before objectsChristopher James Halse Rogers
2011-01-24st/xorg: Fix build failure against xserver with XF86_CRTC_VERSION < 3.Michel Dänzer
2011-01-24r300g: remove unused functionMarek Olšák
2011-01-24r300g: remove any traces of depth_clampMarek Olšák
2011-01-24r300g: handle PIPE_CAP_INSTANCED_DRAWING in get_paramMarek Olšák
2011-01-24r600c: only colors can be flat shadedAndre Maasikas
2011-01-24util: Add function logger helpersJakob Bornecrantz
2011-01-24Revert "r300g/swtcl: re-enable LLVM"Jakob Bornecrantz
2011-01-24draw: Init llvm if not providedJakob Bornecrantz
2011-01-24i915g: Remove draw_flushes and state that we don't need to trackJakob Bornecrantz
2011-01-24i915g: Improve constant handlingJakob Bornecrantz
2011-01-23r300g: Increase fragment shader limits for r400 cardsTom Stellard
2011-01-23gldirect: remove _NEW_ACCUMBrian Paul
2011-01-23i965: remove _NEW_ACCUMBrian Paul
2011-01-23nvc0: implement point coord replacementChristoph Bumiller
2011-01-23mesa: add ARB_framebuffer_sRGB as alias of the EXT variantMarek Olšák
2011-01-23mesa: return GL_LINEAR for ..COLOR_ENCODING if framebuffer_sRGB is unsupportedMarek Olšák
2011-01-23vega: sort filenames in Makefile, SConscriptBrian Paul
2011-01-23mesa: get rid of _NEW_ACCUM, clean-up _NEW_* #definesBrian Paul
2011-01-23mesa: smarter glTexParameter state invalidationBrian Paul
2011-01-23r300g: support sRGB colorbuffersMarek Olšák
2011-01-23r300/compiler: remove any code related to relative addressing of temporariesMarek Olšák
2011-01-23nvc0: fix emit_cvt for ceil, floor and truncChristoph Bumiller
2011-01-23nvc0: remove bad assert and emit TEMP movs insteadChristoph Bumiller
2011-01-23nvc0: fix address and value slot assignment in load combiningChristoph Bumiller
2011-01-23nvc0: don't omit highest bit of branch targetChristoph Bumiller
2011-01-23nvc0: recognize r63 as zero in constant foldingChristoph Bumiller
2011-01-23nvc0: add MARK_RING where missing to avoid too many relocs errorsChristoph Bumiller
2011-01-23nvc0: don't apply base vertex to per-instance arraysChristoph Bumiller
2011-01-23nvc0: commute sources of SET too if beneficialChristoph Bumiller
2011-01-23nvc0: accept neg abs modifiers on lg2Christoph Bumiller
2011-01-22glsl: Don't assert when the value returned by a function has no rvalueIan Romanick
2011-01-22st/mesa: ensure that all pixel paths operation on linear RGB data, not sRGBBrian Paul
2011-01-22softpipe: pass surface format to get/put_tile functionsBrian Paul
2011-01-22gallium/util: added pipe_put_tile_rgba_format()Brian Paul