summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-06intel: Remove 'misc' parameter from CHIPSET macro in PCI ID tables.Kenneth Graunke3-110/+110
2013-06-06build: Use PACKAGE_VERSION from autoconfAndreas Boll2-2/+0
2013-06-06build: Unify PACKAGE_VERSION on autotools, scons and AndroidAndreas Boll4-4/+4
2013-06-06radeon/winsys: correct RADEON_GEM_WAIT_IDLE useJonathan Gray2-2/+2
2013-06-06configure.ac: Build dricommon for gallium swrastMike Stroyan1-0/+1
2013-06-05i965: Adding more reserved PCI IDs for Haswell.Rodrigo Vivi3-3/+101
2013-06-05mesa: remove outdated version lines in commentsRico Schüller453-453/+0
2013-06-05gallium: System z supportRichard Sandiford2-2/+6
2013-06-05llvmpipe: improve alignment calculation for fetching/storing pixelsRoland Scheidegger1-12/+21
2013-06-05llvmpipe: reduce alignment requirement for 1d resources from 4x4 to 4x1Roland Scheidegger9-44/+158
2013-06-05llvmpipe: cleanup of generate_unswizzled_blendRoland Scheidegger1-22/+37
2013-06-05gallivm: enhance special sse2 4x4f and 2x8f -> 1x16ub conversionRoland Scheidegger2-32/+60
2013-06-05gallivm: (trivial) fix lp_build_concat_nRoland Scheidegger1-1/+5
2013-06-04mesa: change MAX_PROGRAM_ADDRESS_REGS to 1, clamp to it in state trackerBrian Paul2-2/+3
2013-06-04intel: Don't try to blorp or blit CopyTexSubImage(1D_ARRAY).Paul Berry2-0/+7
2013-06-04i965/gen6+: Fix multisample assertions in CopyTexSubImage hw blitter path.Paul Berry1-4/+9
2013-06-03mesa: Prevent possible out-of-bounds read by save_SamplerParameterfv.Vinson Lee1-1/+4
2013-06-04i965: fix problem with constant out of bounds access (v3)Dave Airlie3-1/+16
2013-06-03intel: Fix copying of separate stencil data in glCopyTexSubImage().Eric Anholt1-8/+15
2013-06-03meta: Fix temporary image type for float depth/stencil.Eric Anholt1-4/+14
2013-06-03intel: Fix performance regression from miptree blit changes.Eric Anholt2-3/+2
2013-06-03glcpp: Add test case for recently fixed loop-control underflow bug.Carl Worth2-0/+25
2013-06-03glcpp: Fix post-decrement underflow in loop-control variableCarl Worth1-1/+3
2013-06-03i965: Fix glColorPointer(GL_FIXED)Chad Versace1-0/+8
2013-05-30softpipe: draw_find_shader_output returns -1 on invalid outputsZack Rusin1-1/+1
2013-06-03radeonsi/compute: Upload work group, work item size in input bufferTom Stellard1-11/+27
2013-06-03radeonsi/compute: Pass kernel arguments in a buffer v2Tom Stellard3-35/+44
2013-06-03radeonsi/compute: Implement un-binding of global buffersTom Stellard1-12/+19
2013-06-03radeonsi/compute: Support multiple kernels in a compute programTom Stellard1-9/+18
2013-06-03radeonsi/compute: Add missing PIPE_COMPUTE capsTom Stellard1-0/+16
2013-06-02i965 gen7: use SURFACE_STATE fields to select render level/layerJordan Justen2-18/+46
2013-06-02mesa/texformat: add _mesa_tex_target_is_array functionJordan Justen2-0/+16
2013-06-02intel: add layered parameter to update_renderbuffer_surfaceJordan Justen3-1/+9
2013-06-02intel_fbo: set gl_renderbuffer Depth fieldJordan Justen1-0/+2
2013-06-02intel: print image depth in debug messageJordan Justen1-2/+2
2013-06-02mesa: handle missing read buffer in _mesa_get_color_read_format/type()Brian Paul1-30/+48
2013-06-02meta: move vertex array enables for mipmap generationBrian Paul1-2/+2
2013-06-02mesa: fix hodge podge indentation, update comments in texformat.cBrian Paul1-186/+184
2013-06-01gallium: add support for layered renderingRoland Scheidegger2-3/+22
2013-06-01gallivm: fix out-of-bounds access with mirror_clamp_to_edge address modeRoland Scheidegger1-6/+7
2013-06-01llvmpipe: fix bogus assertions for buffer surfacesRoland Scheidegger1-2/+2
2013-05-31i965: Fix haswell_upload_cut_index when there's no index buffer.Kenneth Graunke1-1/+13
2013-05-31llvmpipe: reduce alignment requirement for resources from 64x64 to 4x4Roland Scheidegger7-53/+83
2013-05-31llvmpipe: Remove x/y from cmd_binAdam Jackson6-47/+30
2013-05-31r600g/sb: fix broken assertVadim Girlin1-1/+1
2013-05-31glapi: Add some missing static_dispatch="false" annotations to es_EXT.xmlAndreas Boll1-9/+14
2013-05-30mesa: Add missing break statement in _mesa_choose_tex_format.Vinson Lee1-0/+1
2013-05-30integer overflow in XF86DRIGetClientDriverName() [CVE-2013-1993 2/2]Alan Coopersmith1-3/+5
2013-05-30integer overflow in XF86DRIOpenConnection() [CVE-2013-1993 1/2]Alan Coopersmith1-1/+6
2013-05-30mesa: fix error checking of DXT sRGB formats in _mesa_base_tex_format()Brian Paul1-2/+4