| Commit message (Expand) | Author | Age | Files | Lines |
* | radeon: Enable ARB_texture_mirror_clamp_to_edge. | Rico Schüller | 2013-10-20 | 1 | -0/+1 |
* | r200: Enable ARB_texture_mirror_clamp_to_edge. | Rico Schüller | 2013-10-20 | 1 | -0/+1 |
* | gallium: Enable ARB_texture_mirror_clamp_to_edge. | Rico Schüller | 2013-10-20 | 1 | -0/+1 |
* | swrast: Enable ARB_texture_mirror_clamp_to_edge. | Rico Schüller | 2013-10-20 | 1 | -0/+1 |
* | mesa: Add infrastructure for GL_ARB_texture_mirror_clamp_to_edge. | Rico Schüller | 2013-10-20 | 4 | -4/+12 |
* | i965: Mark G45 as having surface tile offset support. | Kenneth Graunke | 2013-10-19 | 1 | -0/+1 |
* | i965: Enable OpenGL 3.3 and GLSL 3.30. | Kenneth Graunke | 2013-10-18 | 2 | -2/+2 |
* | i965: Fold brwInitVtbl() into brwCreateContext(). | Kenneth Graunke | 2013-10-17 | 3 | -72/+9 |
* | i965: Merge brw_destroy_context() into intelDestroyContext(). | Kenneth Graunke | 2013-10-17 | 3 | -32/+19 |
* | i965: Replace dri_bo_release with drm_intel_bo_unreference. | Kenneth Graunke | 2013-10-17 | 1 | -11/+3 |
* | i965: Unindent the body of intelDestroyContext. | Kenneth Graunke | 2013-10-17 | 1 | -24/+25 |
* | i965: Un-virtualize brw_new_batch(). | Kenneth Graunke | 2013-10-17 | 3 | -44/+42 |
* | i965: Un-virtualize brw_finish_batch(). | Kenneth Graunke | 2013-10-17 | 3 | -25/+22 |
* | st/mesa: add a few comments in st_create_context_priv() | Brian Paul | 2013-10-17 | 1 | -1/+5 |
* | st/mesa: handle layer and primitive id output and point size input | Dave Airlie | 2013-10-17 | 1 | -0/+12 |
* | st/mesa: add geometry shader ubo support | Dave Airlie | 2013-10-17 | 3 | -0/+19 |
* | mesa/st: Allow geometry shaders without gl_Position export. | Fabian Bieler | 2013-10-17 | 1 | -2/+0 |
* | st/mesa, glsl_to_tgsi: add support for geometry shaders | Bryan Cain | 2013-10-17 | 2 | -45/+163 |
* | mesa/st: Add VARYING_SLOT_TEX[1-7] to st_translate_geometry_program(). | Bryan Cain | 2013-10-17 | 1 | -0/+7 |
* | Revert "i965: Create ARGB2101010 DRI configs" | Kristian Høgsberg | 2013-10-16 | 1 | -4/+1 |
* | i965/fs: Handle printing HW_REGS in dump_instruction(). | Matt Turner | 2013-10-16 | 1 | -0/+16 |
* | i965: Print instructions' children during scheduling debugging. | Matt Turner | 2013-10-16 | 1 | -2/+6 |
* | mesa: change glTexImage[23]DMultisample() internalformat to GLenum | Brian Paul | 2013-10-16 | 2 | -4/+4 |
* | vbo: access VBO memory more efficiently when building display lists | Brian Paul | 2013-10-16 | 1 | -8/+31 |
* | mesa: consolidate cube width=height error checking | Brian Paul | 2013-10-16 | 1 | -38/+5 |
* | dri: Add __DRIimage support for the ARGB2101010 format | Kristian Høgsberg | 2013-10-15 | 1 | -0/+10 |
* | i965: Create ARGB2101010 DRI configs | Kristian Høgsberg | 2013-10-15 | 1 | -1/+4 |
* | dri/common: Add support for creating ARGB2101010 configs | Kristian Høgsberg | 2013-10-15 | 1 | -0/+10 |
* | i965: Add support for RGB565 __DRIimage | Singh, Satyeshwar | 2013-10-15 | 1 | -0/+3 |
* | configure.ac: drop obsolete variable HAVE_COMMON_DRI | Emil Velikov | 2013-10-15 | 1 | -2/+0 |
* | swrast: add correct include for out-of-tree builds | Emil Velikov | 2013-10-15 | 1 | -0/+1 |
* | mesa: fix transform feedback when a geometry shader is active. | Bryan Cain | 2013-10-15 | 1 | -18/+35 |
* | i965/gs: Set the REORDER bit in 3DSTATE_GS. | Paul Berry | 2013-10-15 | 2 | -0/+29 |
* | i965/fs: Remove bogus field prog_data->dispatch_width. | Paul Berry | 2013-10-15 | 3 | -7/+2 |
* | i965: Move the common binding table offset code to brw_shader.cpp. | Eric Anholt | 2013-10-15 | 7 | -62/+58 |
* | i965/vec4: Dynamically assign the VS/GS binding table offsets. | Eric Anholt | 2013-10-15 | 3 | -57/+25 |
* | i965/fs: Dynamically set up the WM binding table offsets. | Eric Anholt | 2013-10-15 | 3 | -43/+35 |
* | i965: Make a brw_stage_prog_data for storing the SURF_INDEX information. | Eric Anholt | 2013-10-15 | 19 | -115/+161 |
* | i965: Always have the struct gl_program * in the backend visitor. | Eric Anholt | 2013-10-15 | 4 | -14/+15 |
* | i965: Drop a couple of unused defines. | Eric Anholt | 2013-10-15 | 1 | -3/+0 |
* | i965: Remove dead arguments from prog_data_compare. | Eric Anholt | 2013-10-15 | 8 | -17/+8 |
* | i965: Don't copy prop source mods into instructions that can't take them. | Matt Turner | 2013-10-14 | 4 | -0/+26 |
* | mesa: Add missing switch break in invalidate_framebuffer_storage() | Constantin Baranov | 2013-10-14 | 1 | -0/+1 |
* | i965: Merge intel_context.h into brw_context.h. | Kenneth Graunke | 2013-10-13 | 2 | -172/+120 |
* | i965: Delete our copy of likely/unlikely macros. | Kenneth Graunke | 2013-10-13 | 1 | -10/+0 |
* | mesa: Move U_FIXED/S_FIXED macros from i965 to macros.h. | Kenneth Graunke | 2013-10-13 | 3 | -39/+22 |
* | mesa: Move ROUND_DOWN_TO() macro from i915/i965 to macros.h. | Kenneth Graunke | 2013-10-13 | 2 | -13/+12 |
* | i965: Move need_workaround_flush = true to intel_batchbuffer_init. | Kenneth Graunke | 2013-10-13 | 2 | -2/+2 |
* | i965: Move DriverFlag initialization to brw_init_state(). | Kenneth Graunke | 2013-10-13 | 2 | -4/+5 |
* | i965: Merge intelInitContext into brwCreateContext. | Kenneth Graunke | 2013-10-13 | 2 | -83/+43 |