summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* i965/msaa: Add CMS MSAA settings to brw_structs.h.Paul Berry2012-07-111-2/+20
* i965/msaa: Allocate MCS buffer when CMS MSAA is in use.Paul Berry2012-07-113-0/+69
* i965/msaa: Add an enum to describe MSAA layout.Paul Berry2012-07-1110-130/+229
* i965/msaa: Move {rt,tex}_interleaved into blorp program key.Paul Berry2012-07-112-16/+30
* mapi: Move GL_NV_draw_buffers extension to es_EXT.xmlKristian Høgsberg2012-07-112-63/+63
* egl: Add EGL_WAYLAND_PLANE_WL attributeKristian Høgsberg2012-07-116-16/+166
* wayland-drm: Add protocol to create planar buffersKristian Høgsberg2012-07-115-22/+92
* wayland-drm: Pass struct wl_drm_buffer to the driverKristian Høgsberg2012-07-115-52/+49
* intel: Implement __DRIimage::createSubImage and bump supported version to 5Kristian Høgsberg2012-07-113-3/+50
* intel: Add offset field to miptreeKristian Høgsberg2012-07-116-8/+18
* intel: Add support for new __DRIimage formatsKristian Høgsberg2012-07-111-0/+15
* r600g/compute: Disable growing the memory poolTom Stellard2012-07-114-23/+38
* radeon/llvm: Use multiclasses for floating point loadsTom Stellard2012-07-117-50/+46
* radeon/llvm: Don't set the IMM bit in SMRD instruction definitions.Tom Stellard2012-07-111-7/+2
* r600g/compute: Add more debugging outputTom Stellard2012-07-112-1/+42
* i965: Revert the VBOs-in-system-memory hack.Eric Anholt2012-07-111-8/+5
* glx/dri2: Add support for GLX_ARB_create_context_robustnessIan Romanick2012-07-116-6/+49
* dri2: Hard-code the DRI2 versionIan Romanick2012-07-111-1/+1
* glapi: Apply Xorg indent rules to all files generated for the xserverIan Romanick2012-07-111-15/+39
* mesa: Remove unneeded extern qualifiersChad Versace2012-07-101-2/+2
* r600g: improve flushed depth texture handling v2Vadim Girlin2012-07-116-61/+83
* i965: Add hardware context support.Kenneth Graunke2012-07-104-6/+21
* mesa/test: Update name of GL_TIME_ELAPSEDIan Romanick2012-07-101-1/+1
* gallium/docs: document interface changes for timestamp queryMarek Olšák2012-07-101-0/+10
* identity: implement get_timestampMarek Olšák2012-07-101-0/+10
* noop: implement get_timestampMarek Olšák2012-07-101-0/+6
* trace: implement get_timestampMarek Olšák2012-07-101-0/+19
* galahad: implement get_timestampMarek Olšák2012-07-101-0/+10
* softpipe: implement get_timestamp and expose ARB_timer_queryMarek Olšák2012-07-101-1/+10
* st/mesa: implement ARB_timer_queryMarek Olšák2012-07-102-0/+19
* gallium: add QUERY_TIMESTAMP cap and get_timestamp screen functionMarek Olšák2012-07-1011-1/+18
* mesa: implement glGet(GL_TIMESTAMP) v2Marek Olšák2012-07-102-1/+20
* mesa: add ARB_timer_query to the extension listMarek Olšák2012-07-101-0/+1
* mesa: add QueryCounter display list supportMarek Olšák2012-07-101-0/+24
* mesa: implement TIMESTAMP query and glQueryCounterMarek Olšák2012-07-101-6/+72
* glapi: add ARB_timer_queryMarek Olšák2012-07-101-1/+21
* glsl: Add parsing for GLSL uniform blocks.Eric Anholt2012-07-094-2/+164
* glsl: Don't hide the type of struct_declaration_list.Eric Anholt2012-07-093-5/+9
* glcpp: Add built-in #define for GL_ARB_uniform_buffer_object.Kenneth Graunke2012-07-091-0/+3
* glsl: Parser handles "#extension GL_ARB_uniform_buffer_object"Vincent Lejeune2012-07-092-0/+3
* glsl: Reduce a bit of extra code in the merging of layout qualifiers.Eric Anholt2012-07-091-7/+2
* glsl: Take advantage of the layout qualifier flags union to clean up parsing.Eric Anholt2012-07-091-21/+7
* r600g: Don't create a texture for the memory_pool during screen initTom Stellard2012-07-092-8/+24
* radeon/llvm: Rename namespace from AMDIL to AMDGPUTom Stellard2012-07-0925-360/+361
* r600g: Update number of gprs when adding a vertex instructionTom Stellard2012-07-091-0/+4
* r600g/compute: Use evergreen_cb() for binding RATsTom Stellard2012-07-095-70/+48
* r600g: Add support for RATs in evergreen_cb()Tom Stellard2012-07-091-3/+11
* r600g: Use a texture as the underlying resource for compute_memory_poolTom Stellard2012-07-092-18/+37
* r600g: Add is_rat flag to r600_resource_textureTom Stellard2012-07-091-0/+1
* r600g: Add r600_context_pipe_state_emit()Tom Stellard2012-07-092-6/+71