2009-08-20 |
Brian Paul | progs/glsl: update shtest.c to handle 1D/3D/CUBE/RECT... |
commit | commitdiff | tree |
2009-08-20 |
Brian Paul | progs/glsl: tweaks to shtest.c |
commit | commitdiff | tree |
2009-08-20 |
Christoph Bumiller | nv50: use VTX_ATTR_nF for constant vtxelts |
commit | commitdiff | tree |
2009-08-20 |
Christoph Bumiller | nv50: set vertex buffer limits |
commit | commitdiff | tree |
2009-08-20 |
Christoph Bumiller | nv50: modify vbo format to hw translation, add BGRA... |
commit | commitdiff | tree |
2009-08-20 |
Jakob Bornecrantz | st/egl: Open the first drm node |
commit | commitdiff | tree |
2009-08-20 |
Brian Paul | progs/glsl: more comments in shtest.c |
commit | commitdiff | tree |
2009-08-20 |
Brian Paul | tgsi: when printing/dumping programs indent loops and... |
commit | commitdiff | tree |
2009-08-20 |
Brian Paul | tgsi: check for SOA dependencies in SSE and PPC code... |
commit | commitdiff | tree |
2009-08-20 |
Brian Paul | tgsi: handle SOA dependencies for MOV/SWZ |
commit | commitdiff | tree |
2009-08-20 |
Brian Paul | tgsi: added tgsi_full_instruction::Flags field |
commit | commitdiff | tree |
2009-08-20 |
Alex Deucher | r600: try and get everything in the draw in one IB |
commit | commitdiff | tree |
2009-08-20 |
Alex Deucher | r600: move misc regs from general state |
commit | commitdiff | tree |
2009-08-20 |
Brian Paul | mesa: add GL_DEPTH_STENCIL to glCopyPixels error check |
commit | commitdiff | tree |
2009-08-20 |
Alex Deucher | r600: rework emit code |
commit | commitdiff | tree |
2009-08-20 |
Pauli Nieminen | radeon: Update regulary cs processing info from kernel. |
commit | commitdiff | tree |
2009-08-19 |
Brian Paul | gallium: rename copy/fill_rect utility functions |
commit | commitdiff | tree |
2009-08-19 |
Brian Paul | gallium: fix tags target in Makefile.template |
commit | commitdiff | tree |
2009-08-19 |
Alex Deucher | radeon: fix typo in last dma patch |
commit | commitdiff | tree |
2009-08-19 |
Eric Anholt | intel: Fix failure to commit -a --amend before last... |
commit | commitdiff | tree |
2009-08-19 |
Eric Anholt | intel: Align cubemap texture height to its padding... |
commit | commitdiff | tree |
2009-08-19 |
Eric Anholt | intel: Align untiled region height to 2 according to... |
commit | commitdiff | tree |
2009-08-19 |
Pauli Nieminen | radeon: Add debug output for dma buffer object numbers. |
commit | commitdiff | tree |
2009-08-19 |
Pauli Nieminen | radeon: Fix dma buffer object pool to scale object... |
commit | commitdiff | tree |
2009-08-19 |
Alex Deucher | r600: minor cleanup |
commit | commitdiff | tree |
2009-08-19 |
Brian Paul | progs/xdemos: add multictx to .gitignore |
commit | commitdiff | tree |
2009-08-19 |
José Fonseca | tgsi: Add missing include. |
commit | commitdiff | tree |
2009-08-19 |
José Fonseca | tgsi: Fix typo in ureg constant creation. |
commit | commitdiff | tree |
2009-08-19 |
Keith Whitwell | st/xlib: remove a couple more 'fake' references |
commit | commitdiff | tree |
2009-08-19 |
Keith Whitwell | st/xlib: remove dead ungrab helper |
commit | commitdiff | tree |
2009-08-19 |
Keith Whitwell | tgsi: silence compiler warning |
commit | commitdiff | tree |
2009-08-19 |
Keith Whitwell | tgsi: remove unused function argument |
commit | commitdiff | tree |
2009-08-19 |
Keith Whitwell | tgsi: add missing functionality to support instructions... |
commit | commitdiff | tree |
2009-08-19 |
Corbin Simpson | r300g: Force off ZTOP optimizations for now. |
commit | commitdiff | tree |
2009-08-19 |
Corbin Simpson | r300g: Utilize DONTBLOCK. |
commit | commitdiff | tree |
2009-08-19 |
Corbin Simpson | radeon-gallium: Oh, look, we *do* already support DONTB... |
commit | commitdiff | tree |
2009-08-19 |
Corbin Simpson | r300g: Massively cleanup OQ. |
commit | commitdiff | tree |
2009-08-19 |
Corbin Simpson | r300g: Add high_second_pipe cap for R3xx chipsets. |
commit | commitdiff | tree |
2009-08-19 |
Corbin Simpson | radeon-gallium: Stop using outdated ioctls. |
commit | commitdiff | tree |
2009-08-19 |
Corbin Simpson | Revert "r300-gallium, radeon-gallium: Nuke gb_pipes... |
commit | commitdiff | tree |
2009-08-18 |
Brian Paul | Merge branch 'mesa_7_5_branch' |
commit | commitdiff | tree |
2009-08-18 |
Brian Paul | egl/xlib: move call to create_configs() after we set... |
commit | commitdiff | tree |
2009-08-18 |
Brian Paul | tgsi/ppc: we don't implement saturation modes yet |
commit | commitdiff | tree |
2009-08-18 |
Brian Paul | tgsi/sse: we don't implement saturation modes yet |
commit | commitdiff | tree |
2009-08-18 |
Brian Paul | mesa: when emitting vertex program fog, set yzw=0,0,1 |
commit | commitdiff | tree |
2009-08-18 |
Brian Paul | mesa: call FLUSH_CURRENT() for GL_CURRENT_TEXTURE_COORD... |
commit | commitdiff | tree |
2009-08-18 |
Pauli Nieminen | radeon: balance dma buffer mapping |
commit | commitdiff | tree |
2009-08-18 |
Jakob Bornecrantz | egl: Create the front texture the properly |
commit | commitdiff | tree |
2009-08-18 |
Pauli Nieminen | r300: Movde debug output from stdout to stderr in copiler. |
commit | commitdiff | tree |
2009-08-18 |
Dave Airlie | r200: make use of DMA buffers for Elts a lot better. |
commit | commitdiff | tree |
2009-08-18 |
Pauli Nieminen | r200: Fix missing offset from elt buffer pointer. |
commit | commitdiff | tree |
2009-08-18 |
Pauli Nieminen | radeon: Optimize memory handling for dma operations. |
commit | commitdiff | tree |
2009-08-18 |
Alex Deucher | r300: fix the build on big endian |
commit | commitdiff | tree |
2009-08-18 |
Brian Paul | gallium: improved comments, minor whitespace changes |
commit | commitdiff | tree |
2009-08-18 |
Chia-I Wu | egl: Remove eglhash.c and eglhash.h. |
commit | commitdiff | tree |
2009-08-18 |
Chia-I Wu | egl: Add back handle checking. |
commit | commitdiff | tree |
2009-08-18 |
Chia-I Wu | egl: Make lookup functions static inline. |
commit | commitdiff | tree |
2009-08-18 |
Chia-I Wu | egl: Remove hash table for displays. |
commit | commitdiff | tree |
2009-08-18 |
Chia-I Wu | egl: Remove hash table for surfaces. |
commit | commitdiff | tree |
2009-08-18 |
Chia-I Wu | egl: _eglCloseDriver should be no-op. |
commit | commitdiff | tree |
2009-08-18 |
Chia-I Wu | egl: Some per-driver data should be per-display. |
commit | commitdiff | tree |
2009-08-18 |
Chia-I Wu | egl: Change the way drivers are loaded. |
commit | commitdiff | tree |
2009-08-18 |
Chia-I Wu | egl: Overhaul driver API. |
commit | commitdiff | tree |
2009-08-18 |
Dave Airlie | r600: fix build |
commit | commitdiff | tree |
2009-08-18 |
Dave Airlie | r300: remove warning introduced with OQ |
commit | commitdiff | tree |
2009-08-18 |
Dave Airlie | radeon/r200: fix build after OQ commits |
commit | commitdiff | tree |
2009-08-18 |
Dave Airlie | r300: OQ rework |
commit | commitdiff | tree |
2009-08-18 |
Dave Airlie | r300: fix missing BEGIN/END batches |
commit | commitdiff | tree |
2009-08-18 |
Dave Airlie | r300: fix big endian build |
commit | commitdiff | tree |
2009-08-17 |
Brian Paul | gallium: memset() tgsi_exec_machine to all zeros in... |
commit | commitdiff | tree |
2009-08-17 |
Brian Paul | demos/glsl: remove glutInitWindowPosition() calls |
commit | commitdiff | tree |
2009-08-17 |
Alex Deucher | r600: fix counting error after the last commit |
commit | commitdiff | tree |
2009-08-17 |
Alex Deucher | r600: make sure the number of indices is valid |
commit | commitdiff | tree |
2009-08-17 |
Alex Deucher | radeon: remove RADEON_DEBUG_BO stuff |
commit | commitdiff | tree |
2009-08-17 |
Maarten Maathuis | nv50: remove a few cases of directly casting struct... |
commit | commitdiff | tree |
2009-08-17 |
Maarten Maathuis | nv50: borrow some flushing code from the ddx |
commit | commitdiff | tree |
2009-08-17 |
Maarten Maathuis | gallium: Make PIPE_TRANSFER_{READ,WRITE,READ_WRITE... |
commit | commitdiff | tree |
2009-08-17 |
Maarten Maathuis | nv50: whitespace fixes and deobfuscation |
commit | commitdiff | tree |
2009-08-17 |
Brian Paul | cell: fix incorrect pipe_transfer tests |
commit | commitdiff | tree |
2009-08-17 |
Jerome Glisse | r300: split vbo rendering with big drawarray case |
commit | commitdiff | tree |
2009-08-17 |
Christoph Bumiller | nv50: fix stencil state |
commit | commitdiff | tree |
2009-08-17 |
Dave Airlie | radeon: turn off bo debugging |
commit | commitdiff | tree |
2009-08-16 |
Maciej Cencora | r300: disable ZTOP only when occlusion queries are... |
commit | commitdiff | tree |
2009-08-15 |
Maciej Cencora | Merge branch 'oq' |
commit | commitdiff | tree |
2009-08-15 |
Pauli Nieminen | mesa: Add 2 new demos to .gitignore. |
commit | commitdiff | tree |
2009-08-15 |
Maarten Maathuis | nv50: avoid a NULL-ptr dereference when the pipe contex... |
commit | commitdiff | tree |
2009-08-15 |
Christoph Bumiller | nv50: align registers used with TEX to 4 |
commit | commitdiff | tree |
2009-08-15 |
Maciej Cencora | r300: enable ARB_occlusion_query |
commit | commitdiff | tree |
2009-08-15 |
Maciej Cencora | radeon: add flag for drm OQ support |
commit | commitdiff | tree |
2009-08-15 |
Maciej Cencora | r300: temporary occlusion query hack |
commit | commitdiff | tree |
2009-08-15 |
Maciej Cencora | r300: clear not_flushed OQ list after flush |
commit | commitdiff | tree |
2009-08-15 |
Maciej Cencora | r300/oq: add some debugging info |
commit | commitdiff | tree |
2009-08-15 |
Maciej Cencora | r300: add occlusion queries support |
commit | commitdiff | tree |
2009-08-15 |
Dave Airlie | radeon space: realign with drm space check code |
commit | commitdiff | tree |
2009-08-15 |
Dave Airlie | r300: fixup space checks since VBO code |
commit | commitdiff | tree |
2009-08-15 |
Dave Airlie | r300: add just in case warn I don't think this can... |
commit | commitdiff | tree |
2009-08-15 |
Dave Airlie | radeon: enable vertex splitting for IBs |
commit | commitdiff | tree |
2009-08-15 |
Roland Scheidegger | i965: disable bounds checking on arrays with stride 0 |
commit | commitdiff | tree |
2009-08-14 |
Brian Paul | progs/demos: print more info in fbotexture.c |
commit | commitdiff | tree |
2009-08-14 |
Ian Romanick | i965: Add support for GL_ARB_seamless_cube_map |
commit | commitdiff | tree |
next |