aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* softpipe: draw_find_shader_output returns -1 on invalid outputsZack Rusin2013-05-301-1/+1
* radeonsi/compute: Upload work group, work item size in input bufferTom Stellard2013-06-031-11/+27
* radeonsi/compute: Pass kernel arguments in a buffer v2Tom Stellard2013-06-033-35/+44
* radeonsi/compute: Implement un-binding of global buffersTom Stellard2013-06-031-12/+19
* radeonsi/compute: Support multiple kernels in a compute programTom Stellard2013-06-031-9/+18
* radeonsi/compute: Add missing PIPE_COMPUTE capsTom Stellard2013-06-031-0/+16
* i965 gen7: use SURFACE_STATE fields to select render level/layerJordan Justen2013-06-022-18/+46
* mesa/texformat: add _mesa_tex_target_is_array functionJordan Justen2013-06-022-0/+16
* intel: add layered parameter to update_renderbuffer_surfaceJordan Justen2013-06-023-1/+9
* intel_fbo: set gl_renderbuffer Depth fieldJordan Justen2013-06-021-0/+2
* intel: print image depth in debug messageJordan Justen2013-06-021-2/+2
* mesa: handle missing read buffer in _mesa_get_color_read_format/type()Brian Paul2013-06-021-30/+48
* meta: move vertex array enables for mipmap generationBrian Paul2013-06-021-2/+2
* mesa: fix hodge podge indentation, update comments in texformat.cBrian Paul2013-06-021-186/+184
* gallium: add support for layered renderingRoland Scheidegger2013-06-012-3/+22
* gallivm: fix out-of-bounds access with mirror_clamp_to_edge address modeRoland Scheidegger2013-06-011-6/+7
* llvmpipe: fix bogus assertions for buffer surfacesRoland Scheidegger2013-06-011-2/+2
* i965: Fix haswell_upload_cut_index when there's no index buffer.Kenneth Graunke2013-05-311-1/+13
* llvmpipe: reduce alignment requirement for resources from 64x64 to 4x4Roland Scheidegger2013-05-317-53/+83
* llvmpipe: Remove x/y from cmd_binAdam Jackson2013-05-316-47/+30
* r600g/sb: fix broken assertVadim Girlin2013-05-311-1/+1
* glapi: Add some missing static_dispatch="false" annotations to es_EXT.xmlAndreas Boll2013-05-311-9/+14
* mesa: Add missing break statement in _mesa_choose_tex_format.Vinson Lee2013-05-301-0/+1
* integer overflow in XF86DRIGetClientDriverName() [CVE-2013-1993 2/2]Alan Coopersmith2013-05-301-3/+5
* integer overflow in XF86DRIOpenConnection() [CVE-2013-1993 1/2]Alan Coopersmith2013-05-301-1/+6
* mesa: fix error checking of DXT sRGB formats in _mesa_base_tex_format()Brian Paul2013-05-301-2/+4
* mesa: asst. whitespace, formatting fixes in teximage.cBrian Paul2013-05-301-28/+43
* draw: fix vs/fs input/output mismatchesZack Rusin2013-05-301-0/+7
* intel: Add multisample scaled blitting in blorp engineAnuj Phogat2013-05-304-74/+93
* intel: Change the register type from UW to UD in blorp engineAnuj Phogat2013-05-303-52/+90
* mesa: Implement ext_framebuffer_multisample_blit_scaled extensionAnuj Phogat2013-05-303-6/+32
* Revert "i965: fix problem with constant out of bounds access (v2)"Kenneth Graunke2013-05-291-11/+1
* ilo: simplify shader variant handlingCourtney Goeltzenleuchter2013-05-302-25/+2
* i965: fix problem with constant out of bounds access (v2)Dave Airlie2013-05-301-1/+11
* intel: initialize fs_visitor::params_remap in constructorFrank Henigman2013-05-301-0/+2
* draw: add cast in debug_printf() to silence warningBrian Paul2013-05-291-1/+1
* svga: add PIPE_CAP_MAX_VIEWPORTS to switch to silence warningBrian Paul2013-05-291-0/+2
* draw: make sure viewport index is fetched from leading vertexZack Rusin2013-05-256-28/+54
* llvmpipe: clamp scissors to be between 0 and maxZack Rusin2013-05-255-3/+13
* draw: clamp the viewports to always be between 0 and maxZack Rusin2013-05-255-16/+24
* gallium/docs: adds documentation for multi viewport capZack Rusin2013-05-251-0/+4
* draw: fixup draw_find_shader_outputZack Rusin2013-05-254-11/+12
* llvmpipe: implement support for multiple viewportsZack Rusin2013-05-2511-36/+79
* draw: implement support for multiple viewportsZack Rusin2013-05-259-33/+105
* gallium: Add support for multiple viewportsZack Rusin2013-05-2552-166/+265
* mesa: Delete the ctx->Array._RestartIndex derived state.Kenneth Graunke2013-05-294-12/+3
* mesa: Ignore fixed-index primitive restart in ArrayElement().Kenneth Graunke2013-05-291-1/+1
* st/mesa: Go back to using ctx->Array.RestartIndex, not _RestartIndex.Kenneth Graunke2013-05-291-1/+1
* i965: Fix can_cut_index_handle_restart_index() for byte/short types.Kenneth Graunke2013-05-291-3/+9
* i965: Use the correct restart index for fixed index mode on Haswell.Kenneth Graunke2013-05-291-2/+4