summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: fix comment languageBrian Paul2011-10-251-2/+2
* pp: Fix memory leak on error path.Vinson Lee2011-10-251-1/+2
* r600g: set correct tiling flags in depth infoMarek Olšák2011-10-252-9/+13
* apple: Implement applegl_unbind_contextJeremy Huddleston2011-10-241-0/+18
* util: handle failed mapping in u_upload_alloc()Brian Paul2011-10-241-0/+5
* util: handle failed mapping in u_upload_alloc_buffer()Brian Paul2011-10-241-1/+6
* mesa: Fix memory leak in out-of-memory path.Vinson Lee2011-10-241-0/+1
* glsl: Fix gl_NormalMatrix swizzle setup to match i965's invariants.Eric Anholt2011-10-241-3/+3
* glsl: Add gl_MaxVaryingComponents in GLSL 1.30.Eric Anholt2011-10-241-0/+2
* i965: Apply post-sync non-zero workaround to homebrew workaround.Kenneth Graunke2011-10-241-0/+2
* docs: update relnotes-7.12Marek Olšák2011-10-241-1/+1
* r300g: expose ARB_ES2_compatibility by claiming FIXED format supportMarek Olšák2011-10-242-2/+8
* nv50: fix max texture levelsAdel Gadllah2011-10-241-3/+3
* winsys/radeon: don't use the new GEM_WAIT ioctl for nowMarek Olšák2011-10-241-4/+6
* Only use gcc visibility support with gcc4+.Tom Fogal2011-10-242-2/+2
* winsys/radeon: restore the old r600g winsys memory characteristics.Mathias Fröhlich2011-10-241-0/+5
* util: remove gotos in u_upload_mgr.cBrian Paul2011-10-241-16/+8
* mesa: Avoid ABA problem on buffer object bind.Mathias Fröhlich2011-10-242-1/+13
* swrast: fix comment typo (s/texure/texture/)Brian Paul2011-10-231-1/+1
* mesa: remove dead code from teximage.cBrian Paul2011-10-231-29/+0
* mesa: Fix multithreaded buffer object refcounting.Mathias Fröhlich2011-10-231-72/+151
* r300g: don't call u_trim_pipe_prim in r300_swtcl_draw_vboMarek Olšák2011-10-231-5/+0
* u_blitter: accept overriden width0 and height0Marek Olšák2011-10-232-79/+57
* u_blitter: add a copy_texture function which uses views and not resourcesMarek Olšák2011-10-232-115/+117
* intel: remove duplicated #include of texstore.hBrian Paul2011-10-231-1/+0
* radeon: remove unnecessary #includes of texstore.hBrian Paul2011-10-234-4/+0
* configs: add vmgfx-related dirs to configs/linux-driBrian Paul2011-10-231-3/+3
* swrast: update renderbuffer format assertionBrian Paul2011-10-231-1/+4
* mesa: add swrast_texture_image::BufferBrian Paul2011-10-238-36/+225
* mesa: remove _mesa_alloc_texmemory(), _mesa_free_texmemory()Brian Paul2011-10-237-64/+9
* mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrastBrian Paul2011-10-2327-177/+206
* llvmpipe: point out that there's two stencil writemasksBrian Paul2011-10-231-3/+4
* llvmpipe: compare front_facing to NULL to improve readabilityBrian Paul2011-10-231-2/+2
* gallivm: added lp_build_print_ivec4() functionBrian Paul2011-10-232-0/+24
* mesa: improve the warning message in _mesa_choose_tex_format()Brian Paul2011-10-231-1/+3
* glsl: Add support for constant expression evaluation on round(), roundEven().Eric Anholt2011-10-231-0/+29
* dri-r600: Hook up a drm_descriptor configuration functionMathias Fröhlich2011-10-231-1/+17
* r600g: make r[67]00 not bail out on PRED_SETNE_INT.Mathias Fröhlich2011-10-231-0/+1
* r600g: make if's use PRED_SETNE_INT no matter what.Dave Airlie2011-10-222-1/+2
* r600g: print inst in hex in dumpsDave Airlie2011-10-221-6/+6
* r600g: drop specific i2f it should be a trans only op2.Dave Airlie2011-10-221-27/+1
* vbo: Clean up unused variables in the vbo module.Mathias Froehlich2011-10-223-16/+1
* Convert additional GNUC_MINOR checks to multiplied versionAlan Coopersmith2011-10-211-3/+3
* Fix gcc version checks for _mesa_bitcountAlan Coopersmith2011-10-212-2/+2
* gallium/targets: Add vdpau target for nouveauMaarten Lankhorst2011-10-213-1/+47
* d3d1x: set primitive restart in the correct draw callsChristoph Bumiller2011-10-211-9/+9
* nv50/ir: import SM4 converterChristoph Bumiller2011-10-214-4/+2513
* nouveau,nvc0: fix/improve handling of multiple constant buffersChristoph Bumiller2011-10-218-35/+111
* nvc0: add support for linear and buffer textures and RTsChristoph Bumiller2011-10-218-82/+213
* nvc0: add support for clip distance shader outputsChristoph Bumiller2011-10-216-16/+88