Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-10 | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Brian Paul | |
2009-09-10 | softpipe: minor indentation fix | Brian Paul | |
2009-09-10 | softpipe: set dirty_render_cache in softpipe_clear() | Brian Paul | |
This fixes a bug seen when doing a glDrawPixels(GL_STENCIL_INDEX) right after a glClear(). The check-for-flush test was failing because we didn't set the dirty_render_cache flag in softpipe_clear(). So we saw stale data when we mapped the stencil buffer. | |||
2009-09-10 | tgsi: use new tgsi_call_record to handle execution mask stacks | Brian Paul | |
This fixes some issues when "return"ing from nested loops/conditionals. | |||
2009-09-10 | gallium: Add PIPE_OS_APPLE back to auxiliary/util/u_time.h. | Vinson Lee | |
Fixes typo from commit c6c44bf48124dd5b4661014a8d58482c5a54557f. | |||
2009-09-09 | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Brian Paul | |
Conflicts: Makefile configs/default progs/glsl/Makefile src/gallium/auxiliary/util/u_simple_shaders.c src/gallium/state_trackers/glx/xlib/xm_api.c src/mesa/drivers/dri/i965/brw_draw_upload.c src/mesa/drivers/dri/i965/brw_vs_emit.c src/mesa/drivers/dri/intel/intel_context.h src/mesa/drivers/dri/intel/intel_pixel.c src/mesa/drivers/dri/intel/intel_pixel_read.c src/mesa/main/texenvprogram.c src/mesa/main/version.h | |||
2009-09-09 | gallium: Added HaikuOS platform | aljen | |
2009-09-04 | gallium/xlib: minor clean-ups | Brian Paul | |
2009-09-04 | i915g: Fix warnings in scons build by using byte pointers | Jakob Bornecrantz | |
scons build complained about void pointer math | |||
2009-09-04 | tgsi: Document differencies between vs_1_1 and vs_2_0 for EXPP and LOGP. | Michal Krol | |
2009-09-03 | gallium/xlib: silence unitialized var warning | Brian Paul | |
2009-09-03 | gallium/xlib: silence uninitialized var warning | Brian Paul | |
2009-09-03 | util: add version of u_blit_pixels which takes a writemask | Keith Whitwell | |
Values outside the writemask are set in the destination to {0,0,0,1} | |||
2009-09-03 | gallium/xlib: silence unitialized var warning | Brian Paul | |
2009-09-03 | gallium/xlib: silence uninitialized var warning | Brian Paul | |
2009-09-03 | st/xorg: add linear and radial gradient acceleration | Zack Rusin | |
2009-09-03 | st/xorg: radial gradient shader | Zack Rusin | |
2009-09-03 | st/xorg: linear gradient shader | Zack Rusin | |
2009-09-03 | i915g: Up the number of relocs | Jakob Bornecrantz | |
2009-09-03 | i915g: Don't run in sync with HW | Jakob Bornecrantz | |
2009-09-03 | i915g: Don't send flush flags to HW | Jakob Bornecrantz | |
2009-09-03 | st/xorg: cleanup and adjust to the changes in the ureg code | Zack Rusin | |
2009-09-03 | st/xorg: adjust enums in preperation for gradients | Zack Rusin | |
2009-09-03 | aux/tgsi: pull back ureg work from 0.1 branch | Keith Whitwell | |
Manual merge of ureg changes on the branch. Too much unrelated stuff for a proper merge. | |||
2009-09-03 | nv50: move centroid, flat bits when making interp long | Christoph Bumiller | |
Before this, just the perspective divide bit was moved in convert_to_long of the load interpolant instruction. | |||
2009-09-03 | nv50: fix vbo_static_attrib method size error | Christoph Bumiller | |
The VTX_ATTR_3/2/1F methods also had size 4 ... a stupid copy/paste error. | |||
2009-09-03 | nv50: fix draw_elements_inline_u08/16 | Christoph Bumiller | |
We've been emitting the same two indices over and over without incrementing map. | |||
2009-09-03 | r300g: specify point/line/triangle have stuffed texture coord | Cooper Yuan | |
2009-09-02 | st/xorg: fix warnings | Zack Rusin | |
2009-09-02 | st/xorg: handle xrender repeat modes | Zack Rusin | |
2009-09-02 | st/xorg: flip the coordinate system | Zack Rusin | |
2009-09-02 | st/xorg: handle solid fills in the fragment shader | Zack Rusin | |
2009-09-02 | st/xorg: Guard against realy old versions of Xorg | Jakob Bornecrantz | |
2009-09-02 | util: add version of u_blit_pixels which takes a writemask | Keith Whitwell | |
Values outside the writemask are set in the destination to {0,0,0,1} | |||
2009-09-02 | draw: remove unused variable | Keith Whitwell | |
2009-09-02 | st/xorg: Remove code no longer support by xserver Git master. | Michel Dänzer | |
Shouldn't be necessary with older versions either. | |||
2009-09-02 | st/xorg: Add support for xserver Git master DRI2 interface. | Michel Dänzer | |
Reorganize to handle both interfaces with common code. | |||
2009-09-02 | st/dri: Slight consolidation of DRI2 buffer handling. | Michel Dänzer | |
Always use / assume a combined depth/stencil buffer. Also update drawable formats from surfaces returned by the driver. | |||
2009-09-02 | st/xorg: Add EXA UploadToScreen and DownloadFromScreen hooks. | Michel Dänzer | |
2009-09-02 | nv50: SWZ is the same as MOV from our perspective | Ben Skeggs | |
2009-09-01 | st/xorg: getting indexes right tends to be helpful | Zack Rusin | |
2009-09-01 | st/xorg: redo the vertex shader | Zack Rusin | |
2009-09-01 | st/xorg: setup solid fills | Zack Rusin | |
2009-09-01 | st/xorg: fold back the helper function into core | Zack Rusin | |
2009-09-01 | st/xorg: start rendering and compositing pictures | Zack Rusin | |
2009-09-01 | tgsi: remove redundant CND0 opcode | Keith Whitwell | |
Can be implemented with CMP src2, src1, src0 | |||
2009-09-01 | scons: Tool for LLVM. Gracefully disable llvmpipe if LLVM not found. | José Fonseca | |
2009-09-01 | trace: Don't set surface_[fill|copy] if not set on pipe | Jakob Bornecrantz | |
2009-09-01 | r300g: Fix clear issue on r300 | Cooper Yuan | |
2009-09-01 | i915g: Implement new winsys | Jakob Bornecrantz | |