summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: move texrender.c to swrastBrian Paul2011-06-138-44/+35
* vbo: minor simplification in print_draw_arrays() debug functionBrian Paul2011-06-131-4/+4
* mesa: move invariant code out of loop in get_tex_rgba()Brian Paul2011-06-131-14/+14
* r600g: Put shaders into immutable buffers.Mathias Fröhlich2011-06-132-2/+3
* r600g: Allow VRAM for the initial domain for every buffer binding.Mathias Fröhlich2011-06-131-15/+11
* r600g: Set the domains value also for recycled buffer objects.Mathias Fröhlich2011-06-131-12/+14
* r600g: Fix typo.Mathias Fröhlich2011-06-131-1/+1
* r600g: remove useless call to u_upload_flushPierre-Eric Pelloux-Prayer2011-06-131-5/+0
* st/mesa: rebind vertex arrays if _NEW_BUFFER_OBJECT is dirtyMarek Olšák2011-06-131-1/+2
* r600g: fixed bo memory leak issuePierre-Eric Pelloux-Prayer2011-06-131-0/+1
* mapi: declare x86_entry_start/end staticChia-I Wu2011-06-132-5/+6
* mapi: Fix tls with shared/es-glapi on x86-64Benjamin Franzke2011-06-131-1/+3
* wayland-drm: remove depend on "make clean"Chia-I Wu2011-06-131-0/+1
* egl_dri2: try swrastg_dri if swrast_dri failsChia-I Wu2011-06-131-0/+6
* egl_dri2: add dri2_load_driver_swrastChia-I Wu2011-06-133-19/+44
* egl_dri2: Compare configs before matching themBenjamin Franzke2011-06-121-1/+13
* st/eglwayland: Add support for EGL_DEFAULT_DISPLAYBenjamin Franzke2011-06-124-0/+15
* egl_dri2/wayland: Add support for EGL_DEFAULT_DISPLAYBenjamin Franzke2011-06-122-3/+23
* apple: Request OpenGL 3.2 from OpenGL.framework if availableJeremy Huddleston2011-06-111-0/+15
* apple: Store the CGL API version number for future referenceJeremy Huddleston2011-06-112-5/+5
* apple: Use a struct glx_config * rather than a void * in apple_visual_create_...Jeremy Huddleston2011-06-112-19/+17
* apple: Use _glapi_create_table_from_handle to initialize our dispatch tableJeremy Huddleston2011-06-111-1117/+1
* glapi: Add API that can create a _glapi_table from a dlfcn handleJeremy Huddleston2011-06-115-2/+7947
* r300g: max_anisotropy of 1 is not anisotropic filteringMarek Olšák2011-06-111-1/+1
* i915g: implement fence signallingDaniel Vetter2011-06-111-2/+6
* i965: Add support for GL_FIXED vertex attributes.Eric Anholt2011-06-104-1/+41
* glsl: Fix incorrect optimization of instructions before discard statements.Eric Anholt2011-06-101-3/+17
* Fix format not a string literal error with -Werror=format-securityEugeni Dodonov2011-06-101-1/+1
* i965/brw: Fix emit_depthbuffer() when packed depth/stencil texture is attachedChad Versace2011-06-101-11/+5
* r600g: VGT_PRIMITIVE_TYPE is specialAlex Deucher2011-06-092-3/+3
* r600g: Handle CONFIG regs properlyAlex Deucher2011-06-092-32/+31
* i965/gen6: Add support for gl_PointCoord.Eric Anholt2011-06-091-0/+3
* i965/gen6: Fix point sprite texture coordinate overrides.Eric Anholt2011-06-091-7/+7
* i965/gen6: Refactor SF setup a bit to handle overrides in one place.Eric Anholt2011-06-091-19/+24
* r300g: fix texturing with non-3D textures and wrap R mode set to sample borderMarek Olšák2011-06-091-0/+6
* r300g: don't enable aniso with nearest filteringMarek Olšák2011-06-091-41/+39
* r600g: adjust vs/ps gprs on r600/r700 cards when needed.Dave Airlie2011-06-095-19/+77
* r600g: remove unused variableMarek Olšák2011-06-091-1/+0
* r300g: fix draw_vbo splitting on r3xx-r4xxMarek Olšák2011-06-091-5/+10
* r300g: make translate_primitive table-drivenMarek Olšák2011-06-091-24/+20
* util: fix strict aliasing issues in u_format_r11g11b10f.hRoland Scheidegger2011-06-091-8/+16
* mesa: get rid of homegrown logbase2 implementation in driversRoland Scheidegger2011-06-092-28/+2
* mesa: fix gcc version check for _mesa_bitcountRoland Scheidegger2011-06-091-3/+3
* mesa: use __builtin_clz for logbase2 when availableRoland Scheidegger2011-06-092-20/+24
* util: add gcc version check for builtinsRoland Scheidegger2011-06-091-3/+3
* util: better logbase2/next_power_of_two implementationsBenjamin Bellec2011-06-091-8/+24
* glx/xlib: Handle glXCreateContextAttribsARB in glXGetProcAddress.José Fonseca2011-06-081-0/+3
* i965/gen7: Call gen7_create_constant_surface instead of brw_[...].Kenneth Graunke2011-06-083-3/+15
* i965/gen7: Enable SIMD16 fragment shader dispatch.Kenneth Graunke2011-06-081-2/+6
* i965/gen7: Don't emit 3DSTATE_GS_SVB_INDEX on Ivybridge.Kenneth Graunke2011-06-081-7/+9