summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-11XXX: WIP autoamke xvmc-r300xvmc-r300-automakeTom Stellard2-24/+1
2012-07-11libgallium: Convert to automakeTom Stellard3-42/+49
2012-07-11trace: Convert to automakeTom Stellard3-13/+18
2012-07-11radeon/winsys: Convert to automakeTom Stellard3-15/+19
2012-07-11r300g: Build a libtool archiveTom Stellard1-7/+11
2012-07-11r300g: Use gallium automake include fileTom Stellard1-7/+3
2012-07-11gallium: Add common automake include fileTom Stellard1-0/+7
2012-07-10docs: Update GL3.txt.Kenneth Graunke1-2/+2
2012-07-10mesa: Remove unneeded extern qualifiersChad Versace1-2/+2
2012-07-11r600g: improve flushed depth texture handling v2Vadim Girlin6-61/+83
2012-07-10i965: Add hardware context support.Kenneth Graunke5-7/+22
2012-07-10mesa/test: Update name of GL_TIME_ELAPSEDIan Romanick1-1/+1
2012-07-10docs/relnotes-8.0.4: fix html markupAndreas Boll1-44/+41
2012-07-10gallium/docs: document interface changes for timestamp queryMarek Olšák1-0/+10
2012-07-10identity: implement get_timestampMarek Olšák1-0/+10
2012-07-10noop: implement get_timestampMarek Olšák1-0/+6
2012-07-10trace: implement get_timestampMarek Olšák1-0/+19
2012-07-10galahad: implement get_timestampMarek Olšák1-0/+10
2012-07-10docs: update relnotes-8.1 and GL3 statusMarek Olšák2-1/+4
2012-07-10softpipe: implement get_timestamp and expose ARB_timer_queryMarek Olšák1-1/+10
2012-07-10st/mesa: implement ARB_timer_queryMarek Olšák2-0/+19
2012-07-10gallium: add QUERY_TIMESTAMP cap and get_timestamp screen functionMarek Olšák11-1/+18
2012-07-10mesa: implement glGet(GL_TIMESTAMP) v2Marek Olšák2-1/+20
2012-07-10mesa: add ARB_timer_query to the extension listMarek Olšák1-0/+1
2012-07-10mesa: add QueryCounter display list supportMarek Olšák1-0/+24
2012-07-10mesa: implement TIMESTAMP query and glQueryCounterMarek Olšák1-6/+72
2012-07-10glapi: add ARB_timer_queryMarek Olšák1-1/+21
2012-07-10docs: Add 8.0.4 release notesIan Romanick3-0/+213
2012-07-09glsl: Add parsing for GLSL uniform blocks.Eric Anholt4-2/+164
2012-07-09glsl: Don't hide the type of struct_declaration_list.Eric Anholt3-5/+9
2012-07-09glcpp: Add built-in #define for GL_ARB_uniform_buffer_object.Kenneth Graunke1-0/+3
2012-07-09glsl: Parser handles "#extension GL_ARB_uniform_buffer_object"Vincent Lejeune2-0/+3
2012-07-09glsl: Reduce a bit of extra code in the merging of layout qualifiers.Eric Anholt1-7/+2
2012-07-09glsl: Take advantage of the layout qualifier flags union to clean up parsing.Eric Anholt1-21/+7
2012-07-09r600g: Don't create a texture for the memory_pool during screen initTom Stellard2-8/+24
2012-07-09radeon/llvm: Rename namespace from AMDIL to AMDGPUTom Stellard25-360/+361
2012-07-09r600g: Update number of gprs when adding a vertex instructionTom Stellard1-0/+4
2012-07-09r600g/compute: Use evergreen_cb() for binding RATsTom Stellard5-70/+48
2012-07-09r600g: Add support for RATs in evergreen_cb()Tom Stellard1-3/+11
2012-07-09r600g: Use a texture as the underlying resource for compute_memory_poolTom Stellard2-18/+37
2012-07-09r600g: Add is_rat flag to r600_resource_textureTom Stellard1-0/+1
2012-07-09r600g: Add r600_context_pipe_state_emit()Tom Stellard2-6/+71
2012-07-09r600g: Add pkt_flag parameter to r600_context_block_emit_dirty()Tom Stellard3-3/+15
2012-07-09r600g/compute: Move LOOP_CONST initialization to start_compute_cs atomTom Stellard1-14/+16
2012-07-09r600g: Add start_compute_cs atom to struct r600_contextTom Stellard4-94/+96
2012-07-09r600g: Add pkt_flag member to struct r600_command_bufferTom Stellard1-3/+16
2012-07-09r600g: Only emit start_cs_cmd atom once for compute command streamsTom Stellard1-2/+0
2012-07-09r600g: fix stencil texturing with Z32_FLOAT_S8X24_UINTMarek Olšák1-0/+2
2012-07-09r600g: add assertions after translate_colorswap/colorformat/dbformat/texformatMarek Olšák2-3/+17
2012-07-09r600g: inline r600_hw_copy_regionMarek Olšák1-21/+5