summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-01-10i915/winsys/drm: Convert to automakeMatt Turner3-13/+39
2013-01-10i915g: Convert to automakeMatt Turner3-9/+37
2013-01-10r600g: Use gallium automake include fileMatt Turner1-4/+2
2013-01-10libgallium: Convert to automakeTom Stellard3-47/+53
2013-01-10trace: Convert to automakeTom Stellard3-13/+19
2013-01-10radeon/winsys: Convert to automakeTom Stellard3-15/+16
2013-01-10r300g: Link ralloc.c and register_allocate.c into separate libraryMatt Turner5-6/+18
2013-01-10r300g: Build a libtool archiveTom Stellard1-7/+11
2013-01-10r300g: Use gallium automake include fileTom Stellard1-5/+3
2013-01-10gallium: Add common automake include fileTom Stellard1-0/+6
2013-01-10automake: Convert Gallium target and winsysMatt Turner6-24/+4
2013-01-10egl/gbm: Implement EGL_EXT_buffer_ageKristian Høgsberg2-0/+24
2013-01-10mesa: Rename and wire-up GetInteger64i_vMatt Turner4-6/+5
2013-01-10mesa: Correct glGet{Boolean,Integer}i_v namesMatt Turner1-2/+2
2013-01-10mesa: Allow GL_DEPTH_STENCIL_ATTACHMENT in ES 3Matt Turner1-1/+1
2013-01-10mesa: Support more glGet enums for ES3Chad Versace2-3/+11
2013-01-10mesa: Support querying GL_MAX_ELEMENT_INDEX in ES 3Matt Turner4-0/+23
2013-01-10mesa: De-duplicate ES2 queriesMatt Turner2-11/+11
2013-01-10mesa: Allow glGet* queries on EXT_texture_lod_bias data in ES 3Matt Turner1-3/+7
2013-01-10mesa: Allow glGet* queries on EXT_framebuffer_blit data in ES 3Matt Turner1-4/+4
2013-01-10mesa: Allow glGet* queries on ARB_fragment/vertex_shader data in ES 3Matt Turner1-4/+6
2013-01-10mesa: Allow glGet* queries on ARB_framebuffer_object data in ES 3Matt Turner1-3/+3
2013-01-10mesa: Allow glGet* queries on ARB_transform_feedback2 data in ES 3Matt Turner2-6/+11
2013-01-10mesa: Allow glGet* queries on EXT_transform_feedback data in ES 3Matt Turner1-7/+7
2013-01-10mesa: Allow glGet* queries on ARB_sync data in ES 3Matt Turner1-3/+3
2013-01-10mesa: Allow glGet* queries of EXT_pbo data in ES 3Matt Turner1-4/+4
2013-01-10mesa: Allow glGet* queries of select ARB_ubo data in ES 3Matt Turner1-9/+14
2013-01-10Add ES 3 handling to get.c and get_hash_generator.pyMatt Turner3-1/+24
2013-01-10glapi: Move ARB_base_instance to the correct locationMatt Turner1-3/+5
2013-01-10mesa/tests: Add ARB_ES3_compatibility enumsMatt Turner1-0/+14
2013-01-10glapi: Add enums for ARB_ES3_compatibilityMatt Turner3-0/+31
2013-01-10mesa/program: Fix both Classic and Gallium buildQuentin Glidic1-1/+1
2013-01-10r300g: don't set sample positions to the pixel center if MSAA is disabledMarek Olšák3-11/+5
2013-01-09intel: Clean up confusion between logical and physical surface dimensions.Paul Berry8-153/+143
2013-01-09intel: Add a force_y_tiling parameter to intel_miptree_create().Paul Berry5-26/+34
2013-01-09intel: Move compute_msaa_layout earlier in file.Paul Berry1-38/+41
2013-01-09r600g: Fix memory leak in r600_bytecode_add_vtx.Vinson Lee1-0/+1
2013-01-09r300g: optionally log MSAA resources to stderrMarek Olšák3-0/+8
2013-01-09r300g: fix the GPU name in the renderer stringMarek Olšák1-0/+1
2013-01-09r300g: fix CS checker errors caused by emit_dsa_stateMarek Olšák1-1/+1
2013-01-08clover: Adapt libclc's INCLUDEDIR and LIBEXECDIR to make use of the new intro...Johannes Obermayr2-3/+4
2013-01-08glsl: Don't add structure fields to the symbol tableIan Romanick1-1/+0
2013-01-08i965/fs: Fix struct vs. class in acp_entry definitions.Kenneth Graunke1-1/+1
2013-01-08r600g: implement buffer copying using CP DMA for R7xx, Evergreen, CaymanMarek Olšák9-24/+140
2013-01-08st/mesa: fix possible MSVC build error v2Marek Olšák1-2/+2
2013-01-08glsl: Pack flat "varyings" of mixed types together.Paul Berry2-14/+101
2013-01-08glsl: Prohibit structs and bools from being used as "varyings".Paul Berry1-21/+71
2013-01-08glsl: Plumb through is_parameter to apply_type_qualifier_to_variable()Paul Berry1-3/+4
2013-01-08glsl: Separate varying linking code to its own file.Paul Berry5-1124/+1240
2013-01-08mesa: Add ALIGN() macro to main/macros.h.Paul Berry5-17/+15