Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nv50: demagic tex filter / wrap mode | Ben Skeggs | 2008-07-11 | 1 | -2/+63 |
| | |||||
* | nv50: add some texture formats | Ben Skeggs | 2008-07-11 | 4 | -13/+90 |
| | |||||
* | nv50: split tic construction out into own file | Ben Skeggs | 2008-07-11 | 5 | -25/+187 |
| | |||||
* | nv50: add license headers to .c files | Ben Skeggs | 2008-07-11 | 11 | -26/+240 |
| | |||||
* | nv50: enable GART usage for vertex buffers | Ben Skeggs | 2008-07-11 | 2 | -4/+5 |
| | | | | AKA "I can haz fast b0rk3d glxgears!!!" | ||||
* | nv50: get clear-scissor working | Ben Skeggs | 2008-07-11 | 2 | -9/+36 |
| | |||||
* | nouveau: update to latest object header | Ben Skeggs | 2008-07-11 | 2 | -20/+44 |
| | |||||
* | nv50: more "abuse" by using libc malloc etc.. | Ben Skeggs | 2008-07-11 | 3 | -9/+9 |
| | |||||
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | 2008-07-11 | 19 | -97/+319 |
|\ | |||||
| * | gallium: fix logic in pb_check_usage() | Brian Paul | 2008-07-09 | 1 | -1/+1 |
| | | |||||
| * | egl: plug a small memleak | Zack Rusin | 2008-07-09 | 1 | -0/+1 |
| | | |||||
| * | draw: remove some debug output | Zack Rusin | 2008-07-09 | 1 | -2/+0 |
| | | |||||
| * | gallium: tweak printing of generic declarations | Brian Paul | 2008-07-08 | 1 | -1/+2 |
| | | |||||
| * | i915: Takedown EGL screen | Jakob Bornecrantz | 2008-07-08 | 1 | -10/+71 |
| | | |||||
| * | i915: Use deviceID in EGL device create | Jakob Bornecrantz | 2008-07-08 | 1 | -1/+1 |
| | | |||||
| * | i915: Complete the screen -> device renaming | Jakob Bornecrantz | 2008-07-08 | 4 | -10/+10 |
| | | |||||
| * | i915: Renamed intel_screen to intel_device | Jakob Bornecrantz | 2008-07-08 | 6 | -23/+23 |
| | | | | | | | | | | | | The renameing makes more sense, why because: In egl you have a display/driver/device as the basis, and you have screens as outputs. | ||||
| * | i915: Fix wrong pointer to cleanup | Jakob Bornecrantz | 2008-07-07 | 1 | -1/+1 |
| | | |||||
| * | i915: Fix EGL make current | Jakob Bornecrantz | 2008-07-07 | 1 | -5/+8 |
| | | |||||
| * | i915: More cleanup of display | Jakob Bornecrantz | 2008-07-07 | 1 | -0/+2 |
| | | |||||
| * | i915: Fetch the real deviceID for EGL | Jakob Bornecrantz | 2008-07-07 | 3 | -4/+34 |
| | | |||||
| * | i915: Destruction of surface, context and device in EGL | Jakob Bornecrantz | 2008-07-07 | 4 | -9/+65 |
| | | |||||
| * | i915: Fix EGL version and name | Jakob Bornecrantz | 2008-07-05 | 1 | -1/+2 |
| | | |||||
| * | i915: Added a intel be function to wrap a drm bo handle | Jakob Bornecrantz | 2008-07-05 | 3 | -16/+52 |
| | | |||||
| * | i915: Fix haveDepth and haveStencil for visual in EGL | Jakob Bornecrantz | 2008-07-05 | 1 | -0/+2 |
| | | |||||
| * | softpipe: Prevent NULL ptr derreference on takedown. | José Fonseca | 2008-07-05 | 1 | -2/+2 |
| | | |||||
| * | softpipe: Compute block size for display targets. | José Fonseca | 2008-07-05 | 1 | -1/+3 |
| | | |||||
| * | i915: Added debug filling code of texture, not active | Jakob Bornecrantz | 2008-07-04 | 1 | -2/+11 |
| | | |||||
| * | i915: Clean up intel_egl.c a bit | Jakob Bornecrantz | 2008-07-04 | 1 | -21/+3 |
| | | |||||
| * | gallium: fix trim() function bug when count < first | Brian Paul | 2008-07-04 | 1 | -0/+2 |
| | | | | | | | | | | If the user called glDrawArrays(GL_TRIANGLES, count=1), trim() returned a very large integer because of the unsigned arithmetic. | ||||
| * | psb: Fill all texture fields when creating texture blanket. | José Fonseca | 2008-07-05 | 1 | -0/+2 |
| | | |||||
| * | softpipe: Implement texture blankets. | José Fonseca | 2008-07-05 | 1 | -0/+34 |
| | | |||||
* | | nv30: min/max lod are used for mipmap, there is just enable bit in tx_format | Patrice Mandin | 2008-07-09 | 1 | -2/+2 |
| | | |||||
* | | nv30: Update defines from nouveau_class.h | Patrice Mandin | 2008-07-09 | 1 | -10/+11 |
| | | |||||
* | | nv30: Update defines from nouveau_class.h | Patrice Mandin | 2008-07-09 | 1 | -28/+18 |
| | | |||||
* | | nv30: update nouveau_class.h | Patrice Mandin | 2008-07-09 | 1 | -9/+52 |
| | | |||||
* | | nv10: use the gallium alloc/free wrappers. | Stephane Marchesin | 2008-07-08 | 1 | -4/+4 |
| | | |||||
* | | nv04: use FREE/MALLOC like a good gallium boy should. | Stephane Marchesin | 2008-07-08 | 3 | -8/+8 |
| | | |||||
* | | Merge branch 'gallium-0.1' of ↵ | Stephane Marchesin | 2008-07-08 | 8 | -80/+120 |
|\ \ | | | | | | | | | | git+ssh://[email protected]/git/nouveau/mesa into gallium-0.1 | ||||
| * | | nv50: make use of nouveau drm 0.0.11 to get 3d going | Ben Skeggs | 2008-07-08 | 8 | -80/+120 |
| | | | |||||
* | | | nv30: use native instructions. | Stephane Marchesin | 2008-07-08 | 1 | -22/+4 |
|/ / | |||||
* | | nv10: there are no 3D textures. | Stephane Marchesin | 2008-07-08 | 1 | -3/+1 |
| | | |||||
* | | nv04: Hook the lib into the build. | Stephane Marchesin | 2008-07-08 | 1 | -0/+1 |
| | | |||||
* | | nv04: use BEGIN_RING_NI | Stephane Marchesin | 2008-07-08 | 1 | -6/+2 |
| | | |||||
* | | nv04. | Stephane Marchesin | 2008-07-08 | 16 | -0/+1966 |
| | | |||||
* | | g3dvl: IDCT part 1. | Younes Manton | 2008-07-06 | 3 | -8/+379 |
| | | | | | | | | Very basic IDCT support is in, performed CPU-side for now. | ||||
* | | g3dvl: Round surfaces up to POT, use src rect when outputting surfaces. | Younes Manton | 2008-07-06 | 7 | -18/+93 |
| | | |||||
* | | nv30: Emit sampler state using state objects | Patrice Mandin | 2008-07-04 | 3 | -8/+46 |
| | | |||||
* | | Merge remote branch 'upstream/gallium-0.1' into gallium-0.1 | Ben Skeggs | 2008-07-05 | 26 | -91/+510 |
|\| | |||||
| * | gallium: added a4r4g4b4_put_tile_rgba() | Brian Paul | 2008-07-03 | 1 | -0/+31 |
| | |