summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-06-18wayland: Handle global_remove event as wellKristian Høgsberg1-1/+8
2013-06-18gen7: fix GPU hang on WebGL texture-size testJordan Justen1-1/+1
2013-06-18intel: Remove unused IS_POWER_OF_TWO() macro.Eric Anholt1-2/+0
2013-06-17Revert "draw: clear the draw buffers in draw"Zack Rusin8-34/+13
2013-06-18llvmpipe: fixes for conditional renderingRoland Scheidegger4-36/+86
2013-06-18gallium: add condition parameter to render_conditionRoland Scheidegger42-40/+95
2013-06-18ilo: construct depth/stencil command in create_surface()Chia-I Wu6-271/+368
2013-06-17intel: Allow blorp CopyTexSubImage to nonzero destination slices.Eric Anholt3-14/+9
2013-06-17intel: Allow blit CopyTexSubImage to nonzero destination slices.Eric Anholt1-14/+9
2013-06-17intel: Directly implement blit glBlitFramebuffer instead of awkward reuse.Eric Anholt3-70/+72
2013-06-17intel: Move XRGB->ARGB blit logic into intel_miptree_blit().Eric Anholt4-100/+63
2013-06-17intel: Fix Y tiling support for glCopyTexSubImage's alpha override.Eric Anholt1-4/+4
2013-06-17intel: Make batch macros for doing BCS_SWCTRL setup.Eric Anholt1-37/+47
2013-06-17mesa: Hide weirdness of 1D_ARRAY textures from Driver.CopyTexSubImage().Eric Anholt7-52/+67
2013-06-18tgsi: text parser: fix parsing of array in declarationDave Airlie1-3/+9
2013-06-17mesa: Fix ieee fp on AlphaSven Joachim1-1/+1
2013-06-17st/xlib: Fix XImage stride calculationRichard Sandiford1-4/+4
2013-06-17st/xlib Fix XIMage bytes-per-pixel calculationRichard Sandiford1-3/+2
2013-06-17gallium: replace bswap_32 calls with util_bswap32Jonathan Gray4-9/+7
2013-06-17draw: fix a regression in computing max eltZack Rusin1-0/+1
2013-06-17draw: clear the draw buffers in drawZack Rusin8-13/+34
2013-06-17ilo: add pipe-based copy method to ilo_blitterChia-I Wu2-5/+25
2013-06-17ilo: add BLT-based blitting methods to ilo_blitterChia-I Wu4-495/+847
2013-06-17ilo: replace util_blitter by ilo_blitterChia-I Wu7-103/+363
2013-06-14i965: Assume flexible hardware primitive restart exists in the future.Kenneth Graunke1-1/+1
2013-06-16i965: Shrink Gen5 VUE map layout to be the same as Gen4.Chris Forbes6-40/+7
2013-06-16i965: Implement 16-wide math on G45 and Ironlake.Kenneth Graunke2-0/+28
2013-06-14glsl: Disallow return with a void argument from void functions.Matt Turner1-1/+17
2013-06-14glsl: Allow implicit conversion of return values.Matt Turner1-9/+22
2013-06-14glsl: Add gl_{Max,Min}ProgramTexelOffset built-in constants.Matt Turner1-0/+7
2013-06-14glsl: Allow swizzles on scalars.Matt Turner1-1/+3
2013-06-14glsl: Allow .length() method on vectors and matrices.Matt Turner1-20/+38
2013-06-14mesa: Add infrastructure for ARB_shading_language_420pack.Todd Previte5-0/+8
2013-06-15ilo: fix for half-float vertex arraysChia-I Wu1-1/+14
2013-06-14ilo: add some assertions to help debuggingChia-I Wu1-1/+23
2013-06-14ilo: silence a compiler warningChia-I Wu1-0/+2
2013-06-13glsl: Fix null check in read_dereference.Vinson Lee1-1/+1
2013-06-14st/mesa: fix temp texture bindings in st_CopyPixels()Chia-I Wu1-17/+13
2013-06-13gallium/draw: add limits to the clip and cull distancesZack Rusin7-14/+41
2013-06-13draw: cleanup the distance culling code a bitZack Rusin1-48/+41
2013-06-13ilo: mapping a resource may make some states dirtyChia-I Wu4-9/+112
2013-06-13ilo: bump up PIPE_CAP_GLSL_FEATURE_LEVEL to 140Chia-I Wu1-1/+1
2013-06-13ilo: initialize dirty flags in ilo_init_states()Chia-I Wu2-2/+2
2013-06-13ilo: re-emit states that involve resourcesChia-I Wu4-21/+23
2013-06-13ilo: fix for util_blitter_clear() changesChia-I Wu1-4/+1
2013-06-12mesa: Fix bug in unclamped float to ubyte conversion.Manfred Ernst2-4/+2
2013-06-13st/dri: if flushing a drawable, don't set reason=SWAPBUFFERSMarek Olšák1-1/+1
2013-06-13st/dri: resolve the back buffer only in SwapBuffersMarek Olšák1-3/+3
2013-06-13st/dri: manually swap MSAA front and back buffers in SwapBuffersMarek Olšák1-0/+25
2013-06-13st/dri: always copy new DRI front and back buffers to corresponding MSAA buffersMarek Olšák1-0/+27