summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * glut: Prevent potential double free in menuVisualSetup.Vinson Lee2009-12-121-0/+5
| | * t_dd_dmatmp.h: Silence unused value warning in render_poly_elts.Vinson Lee2009-12-121-0/+1
| | * glsl: Initialize member label of struct slang_operation to NULL.Vinson Lee2009-12-121-0/+1
| | * softpipe: Initialize source in blend_quad.Vinson Lee2009-12-121-1/+2
| | * t_dd_dmatmp2.h: Silence unused value warnings.Vinson Lee2009-12-121-0/+11
| | * i915g: Silence unused value warning in intel_drm_get_device_id.Vinson Lee2009-12-121-0/+1
| | * t_dd_dmatmp.h: Silence unused value warnings in render_line_loop_elts.Vinson Lee2009-12-121-0/+2
| | * t_dd_dmatmp.h: Silence unused value warning in render_tri_fan_elts.Vinson Lee2009-12-121-0/+1
| | * t_dd_dmatmp.h: Silence unused value warning in render_poly_verts.Vinson Lee2009-12-121-0/+1
| | * swrast: Initialize tex_coords in handle_sample_op.Vinson Lee2009-12-121-1/+1
| | * t_dd_dmatmp.h: Silence unused value warning in render_quads_verts.Vinson Lee2009-12-121-0/+1
| | * t_dd_dmatmp.h: Silence unused value warning in render_tri_fan_verts.Vinson Lee2009-12-121-0/+1
| | * t_dd_dmatmp.h: Silence unused value warning in render_line_loop_verts.Vinson Lee2009-12-121-0/+1
| | * t_dd_dmatmp.h: Silence unused value warning in render_line_loop_verts.Vinson Lee2009-12-121-0/+1
| * | i965: Use current draw buffer instead of drawable visual to get alpha bitsIan Romanick2009-12-142-3/+3
| * | vmwgfx: Update vmwgfx_drm.h to the on upstreamJakob Bornecrantz2009-12-142-27/+30
| * | vmware/xorg: Use new stream ioctlJakob Bornecrantz2009-12-144-10/+107
| * | mesa/meta: move BindTexture() call in _mesa_meta_GenerateMipmap()Brian Paul2009-12-141-3/+3
| * | vmware/xorg: Fix failure paths and add some debug printingJakob Bornecrantz2009-12-121-20/+46
| * | vmwgfx/core: Check for 3D via the get param ioctlJakob Bornecrantz2009-12-122-3/+12
| * | radeon: fix #25463Maciej Cencora2009-12-121-1/+4
| * | r300: fix depth texturesMaciej Cencora2009-12-112-3/+17
* | | osmesa: added new GLSL libsBrian Paul2009-12-211-1/+5
* | | util: draw cube mipmaps with TEX CUBEChristoph Bumiller2009-12-211-4/+7
* | | python: fix some pipe_format_simplify merge damageRoland Scheidegger2009-12-211-4/+0
* | | svga: fix typoRoland Scheidegger2009-12-211-1/+1
* | | r600: support more of arb_point_sprite and also sprite_coord_originAndre Maasikas2009-12-211-4/+25
* | | r600: disallow negative offsets for relative addressing for nowAndre Maasikas2009-12-211-1/+9
* | | vega: Add missing actual argument.Michal Krol2009-12-211-1/+1
* | | r600: fix glFrontFace(GL_CW)Dave Airlie2009-12-211-7/+2
* | | r300g: Add a few more params.Corbin Simpson2009-12-201-0/+4
* | | glsl: make stack compile.Dave Airlie2009-12-211-0/+1
* | | radeon/r600: use new libdrm_radeon apiDave Airlie2009-12-2128-546/+644
* | | glsl/apps: Update after glsl cl interface changes.Michal Krol2009-12-201-35/+2
* | | slang: Update after glsl cl interface changes.Michal Krol2009-12-201-77/+0
* | | glsl: Do syntax parsing inline with processing.Michal Krol2009-12-2013-62/+225
* | | slang: Add gitignore for autogenerated files.Michal Krol2009-12-201-0/+1
* | | slang: Update after glsl pp changes.Michal Krol2009-12-201-22/+11
* | | glsl/apps: Update after glsl pp interface changes.Michal Krol2009-12-202-22/+9
* | | glsl/apps: Do not print number of eaten tokens in version.Michal Krol2009-12-201-20/+4
* | | glsl/apps: Print error line number in compile.Michal Krol2009-12-201-23/+13
* | | glsl/pp: Do processing inline with tokenisation.Michal Krol2009-12-2013-269/+524
* | | glsl/pp: Remove outdated TODO.Michal Krol2009-12-201-5/+0
* | | glsl/pp: Report correct error line for purify and tokeniser errors.Michal Krol2009-12-204-2/+21
* | | util: util_format_get_blocksizebits() returns bits per block.Christoph Bumiller2009-12-201-3/+3
* | | nv50: make address reg allocation a little less hackyChristoph Bumiller2009-12-201-24/+28
* | | nv50: use BREAKADDR and BREAK for loopsChristoph Bumiller2009-12-201-47/+75
* | | nv50: handle TGSI_OPCODE_RET,KILPChristoph Bumiller2009-12-201-28/+54
* | | r300g: add texture compare modesMarek Olšák2009-12-196-37/+148
* | | r300: minor blit reworkMaciej Cencora2009-12-193-23/+113