Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-19 | st/xorg: implement basic src/mask transformations | Zack Rusin | |
plus fix filters | |||
2009-10-19 | r300g: Demonstratory kludge to unbreak glxgears. | Corbin Simpson | |
We *must* recalculate something in vformat every rebind; let's see if we can't narrow it down a bit. | |||
2009-10-19 | dri-st: Add EXT_provoking_vertex. | Corbin Simpson | |
Hm, I could have sworn I did this before? | |||
2009-10-18 | st/xorg: Switch to set_mode_major | Jakob Bornecrantz | |
2009-10-18 | st/xorg: Massivly redo root pixmap creation | Jakob Bornecrantz | |
2009-10-18 | st/xorg: Clean up cursor functions a bit | Jakob Bornecrantz | |
2009-10-18 | st/xorg: Support more then one output of a given type | Jakob Bornecrantz | |
2009-10-18 | st/xorg: Change how disable accel is handled | Jakob Bornecrantz | |
2009-10-19 | nv50: add support for address regs | Christoph Bumiller | |
Allow indirect uniform access and increase the limit on parameters from 128 to 512. | |||
2009-10-19 | nv50: cleanup emit_kil | Christoph Bumiller | |
2009-10-19 | nv50: implement TGSI_OPCODE_CMP | Christoph Bumiller | |
2009-10-19 | nv50: quick fix for insn src negation | Christoph Bumiller | |
We only have a per nv50_reg negation flag, if an nv50_reg is used more than once in a TGSI op with different sign modes, we'd generate wrong code. We probably can't do much better without more invasive changes. | |||
2009-10-19 | nv50: add support for DDX and DDY opcodes | Christoph Bumiller | |
2009-10-19 | nv50: submit user vbo data through the fifo | Christoph Bumiller | |
Requesting a new real buffer from the kernel and copying all the data is wasteful e.g. if only a few (but widely spread) vertices are accessed. | |||
2009-10-19 | nv50: use SIFC for TIC, TSC upload | Christoph Bumiller | |
Add proper flushes for TIC and TSC and remove the costly 2D.0110 flush in nv50_flush. Correct TIC and TSC bo sizes. | |||
2009-10-19 | nv50: nicer texture format switch | Christoph Bumiller | |
Similar to nv40. | |||
2009-10-19 | nouveau: implement is_{texture,buffer}_referenced properly | Ben Skeggs | |
2009-10-19 | drm/nv50: write tic/tsc setup to correct slots when skipping units | Ben Skeggs | |
2009-10-18 | r300g: Fix up a bunch of warnings. | Corbin Simpson | |
2009-10-18 | r300g: Add another ZTOP condition. | Corbin Simpson | |
I don't even know if texkill works right now. | |||
2009-10-18 | llvmpipe: Allocate texture storage for whole quads. | José Fonseca | |
2009-10-17 | gallium: Permit surface_copy and surface_fill to be NULL. | Corbin Simpson | |
Uf. Lots of files touched. Would people with working vega, xorg, dri1, etc. please make sure you are not broken, and fix yourself up if you are. There were only two or three places where the code did not have painful fallbacks, so I would advise st maintainers to find less painful workarounds, or consider overhauling util_surface_copy and util_surface_fill. Per ymanton, darktama, and Dr_Jakob's suggestions, clear has been left as-is. I will not add PIPE_CAP_BLITTER unless it is deemed necessary. | |||
2009-10-17 | r300g: Squash format warning. | Corbin Simpson | |
Won't ever be supported. | |||
2009-10-17 | r300g: Use a dirty test to bring framerate back up. | Corbin Simpson | |
This is just split out from the next commit, that's all. | |||
2009-10-17 | r300g: Also have rs_block keyed to the current shader combo. | Corbin Simpson | |
Eliminates part of the glxgears corruption here. Need to clean up PSC more, to get rid of the rest of it. | |||
2009-10-17 | r300g: Fix u_hash_table rename. | Corbin Simpson | |
2009-10-17 | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa | Corbin Simpson | |
2009-10-17 | nouveau: nv40: Use same workaround as i915 for segfault related to vbo | Patrice Mandin | |
2009-10-17 | nouveau: nv30: Remove duplicate case. Was a typo for X8R8G8B8, but that will ↵ | Patrice Mandin | |
never be use for front buffer. | |||
2009-10-17 | nouveau: nv30: Use same workaround as i915 for segfault related to vbo | Patrice Mandin | |
2009-10-17 | util: Rename from u_* to util_* while we're at it. | José Fonseca | |
To be consistent with the rest. | |||
2009-10-16 | radeon-gallium: Use debug_get_bool_option instead of getenv. | Corbin Simpson | |
2009-10-16 | r300g: Use a hash table to look up vertex info. | Corbin Simpson | |
Need to move rs_block to this, too. Also, I'm getting massive amounts of flicker for some reason; I bet we've gotta re-re-examine PSC and friends. :C | |||
2009-10-16 | util: Change function names to begin with u_. | Corbin Simpson | |
Avoids link-time clashes with Mesa's internal hash table. | |||
2009-10-15 | r300g: Set logical ID for each emitted texture/sampler. | Corbin Simpson | |
multitexarray works on my r300, but texrect doesn't. | |||
2009-10-15 | nouveau: nv30: Hack to enforce same number of bits as front buffer, for ↵ | Patrice Mandin | |
render targets | |||
2009-10-15 | nouveau: nv30: refuse binding a colour buffer with a zeta buffer with ↵ | Patrice Mandin | |
different bits, till the backend can tell Mesa not to do that. | |||
2009-10-15 | st/xorg: refix source over | Zack Rusin | |
2009-10-14 | trace: Handle transfer returning null | Jakob Bornecrantz | |
2009-10-15 | st/xorg: fix most of the composition modes | Zack Rusin | |
2009-10-14 | r300g: Move ZTOP to its own state atom. | Corbin Simpson | |
It may seem pointless, but this avoids a fair amount of predicted CSO pain. | |||
2009-10-13 | st/xorg: Fix dpms include problems | Jakob Bornecrantz | |
2009-10-14 | st/xorg: get transparency on fills working (fixes Qt/KDE apps) | Zack Rusin | |
2009-10-14 | i915g: Fix warnings | Jakob Bornecrantz | |
2009-10-14 | util: Fix cpu detection on Windows. Cleanup. | José Fonseca | |
2009-10-14 | llvmpipe: Use ALIGN_STACK. | José Fonseca | |
2009-10-14 | gallium: New ALIGN_STACK macro to tell gcc to align stack pointer. | José Fonseca | |
2009-10-14 | r300g: Move ztop to derived state. | Corbin Simpson | |
Need to get it into its own atom instead of piggybacking on DSA. | |||
2009-10-14 | r300g: Compiler warning cleanup. | Corbin Simpson | |
2009-10-14 | r300g: remove buffer add that should be unnecessary. | Dave Airlie | |
This should be handled in the emit fine |