summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-23mesa: Remove _mesa_lookup_enum_by_name().Eric Anholt3-63/+0
2013-09-23llvmpipe: increase number of subpixel bits to eightZack Rusin3-11/+17
2013-09-22glsl: Define isnormal and copysign for MSVC to fix build.Vinson Lee1-0/+14
2013-09-22Suppress clang's warnings about unused CFLAGS and CXXFLAGS.Johannes Obermayr1-0/+6
2013-09-22radeon/uvd: async flush the UVD csChristian König1-1/+1
2013-09-22winsys/radeon: share winsys between different fd'sChristian König1-2/+17
2013-09-22winsys/radeon: remove cs_queue_emptyChristian König3-19/+3
2013-09-22winsys/radeon: fix killing the CS threadChristian König1-4/+4
2013-09-21i965/gen4: Fix fragment program rectangle texture shadow compares.Eric Anholt1-4/+4
2013-09-21i965/gen7.5: Fix missing Shader Channel Select entries on HaswellAbdiel Janulgue1-0/+7
2013-09-21i965, mesa: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS macros.Kenneth Graunke7-122/+12
2013-09-21glsl: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS in a bunch of places.Kenneth Graunke5-121/+7
2013-09-21ralloc: Introduce new macros for defining C++ new/delete operators.Kenneth Graunke1-0/+26
2013-09-20r600g: fast color clears for single-sample buffersGrigori Goronzy5-11/+86
2013-09-20r600g: add support for separately allocated CMASKsGrigori Goronzy4-10/+60
2013-09-20gallium: add flush_resource context functionMarek Olšák23-3/+188
2013-09-20radeonsi: simplify and fix MSAA texture sampling for array texturesMarek Olšák2-27/+17
2013-09-20radeonsi: fix textureOffset and texelFetchOffset GLSL functionsMarek Olšák1-9/+23
2013-09-20llvmpipe: Fix rendering to PIPE_FORMAT_R10G10B10A2_UNORM.José Fonseca1-6/+78
2013-09-20draw: Ensure draw_pt_middle_end::bind_parameters is never NULL.José Fonseca2-0/+15
2013-09-20tools/trace: Simple script to compare two traces.José Fonseca1-0/+66
2013-09-19mesa: Silence GCC warning 'comparison between signed and unsigned integer exp...Ian Romanick1-1/+1
2013-09-19mesa: Fix broken call to print_table_statsIan Romanick1-1/+3
2013-09-19glsl: Set VertexProgram.MaxOutputComponents and FragmentProgram.MaxInputCompo...Ian Romanick1-0/+2
2013-09-19mesa: Allow several ARB_geometry_shader4 queries in OpenGL 3.2Ian Romanick2-4/+10
2013-09-19mesa: Expose MAX_GEOMETRY_{INPUT,OUTPUT}_COMPONENTS on OpenGL 3.2Ian Romanick1-1/+3
2013-09-19mesa: Get GL_MAX_FRAGMENT_INPUT_COMPONENTS from FragmentProgram.MaxInputCompo...Ian Romanick2-2/+1
2013-09-19mesa: Get GL_MAX_VERTEX_OUTPUT_COMPONENTS from VertexProgram.MaxOutputComponentsIan Romanick2-2/+1
2013-09-19i915: Set VertexProgram.MaxOutputComponents and FragmentProgram.MaxInputCompo...Ian Romanick1-0/+2
2013-09-19i965: Set *Program.Max{Input,Output}ComponentsIan Romanick1-1/+6
2013-09-19mesa: Set default values for Max{Input,Output}Components in init_program_limitsIan Romanick1-0/+6
2013-09-19mesa: Remove gl_constants::MaxVaryingComponentsIan Romanick1-1/+0
2013-09-19mesa: Use correct data for MAX_{VERTEX,GEOMETRY}_VARYING_COMPONENTS_ARB queriesIan Romanick2-3/+6
2013-09-19mesa: Track per-stage shader input and output limits independentlyIan Romanick1-0/+24
2013-09-19mesa: Support GL_MAX_VERTEX_OUTPUT_COMPONENTS query with ES3Ian Romanick2-0/+2
2013-09-19i965: Refactor Gen4-6 SURFACE_STATE setup for buffer surfaces.Kenneth Graunke1-61/+39
2013-09-19i965: Refactor Gen7+ SURFACE_STATE setup for buffer surfaces.Kenneth Graunke1-86/+60
2013-09-19i965: Fix off by one errors in texture buffer size calculations.Kenneth Graunke2-2/+2
2013-09-19i965: Fix writemask != 0 assertions on Sandybridge.Kenneth Graunke1-2/+4
2013-09-19glsl: Delete builtin_builder::shader when destroying built-ins.Kenneth Graunke1-0/+3
2013-09-19i965: Fix brw_gs_prog_data_compare to actually check field members.Kenneth Graunke1-1/+1
2013-09-19i965: Fix brw_vs_prog_data_compare to actually check field members.Kenneth Graunke1-1/+1
2013-09-19i965: Move binding table code to a new file, brw_binding_tables.c.Kenneth Graunke6-187/+243
2013-09-19i965: Use brw_upload_binding_table() for the pixel shader as well.Kenneth Graunke1-18/+5
2013-09-19i965: Generalize brw_vec4_upload_binding_table() beyond vec4 stages.Kenneth Graunke3-16/+19
2013-09-19i965: Convert loop to memcpy in brw_vec4_upload_binding_table().Kenneth Graunke1-9/+6
2013-09-19i965: Update comments in brw_vec4_upload_binding_table().Kenneth Graunke1-6/+1
2013-09-19winsys/sw/xlib: fix compile error in xlib_sw_winsys.c.Gaetan Nadon1-1/+1
2013-09-19glx: fix compile error in egl_glx.c.Gaetan Nadon1-1/+1
2013-09-19freedreno/a3xx: fix typo mixup w/ mipfilterRob Clark1-1/+1