41245 Commits (b7e150605d402224cdd8fa3d186924bdee3c6c49)
 

Author SHA1 Message Date
  Brian Paul 896a08bde6 mesa: replace large/MAX_WIDTH stack allocations with heap allocations 15 years ago
  Alex Deucher fae7cb8ed8 r600g: bump texture/cb limits appropriately for evergreen 15 years ago
  Alex Deucher a3dc947057 r600c: bump texture limits to hw limits 15 years ago
  Zack Rusin e737b9294a gallium/util: add states relevant to geometry shaders 15 years ago
  José Fonseca 64da9a1a04 mesa: Temporary hack to prevent stack overflow on windows 15 years ago
  José Fonseca 63df5a464e wgl: Fix visual's buffer_mask configuration. 15 years ago
  José Fonseca 43121f2086 mapi: Hack to avoid vgCreateFont being generated as vgCreateFontA. 15 years ago
  Eric Anholt 43491adc44 mesa: Add getters for ARB_copy_buffer's attachment points. 15 years ago
  Eric Anholt 7cba339375 mesa: Add getters for the rest of the supported draw buffers. 15 years ago
  Eric Anholt b381eff141 glsl: Fix flipped return of has_value() for array constants. 15 years ago
  José Fonseca e3659329e0 WIN32_THREADS -> WIN32 15 years ago
  Brian Paul af4f75c8fe softpipe: increase max texture size to 16K 15 years ago
  Brian Paul 4b08f35487 mesa: raise max texture sizes to 16K 15 years ago
  Marek Olšák 23390e2f5c r300/compiler: disable the swizzle lowering pass in vertex shaders 15 years ago
  José Fonseca 14e2dc9c66 wgl: Unreference the current framebuffer after the make_current call. 15 years ago
  José Fonseca 63c05c96e7 util: Don't try to use imagehlp on mingw. 15 years ago
  José Fonseca 50a52ba67e util: __builtin_frame_address() doesn't work on mingw. 15 years ago
  José Fonseca 744ef8721b util: Plug leaks in util_destroy_gen_mipmap. 15 years ago
  José Fonseca e5ffa9aa47 wgl: Fix double free. Remove dead code. 15 years ago
  Marek Olšák f3021c688f r300g: fix up cubemap texture offset computation 15 years ago
  José Fonseca 431c478df9 util: C++ safe. 15 years ago
  José Fonseca 27ba2eb33b retrace: Some fixes. 15 years ago
  Chia-I Wu cb2791213a st/vega: polygon_array requires a deep free. 15 years ago
  Chia-I Wu b950d6fa5d st/vega: Destroy the pipe context with vg_context. 15 years ago
  Chad Versace 7528f143df glsl: Fix linker bug in cross_validate_globals() 15 years ago
  Roland Scheidegger 4c70014626 gallium: support for array textures and related changes 15 years ago
  Xiang, Haihao 32e1e59146 i965: add support for polygon mode on Sandybridge. 15 years ago
  Jakob Bornecrantz de3ff5af49 i915g: Make sure that new vbo gets updated 15 years ago
  Jakob Bornecrantz 442e567aa0 i915g: Improve debug printing for textures 15 years ago
  Chris Wilson f6476822a0 i915g: Fix closure of full batch buffers 15 years ago
  Daniel Vetter 600454084b i915g: track TODO items 15 years ago
  Daniel Vetter 0246b2bf27 i915g: assert(depth_surface->offset == 0) 15 years ago
  Daniel Vetter 1a47a25d2c i915g: enable x-tiling for render targets 15 years ago
  Daniel Vetter 8af684e37e i915g: switch rendering to mipmapped textures to (x,y) offsets 15 years ago
  Daniel Vetter 9493fe85d1 i915g: enable X-tiling for textures 15 years ago
  Daniel Vetter 32345610cc i915g: don't pot-align stride for tiled buffers 15 years ago
  Daniel Vetter 6ae6e0c6fe i915g: postpone mipmap/face offset calculation 15 years ago
  Daniel Vetter f34fd58ec9 i915g: implement unfenced relocs for textures using tiling bits 15 years ago
  Daniel Vetter a95e694eaf i915g: implement unfenced color&depth buffer using tiling bits 15 years ago
  Daniel Vetter 2ff0879a63 i915g: return tiling in iws->buffer_from_handle 15 years ago
  Daniel Vetter 135b083461 i915g: prepare winsys/batchbuffer for execbuf2 15 years ago
  Daniel Vetter 1c60840338 i915g: switch to tiled allocations, kill set_fence 15 years ago
  Daniel Vetter 4a666488c4 i915g: add winsys function to create tiled buffers 15 years ago
  Daniel Vetter c62f5c7e7b i915g: drop alignment parameter from iws->buffer_create 15 years ago
  Eric Anholt b4f585665c glsl: Mark the array access for whole-array comparisons. 15 years ago
  Eric Anholt f361f8a8a9 i965: Add support for loops in the VS. 15 years ago
  Eric Anholt 251d15d888 i965: Enable IF statements in the VS. 15 years ago
  Eric Anholt 843a6a308e i965: Add support for gen6 CONTINUE instruction emit. 15 years ago
  Eric Anholt 00e5a743e2 i965: Add support for gen6 BREAK ISA emit. 15 years ago
  Eric Anholt 4890e0f09c i965: Add support for gen6 DO/WHILE ISA emit. 15 years ago