summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-03XXX apply changes from 14bb957b996dcc5392b8fa589bd3ffa5c55cb6b4hw_gl_select2Andreas Boll2-4/+6
2013-06-03XXX apply changes from 50f7e75f9e945cfbb2ae868cc961a2205a0b6e73Andreas Boll2-4/+2
2013-06-03XXX apply changes from 5f80218884c0a86068d1be21920bfb191ac31349Andreas Boll1-6/+0
2013-06-03XXX apply changes from 1a1db1746db82efc7f0643508886dfc78a15eb71Andreas Boll1-16/+16
2013-06-03XXX apply changes from 9dc6f76e4423b8b8d3d40c046032a58f72f47de0Andreas Boll1-1/+0
2013-06-03Implement HW accelerated GL_SELECTMicael Dias8-12/+548
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
2013-05-30mesa: asst. whitespace, formatting fixes in teximage.cBrian Paul1-28/+43
2013-05-30draw: fix vs/fs input/output mismatchesZack Rusin1-0/+7
2013-05-30intel: Add multisample scaled blitting in blorp engineAnuj Phogat4-74/+93
2013-05-30intel: Change the register type from UW to UD in blorp engineAnuj Phogat3-52/+90
2013-05-30mesa: Implement ext_framebuffer_multisample_blit_scaled extensionAnuj Phogat3-6/+32
2013-05-29Revert "i965: fix problem with constant out of bounds access (v2)"Kenneth Graunke1-11/+1
2013-05-30ilo: simplify shader variant handlingCourtney Goeltzenleuchter2-25/+2
2013-05-30i965: fix problem with constant out of bounds access (v2)Dave Airlie1-1/+11
2013-05-30intel: initialize fs_visitor::params_remap in constructorFrank Henigman1-0/+2
2013-05-29draw: add cast in debug_printf() to silence warningBrian Paul1-1/+1
2013-05-29svga: add PIPE_CAP_MAX_VIEWPORTS to switch to silence warningBrian Paul1-0/+2
2013-05-25draw: make sure viewport index is fetched from leading vertexZack Rusin6-28/+54
2013-05-25llvmpipe: clamp scissors to be between 0 and maxZack Rusin5-3/+13
2013-05-25draw: clamp the viewports to always be between 0 and maxZack Rusin5-16/+24
2013-05-25gallium/docs: adds documentation for multi viewport capZack Rusin1-0/+4
2013-05-25draw: fixup draw_find_shader_outputZack Rusin4-11/+12
2013-05-25llvmpipe: implement support for multiple viewportsZack Rusin11-36/+79
2013-05-25draw: implement support for multiple viewportsZack Rusin9-33/+105
2013-05-25gallium: Add support for multiple viewportsZack Rusin52-166/+265
2013-05-29mesa: Delete the ctx->Array._RestartIndex derived state.Kenneth Graunke4-12/+3
2013-05-29mesa: Ignore fixed-index primitive restart in ArrayElement().Kenneth Graunke1-1/+1
2013-05-29st/mesa: Go back to using ctx->Array.RestartIndex, not _RestartIndex.Kenneth Graunke1-1/+1
2013-05-29i965: Fix can_cut_index_handle_restart_index() for byte/short types.Kenneth Graunke1-3/+9
2013-05-29i965: Use the correct restart index for fixed index mode on Haswell.Kenneth Graunke1-2/+4