summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* llvmpipe: increase number of subpixel bits to eightZack Rusin2013-09-233-11/+17
* glsl: Define isnormal and copysign for MSVC to fix build.Vinson Lee2013-09-221-0/+14
* radeon/uvd: async flush the UVD csChristian König2013-09-221-1/+1
* winsys/radeon: share winsys between different fd'sChristian König2013-09-221-2/+17
* winsys/radeon: remove cs_queue_emptyChristian König2013-09-223-19/+3
* winsys/radeon: fix killing the CS threadChristian König2013-09-221-4/+4
* i965/gen4: Fix fragment program rectangle texture shadow compares.Eric Anholt2013-09-211-4/+4
* i965/gen7.5: Fix missing Shader Channel Select entries on HaswellAbdiel Janulgue2013-09-211-0/+7
* i965, mesa: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS macros.Kenneth Graunke2013-09-217-122/+12
* glsl: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS in a bunch of places.Kenneth Graunke2013-09-215-121/+7
* ralloc: Introduce new macros for defining C++ new/delete operators.Kenneth Graunke2013-09-211-0/+26
* r600g: fast color clears for single-sample buffersGrigori Goronzy2013-09-205-11/+86
* r600g: add support for separately allocated CMASKsGrigori Goronzy2013-09-204-10/+60
* gallium: add flush_resource context functionMarek Olšák2013-09-2023-3/+188
* radeonsi: simplify and fix MSAA texture sampling for array texturesMarek Olšák2013-09-202-27/+17
* radeonsi: fix textureOffset and texelFetchOffset GLSL functionsMarek Olšák2013-09-201-9/+23
* llvmpipe: Fix rendering to PIPE_FORMAT_R10G10B10A2_UNORM.José Fonseca2013-09-201-6/+78
* draw: Ensure draw_pt_middle_end::bind_parameters is never NULL.José Fonseca2013-09-202-0/+15
* tools/trace: Simple script to compare two traces.José Fonseca2013-09-201-0/+66
* mesa: Silence GCC warning 'comparison between signed and unsigned integer exp...Ian Romanick2013-09-191-1/+1
* mesa: Fix broken call to print_table_statsIan Romanick2013-09-191-1/+3
* glsl: Set VertexProgram.MaxOutputComponents and FragmentProgram.MaxInputCompo...Ian Romanick2013-09-191-0/+2
* mesa: Allow several ARB_geometry_shader4 queries in OpenGL 3.2Ian Romanick2013-09-192-4/+10
* mesa: Expose MAX_GEOMETRY_{INPUT,OUTPUT}_COMPONENTS on OpenGL 3.2Ian Romanick2013-09-191-1/+3
* mesa: Get GL_MAX_FRAGMENT_INPUT_COMPONENTS from FragmentProgram.MaxInputCompo...Ian Romanick2013-09-192-2/+1
* mesa: Get GL_MAX_VERTEX_OUTPUT_COMPONENTS from VertexProgram.MaxOutputComponentsIan Romanick2013-09-192-2/+1
* i915: Set VertexProgram.MaxOutputComponents and FragmentProgram.MaxInputCompo...Ian Romanick2013-09-191-0/+2
* i965: Set *Program.Max{Input,Output}ComponentsIan Romanick2013-09-191-1/+6
* mesa: Set default values for Max{Input,Output}Components in init_program_limitsIan Romanick2013-09-191-0/+6
* mesa: Remove gl_constants::MaxVaryingComponentsIan Romanick2013-09-191-1/+0
* mesa: Use correct data for MAX_{VERTEX,GEOMETRY}_VARYING_COMPONENTS_ARB queriesIan Romanick2013-09-192-3/+6
* mesa: Track per-stage shader input and output limits independentlyIan Romanick2013-09-191-0/+24
* mesa: Support GL_MAX_VERTEX_OUTPUT_COMPONENTS query with ES3Ian Romanick2013-09-192-0/+2
* i965: Refactor Gen4-6 SURFACE_STATE setup for buffer surfaces.Kenneth Graunke2013-09-191-61/+39
* i965: Refactor Gen7+ SURFACE_STATE setup for buffer surfaces.Kenneth Graunke2013-09-191-86/+60
* i965: Fix off by one errors in texture buffer size calculations.Kenneth Graunke2013-09-192-2/+2
* i965: Fix writemask != 0 assertions on Sandybridge.Kenneth Graunke2013-09-191-2/+4
* glsl: Delete builtin_builder::shader when destroying built-ins.Kenneth Graunke2013-09-191-0/+3
* i965: Fix brw_gs_prog_data_compare to actually check field members.Kenneth Graunke2013-09-191-1/+1
* i965: Fix brw_vs_prog_data_compare to actually check field members.Kenneth Graunke2013-09-191-1/+1
* i965: Move binding table code to a new file, brw_binding_tables.c.Kenneth Graunke2013-09-196-187/+243
* i965: Use brw_upload_binding_table() for the pixel shader as well.Kenneth Graunke2013-09-191-18/+5
* i965: Generalize brw_vec4_upload_binding_table() beyond vec4 stages.Kenneth Graunke2013-09-193-16/+19
* i965: Convert loop to memcpy in brw_vec4_upload_binding_table().Kenneth Graunke2013-09-191-9/+6
* i965: Update comments in brw_vec4_upload_binding_table().Kenneth Graunke2013-09-191-6/+1
* winsys/sw/xlib: fix compile error in xlib_sw_winsys.c.Gaetan Nadon2013-09-191-1/+1
* glx: fix compile error in egl_glx.c.Gaetan Nadon2013-09-191-1/+1
* freedreno/a3xx: fix typo mixup w/ mipfilterRob Clark2013-09-191-1/+1
* freedreno: fix glReadPixelsRob Clark2013-09-191-2/+2
* gallivm: adjust wrap mode to CLAMP_TO_EDGE always for cube maps.Roland Scheidegger2013-09-191-3/+7