summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)AuthorFilesLines
2013-06-27clover: Fix build with LLVM 3.4Tom Stellard1-6/+6
2013-06-26vega: add some casts to silence MSVC warningsBrian Paul2-11/+11
2013-06-24st/dri/sw: Fix pitch calculation in drisw_update_tex_bufferRichard Sandiford1-2/+3
2013-06-24gallium: Fix llvmpipe on big-endian machinesAdam Jackson3-14/+14
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-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
2013-06-13st/dri: refactor dri_msaa_resolveMarek Olšák3-12/+15
2013-06-13st/dri: reuse depth-stencil and MSAA resources after DRI2 invalidate eventMarek Olšák1-26/+78
2013-06-13st/dri: fix MSAA resolving of buffers with height > widthMarek Olšák1-2/+2
2013-06-13gallium/util: make WRITES_ALL_CBUFS optional in the passthrough fragment shaderMarek Olšák1-1/+2
2013-06-07st/xlib: Flush the front buffer before doing CopySubBufferStéphane Marchesin1-0/+4
2013-06-07st/xlib: Fix upside down coordinates for CopySubBufferStéphane Marchesin1-1/+1
2013-06-05mesa: remove outdated version lines in commentsRico Schüller50-50/+0
2013-05-27st/vdpau: destroy handle table only when it's emptyChristian König1-1/+1
2013-05-27st/vdpau: remove vlCreateHTAB from surface functionsChristian König1-9/+0
2013-05-27st/vdpau: invalidate the handles on destructionChristian König3-0/+4
2013-05-24st/glx: add null ctx check in glXDestroyContext()Brian Paul1-10/+12
2013-05-24st/glx/xlib: assorted whitespace, comment fixesBrian Paul1-8/+17
2013-05-21st/glx/xlib: check for null ctx pointer in glXIsDirect()Brian Paul1-3/+1
2013-05-14vl/vdpau: fix PresentationQueueQuerySurfaceStatusChristian König2-17/+19
2013-05-04gallium: fix type of flags in pipe_context::flush()Chia-I Wu2-2/+2
2013-05-03st/xvmc/tests: Fix build failure, v2Lauri Kasanen1-1/+1
2013-05-03st/egl: fix bulid errors on Android 4.2Chia-I Wu1-23/+62
2013-05-01st/vdpau: fix background handling in the mixerChristian König1-9/+10
2013-05-01vl/buffer: use 2D_ARRAY instead of 3D texturesChristian König1-4/+4
2013-05-01vl/compositor: cleanup background clearingChristian König5-12/+8
2013-04-23mesa: Restore 78-column wrapping of license text in C++-style comments.Kenneth Graunke41-164/+164
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke10-33/+42
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke51-51/+51
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke9-9/+9
2013-04-23gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca3-3/+6
2013-04-19mesa: Use quotes on bool driconf options to prevent stdbool.h breakage.Eric Anholt1-4/+4
2013-04-19gallium: handle drirc disable_glsl_line_continuations optionVadim Girlin2-1/+4
2013-04-17st/wgl: fix issue with SwapBuffers of minimized windowsBrian Paul2-9/+15
2013-04-15build: Stop using GALLIUM_STATE_TRACKERS_DIRS for SUBDIRSMatt Turner1-11/+54
2013-04-15build: Move src/mapi/mapi/* to src/mapi/Matt Turner3-4/+4
2013-04-13clover: Fix usage of incorrect object as destination in clEnqueueCopyBufferTo...Francisco Jerez1-1/+1
2013-04-13clover: Define platform class and merge with device_registry.Francisco Jerez8-68/+155
2013-04-13clover: Add missing fields to the module serializer.Francisco Jerez1-0/+2
2013-04-09st/osmesa: re-use buffers in OSMesaMakeCurrent()Brian Paul1-7/+54
2013-04-09st/vdpau: fix subtitle related bug v2Christian König1-0/+4
2013-04-05gallium: PIPE_COMPUTE_CAP_IR_TARGET - allow drivers to specify a processor v2Tom Stellard1-5/+13
2013-04-05st/wgl: Install our windows message hook to threads created before the ICD is...José Fonseca2-26/+196
2013-04-04st/xlib: add HUD support for xlib/GLXBrian Paul4-0/+34
2013-04-04st/wgl: add HUD supportBrian Paul5-0/+42
2013-04-04st/wgl: make stw_current_context() non-staticBrian Paul2-1/+3