summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-07-08r300: fix regression introduced by ca13937ef97c7779f639dcfc95b3798a11de01bdMaciej Cencora
2009-07-08radeon: fix copy and paste typoMaciej Cencora
2009-07-08mesa/vbo: always recalculate min_index and max_index when splitting verticesMaciej Cencora
2009-07-07intel: Fix flipped Y for glDrawPixels(GL_STENCIL_INDEX) to window system.Eric Anholt
2009-07-07intel: Fall back on glCopyPixels(GL_DEPTH) or GL_STENCIL.Eric Anholt
2009-07-07i965: Remove BRW_NEW_INPUT_VARYINGEric Anholt
2009-07-07Cap array elements at 0 when passed an invalid pointer for an array object.Eric Anholt
2009-07-04Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-07-07gallium: Fixes for clobbering stencil values in combined depth/stencil textures.Michel Dänzer
2009-07-07GLX/DRI1: Mark GLX visuals with depth != screen depth non-conformant.Michel Dänzer
2009-07-07gallium: Only set FRONT_STATUS_COPY_OF_BACK if there is a back buffer.Michel Dänzer
2009-07-06gallium: more fog extraction fixesZack Rusin
2009-07-06wgl: Make the stw_framebuffer destructions threadsafe.José Fonseca
2009-07-06wgl: Check for multiple threads before GET_CURRENT_CONTEXT.José Fonseca
2009-07-06wgl: Listen to WM_WINDOWPOSCHANGED instead of WM_SIZE messages.José Fonseca
2009-07-04i965: fix fetching constants from constant buffer in glsl pathRoland Scheidegger
2009-07-04i965: Remove bad constant buffer constant-reg-already-loaded optimization.Eric Anholt
2009-07-06Merge commit 'origin/openvg-1.0'Zack Rusin
2009-07-06gallium: rearrange some members to avoid memory holes/paddingZack Rusin
2009-07-06pipebuffer: handle possible null pointer dereferenceZack Rusin
2009-07-06cso: possible null pointer dereferenceZack Rusin
2009-07-06util: fix possible null pointer usageZack Rusin
2009-07-06exa: some infrastucture work for accelerating compositeZack Rusin
2009-07-06radeon: ensure cmdbuf space for state + AOS is availableDave Airlie
2009-07-06r200: fix makefileDave Airlie
2009-07-06radeon: fixup FBO depth 24 allocations to avoid assertDave Airlie
2009-07-06radeon/r200/r300: port to new space checking code in libdrmDave Airlie
2009-07-05radeon-gallium: Compile warning fix.Corbin Simpson
2009-07-05radeon-gallium: Use FLINK to do proper global buffers.Corbin Simpson
2009-07-05radeon-gallium: Wait for BOs before mapping them.Corbin Simpson
2009-07-05r300: fix vertex limitsMaciej Cencora
2009-07-03Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-07-03intel: Also update stencil bits in intel_update_wrapper().Michel Dänzer
2009-07-03mesa/shaders: fix gl_NormalMatrix state parametersKeith Whitwell
2009-07-03st/wgl: don't advertise WGL_EXT_swap_interval stringKeith Whitwell
2009-07-03wgl: Lookup framebuffers by HWND whenever possible.José Fonseca
2009-07-03radeon: Wait for BO idle if necessary before mapping it.Michel Dänzer
2009-07-03r300: Guard debugging output.Michel Dänzer
2009-07-02intel: Fall back on glBitmap with fog enabled.Eric Anholt
2009-07-02intel: Flush when mapping buffer objects so writes don't get reordered.Eric Anholt
2009-07-02vbo: If MapBufferRange fails, try MapBuffer instead.Corbin Simpson
2009-07-02Nuke old trace-drm integration.Corbin Simpson
2009-07-02intel: Fix leak of DRI option info due to using the wrong free routine.Eric Anholt
2009-07-02intel: Clean up leak of driver context structure on context destroy.Eric Anholt
2009-07-02intel: Init num_fences to clean up valgrind warning.Eric Anholt
2009-07-02mesa: Assume depth textures have a single level unless told otherwise.José Fonseca
2009-07-02mesa: s/TRUE/GL_TRUEKeith Whitwell
2009-07-02r300g: Readd trace driver supportJakob Bornecrantz
2009-07-02i915g: Readd trace driver supportJakob Bornecrantz
2009-07-02trace: Add drm api integrationJakob Bornecrantz