aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* r600g: Add pkt_flag parameter to r600_context_block_emit_dirty()Tom Stellard2012-07-093-3/+15
* r600g/compute: Move LOOP_CONST initialization to start_compute_cs atomTom Stellard2012-07-091-14/+16
* r600g: Add start_compute_cs atom to struct r600_contextTom Stellard2012-07-094-94/+96
* r600g: Add pkt_flag member to struct r600_command_bufferTom Stellard2012-07-091-3/+16
* r600g: Only emit start_cs_cmd atom once for compute command streamsTom Stellard2012-07-091-2/+0
* r600g: fix stencil texturing with Z32_FLOAT_S8X24_UINTMarek Olšák2012-07-091-0/+2
* r600g: add assertions after translate_colorswap/colorformat/dbformat/texformatMarek Olšák2012-07-092-3/+17
* r600g: inline r600_hw_copy_regionMarek Olšák2012-07-091-21/+5
* r600g: enable dual src blending on r7xxMarek Olšák2012-07-091-1/+1
* r600g: use depth format from pipe_surface, not pipe_resourceMarek Olšák2012-07-092-4/+4
* r600g: use u_box_origin_2d helper functionMarek Olšák2012-07-091-10/+3
* gallium/u_blitter: consolidate some state changesMarek Olšák2012-07-091-32/+17
* r600g: remove stray semicolonMarek Olšák2012-07-071-1/+1
* i965/fs: Invalidate live intervals after copy propagation.Eric Anholt2012-07-061-0/+3
* i965/fs: Invalidate live intervals in passes that remove an instruction.Eric Anholt2012-07-061-0/+6
* i965/vs: Move the other two src_reg/dst_reg constructors to brw_vec4.cpp.Eric Anholt2012-07-062-43/+43
* i965/vs: Move class functions to brw_vec4.cpp.Eric Anholt2012-07-062-106/+126
* i965/fs: Move class functions from the header to .cpp files.Eric Anholt2012-07-063-278/+326
* galahad: Check that texture format is supported.José Fonseca2012-07-061-0/+7
* galahad: More detailed resource checks.José Fonseca2012-07-062-19/+64
* galahad: Fix zealous warnings.José Fonseca2012-07-061-6/+10
* galahad: Enumerate all methods that are missing.José Fonseca2012-07-062-24/+49
* galahad: Implement render_condition.José Fonseca2012-07-061-1/+13
* galahad: Don't implement context methods that are not implemented by the unde...José Fonseca2012-07-061-104/+115
* galahad: Use debug_printf.José Fonseca2012-07-061-3/+5
* galahad: Silence creation messages.José Fonseca2012-07-062-4/+0
* galahad: Use reference counting when destroying the wraped objects.José Fonseca2012-07-061-3/+2
* galahad: Point to the galahad objects from the galahad sampler view.José Fonseca2012-07-061-2/+2