summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-02util/blitter: Fix the viewport transformation for Z coordinatesgallium-no-rhw-positionMarek Olšák1-2/+2
2010-03-01r300: Save viewport and clip states before invoking blitter.Michal Krol3-0/+10
2010-03-01util: Fix u_blitter setup code after bypass_vs_clip_and_viewport removal.Michal Krol2-11/+51
2010-02-25util: Fix blitter vertex and viewport setup.Michal Krol1-6/+21
2010-02-24st/mesa: Reset clip state when clearing with quads.Michal Krol2-1/+6
2010-02-24util: Reset clip state when doing blitting.Michal Krol2-1/+11
2010-02-24st/mesa: Use cso context to manage clip state.Michal Krol1-1/+3
2010-02-24cso: Track clip state with cso context.Michal Krol2-0/+67
2010-02-22gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol25-412/+271
2010-02-22i965g: added missing texture cap queriesBrian Paul1-0/+4
2010-02-22i915g: added missing texture cap queriesBrian Paul1-0/+4
2010-02-22st/mesa: change viewport Z scale/bias for glBitmap/glDrawPixelsBrian Paul2-4/+10
2010-02-22st/mesa: Add checks for ST_SURFACE_x vs MESA_BUFFER_xBrian Paul2-1/+9
2010-02-22mesa/st: Make ST_SURFACE_DEPTH index consistent with mesa's BUFFER_DEPTH.Brian Paul1-1/+1
2010-02-22intel: assert that we do not overflow the batch buffer.Chris Wilson1-1/+2
2010-02-22i915: Fix logic !gen >= 3Chris Wilson1-1/+1
2010-02-22i915: Remove superfluous MI_NOOP from vertex emissionChris Wilson1-2/+1
2010-02-22intel: Check that we have a bufmgr or bail out when initializing the context.Chris Wilson1-0/+4
2010-02-22Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map"Dave Airlie23-1247/+347
2010-02-22r300g: rebuild winsys/pipe buffer handling and add buffer mapDave Airlie23-347/+1247
2010-02-22r3OOg: support rendering of more than 65535 vertices per draw call (almost)Marek Olšák2-29/+83
2010-02-21i965g: Fix memory leak.Vinson Lee1-1/+2
2010-02-21st/mesa: Fix memory leak on out-of-memory error path.Vinson Lee1-1/+3
2010-02-21r300g: Remove unnecessary header.Vinson Lee1-1/+0
2010-02-22Link egl progs to libm as necessary.Ray Kohler1-4/+4
2010-02-21r300g: precompute framebuffer register valuesMarek Olšák6-220/+250
2010-02-21r300g: add all missing colorbuffer formatsMarek Olšák2-83/+165
2010-02-21r300g: make r300_translate_texformat privateMarek Olšák3-235/+246
2010-02-21r300g: re-enable SRGB formatsMarek Olšák1-1/+2
2010-02-21mesa: Add assert to check for null pointer dereference.Vinson Lee1-2/+6
2010-02-21draw: Remove dead code.Vinson Lee1-7/+1
2010-02-21i965g: Remove dead code.Vinson Lee1-2/+0
2010-02-21i965g: Fix assertions that were always true.Vinson Lee1-4/+10
2010-02-21glsl/cl: Prevent possible buffer overflow.Vinson Lee1-1/+2
2010-02-21i965g: Fix use of out-of-scope variable.Vinson Lee1-8/+7
2010-02-21st/egl: Disable SHM in ximage backend.Chia-I Wu1-3/+10
2010-02-20radeon: Silence compiler format warning.Vinson Lee1-1/+1
2010-02-20glsl/cl: Prevent possible string overflow.Vinson Lee1-1/+2
2010-02-21st/egl: Properly convert vrefresh to refresh rate.Chia-I Wu1-1/+4
2010-02-21st/egl: Enable extensions before adding configs.Chia-I Wu1-6/+6
2010-02-21st/egl: Do not force validate when update_buffer is called.Chia-I Wu1-6/+0
2010-02-21st/egl: Clean up DRI2 surface.Chia-I Wu1-130/+182
2010-02-21st/egl: Clean up ximage surface.Chia-I Wu1-61/+109
2010-02-20st/xlib: Add assert to check for null pointer dereference.Vinson Lee1-0/+1
2010-02-20Cygwin build fix: Fix linkageJon TURNEY1-1/+8
2010-02-20gamma: Silence uninitialized variable warnings.Vinson Lee1-1/+1
2010-02-20gamma: Add missing headers.Vinson Lee10-5/+12
2010-02-20gamma: Remove unnecessary header.Vinson Lee1-1/+0
2010-02-20intel: Silence compiler format warnings.Vinson Lee2-2/+2
2010-02-20progs/redbook: Silence warn_unused_result warnings.Vinson Lee3-9/+22