2008-06-09 |
Brian Paul | fix Xlib libGL.so build problem. |
commit | commitdiff | tree |
2008-06-09 |
Brian Paul | s/SOLO/MESA/ |
commit | commitdiff | tree |
2008-06-09 |
Brian Paul | Makefile clean-ups |
commit | commitdiff | tree |
2008-06-09 |
Brian Paul | more old stuff, rename SOLO->MESA, etc |
commit | commitdiff | tree |
2008-06-09 |
Brian Paul | Makefile clean-ups |
commit | commitdiff | tree |
2008-06-09 |
Brian Paul | document makefile changes |
commit | commitdiff | tree |
2008-06-09 |
Alan Hourihane | Check for NULL pointer |
commit | commitdiff | tree |
2008-06-09 |
George Sapountzis | glx: use goto's vs. nested if's ala xserver |
commit | commitdiff | tree |
2008-06-09 |
George Sapountzis | glx: add dri_common.c ala xserver |
commit | commitdiff | tree |
2008-06-09 |
George Sapountzis | dri/swrast: minor cosmetic |
commit | commitdiff | tree |
2008-06-08 |
Nicolai Haehnle | r300: Workaround hardware readcache problem |
commit | commitdiff | tree |
2008-06-08 |
Brian | remove realglx.[ch] from build |
commit | commitdiff | tree |
2008-06-08 |
Roland Scheidegger | i965: fix OPCODE_TEX when additional ops are needed |
commit | commitdiff | tree |
2008-06-07 |
Corbin Simpson | r300: Allow driconf to set a default anisotropy. |
commit | commitdiff | tree |
2008-06-07 |
Nicolai Haehnle | r300: Some cleanups in depth and stencil state handling |
commit | commitdiff | tree |
2008-06-07 |
Nicolai Haehnle | r300: Apply writemask when clearing stencil buffer |
commit | commitdiff | tree |
2008-06-07 |
Nicolai Haehnle | r300: Fix stencil buffer clear |
commit | commitdiff | tree |
2008-06-07 |
Nicolai Haehnle | r300: Further anisotropic filtering fixes |
commit | commitdiff | tree |
2008-06-07 |
Nicolai Haehnle | r300: Update LOD_BIAS register constants |
commit | commitdiff | tree |
2008-06-07 |
Corbin Simpson | r5xx: Unbreak anisotropic filtering? |
commit | commitdiff | tree |
2008-06-07 |
Corbin Simpson | r5xx: Fix speedy LIT once and for all. |
commit | commitdiff | tree |
2008-06-07 |
Jose Fonseca | Fix CRLF line endings. |
commit | commitdiff | tree |
2008-06-07 |
Jose Fonseca | Fix CRLF line endings. |
commit | commitdiff | tree |
2008-06-06 |
Nicolai Haehnle | r300: Improve texture layout calculations |
commit | commitdiff | tree |
2008-06-06 |
Nicolai Haehnle | r300: Cleanup TX_MIN_FILTER defines |
commit | commitdiff | tree |
2008-06-06 |
Nicolai Haehnle | r300: Remove unused variable r300_tex_obj::dirty_state... |
commit | commitdiff | tree |
2008-06-06 |
Brian Paul | s/subdirs/asm_subdirs/ |
commit | commitdiff | tree |
2008-06-06 |
Brian Paul | move the install rules |
commit | commitdiff | tree |
2008-06-06 |
Brian Paul | remove stray semicolon |
commit | commitdiff | tree |
2008-06-06 |
Brian Paul | move a beos-ism down into drivers/beos/Makefile |
commit | commitdiff | tree |
2008-06-06 |
Brian Paul | Remove the old, complicated default build rule; use... |
commit | commitdiff | tree |
2008-06-06 |
Brian Paul | remove more old stuff, insert new driver_subdir build... |
commit | commitdiff | tree |
2008-06-06 |
Brian Paul | new drivers/Makefile with simple default/clean/install... |
commit | commitdiff | tree |
2008-06-06 |
Brian Paul | move directfb-libgl into drivers/directfb/Makefile |
commit | commitdiff | tree |
2008-06-05 |
Brian Paul | Move fbdev driver construction into src/mesa/drivers... |
commit | commitdiff | tree |
2008-06-05 |
Brian Paul | reorder some lines, more make clean cmds |
commit | commitdiff | tree |
2008-06-05 |
Brian Paul | remove X11, Glide, OSMesa sources |
commit | commitdiff | tree |
2008-06-05 |
Brian Paul | added dependencies |
commit | commitdiff | tree |
2008-06-05 |
Brian Paul | Move building of stand-alone Mesa into drivers/x11... |
commit | commitdiff | tree |
2008-06-05 |
Brian Paul | new Makefile for building "stand-alone", Xlib-based... |
commit | commitdiff | tree |
2008-06-05 |
Brian Paul | prefix some includes with mesa/ or glapi/ |
commit | commitdiff | tree |
2008-06-05 |
Brian Paul | minor changes |
commit | commitdiff | tree |
2008-06-05 |
Brian Paul | Move construction of libOSMesa.so into src/mesa/drivers... |
commit | commitdiff | tree |
2008-06-05 |
Brian Paul | insert mesa/ before include files |
commit | commitdiff | tree |
2008-06-05 |
Alan Hourihane | Silence warning |
commit | commitdiff | tree |
2008-06-04 |
Brian Paul | fix event handling issues (such as when resizing when... |
commit | commitdiff | tree |
2008-06-04 |
Brian Paul | press 'a' to toggle animation |
commit | commitdiff | tree |
2008-06-04 |
Brian Paul | code refactoring (draw_frame(0, handle_event()) |
commit | commitdiff | tree |
2008-06-04 |
Brian Paul | remove references to incorrect -winwidth/-winheight... |
commit | commitdiff | tree |
2008-06-04 |
Brian Paul | Set the attribute as used. |
commit | commitdiff | tree |
2008-06-04 |
Dan Nicholson | autoconf: Collect arch/platform settings in one location |
commit | commitdiff | tree |
2008-06-04 |
Brian Paul | remove old/unused foomesa.h example header |
commit | commitdiff | tree |
2008-06-04 |
Brian Paul | call glutDestroyWindow() before exit |
commit | commitdiff | tree |
2008-06-04 |
Xiang, Haihao | i915: Fix GL_DEPTH_TEXTURE_MODE issue. (bug #16221) |
commit | commitdiff | tree |
2008-06-04 |
Dave Airlie | mesa/drm/ttm: allow build against non-TTM aware libdrm |
commit | commitdiff | tree |
2008-06-02 |
Ian Romanick | bug #16503: use INSTALL macro instead of hard-coding... |
commit | commitdiff | tree |
2008-06-02 |
Nicolai Haehnle | [t_vp_build] Fix refcounting-related memory leak |
commit | commitdiff | tree |
2008-06-02 |
Nicolai Haehnle | [texenvprogram] Fix refcounting-related memory leak. |
commit | commitdiff | tree |
2008-06-01 |
Dave Airlie | r500: add missing brackets around depth testing |
commit | commitdiff | tree |
2008-06-01 |
Corbin Simpson | r5xx: Enable depth write emission. |
commit | commitdiff | tree |
2008-06-01 |
Nicolai Haehnle | r300: Writing to result.depth in fragment programs... |
commit | commitdiff | tree |
2008-06-01 |
Nicolai Haehnle | [r300] Fix KIL instruction and swizzling of texture... |
commit | commitdiff | tree |
2008-06-01 |
Corbin Simpson | r5xx: Add OPCODE_FLR. |
commit | commitdiff | tree |
2008-06-01 |
Corbin Simpson | r5xx: Last emit_sop() for now. |
commit | commitdiff | tree |
2008-06-01 |
Corbin Simpson | r5xx: More emit_sop(), stage 2. |
commit | commitdiff | tree |
2008-06-01 |
Corbin Simpson | r5xx: Cleanup SOP with emit_sop(). |
commit | commitdiff | tree |
2008-06-01 |
Corbin Simpson | r5xx: Dump shader constants when dumping program assembly. |
commit | commitdiff | tree |
2008-05-31 |
Dave Airlie | r300: disable the lowimpact fallbacks by default. |
commit | commitdiff | tree |
2008-05-31 |
Markus Amsler | r500: Use 8bit fog alpha compare value. |
commit | commitdiff | tree |
2008-05-29 |
Luc Verhaegen | Fix segfault on exit in unichrome driver (bug 16150) |
commit | commitdiff | tree |
2008-05-29 |
Brian Paul | undo prev change to this VC7 project file |
commit | commitdiff | tree |
2008-05-29 |
Karl Schultz | added prog_uniform.[ch] |
commit | commitdiff | tree |
2008-05-29 |
Brian Paul | Assorted Windows fixes (Karl Schultz) |
commit | commitdiff | tree |
2008-05-29 |
Brian Paul | Use the GLuint64EXT type defined by GL_EXT_timer_query |
commit | commitdiff | tree |
2008-05-29 |
Dennis Kasprzyk | R1/2/3/4/5xx: fixed calculation of cliprects in CopyBuffer. |
commit | commitdiff | tree |
2008-05-29 |
Dennis Kasprzyk | Report correct damage rectangle in CopySubBuffer. |
commit | commitdiff | tree |
2008-05-29 |
Markus Amsler | r300: fix R300_FG_ALPHA_FUNC_VAL_MASK |
commit | commitdiff | tree |
2008-05-28 |
Brian Paul | updated function list |
commit | commitdiff | tree |
2008-05-28 |
Brian Paul | replace make with $(MAKE) (bug 16133) |
commit | commitdiff | tree |
2008-05-28 |
Dave Airlie | r300: disable cmdbuf debug again |
commit | commitdiff | tree |
2008-05-28 |
Dave Airlie | Merge branch 'r500-support' |
commit | commitdiff | tree |
2008-05-28 |
Dave Airlie | r500: remove warnings and only start on newer drms. |
commit | commitdiff | tree |
2008-05-28 |
Alex Deucher | R3/4/5xx: update to use drm get_param for num gb pipes |
commit | commitdiff | tree |
2008-05-28 |
Dave Airlie | r500: cleanup warnings and include files |
commit | commitdiff | tree |
2008-05-27 |
Brian Paul | update, re-org build/install instructions |
commit | commitdiff | tree |
2008-05-27 |
Brian Paul | set version string to 7.1 rc1 |
commit | commitdiff | tree |
2008-05-27 |
Brian Paul | updates for 7.1 release |
commit | commitdiff | tree |
2008-05-27 |
Brian Paul | prep for 7.1 RC1 |
commit | commitdiff | tree |
2008-05-27 |
Brian Paul | allow GLX_SAMPLES_ARB==0 (bug 16073) |
commit | commitdiff | tree |
2008-05-27 |
Jouk Jansen | updated for latest sources |
commit | commitdiff | tree |
2008-05-27 |
Karl Schultz | dependency fixes (bug 13544) |
commit | commitdiff | tree |
2008-05-27 |
Corbin Simpson | r5xx: Add OPCODE_XPD. In working condition, I might... |
commit | commitdiff | tree |
2008-05-27 |
Corbin Simpson | r5xx: Just a few small LIT fixes. |
commit | commitdiff | tree |
2008-05-27 |
Corbin Simpson | r5xx: Fix emit_mov() regression. |
commit | commitdiff | tree |
2008-05-27 |
Dave Airlie | r500: the cs is shared per context - doh so don't use... |
commit | commitdiff | tree |
2008-05-27 |
Dave Airlie | r500: need to re-setup inst offset/end for translated... |
commit | commitdiff | tree |
2008-05-27 |
Dave Airlie | r500: reset fp/fp_const counts |
commit | commitdiff | tree |
2008-05-27 |
Dave Airlie | r300/r500: emit flush inside vap_cntl state atom |
commit | commitdiff | tree |
2008-05-27 |
Dave Airlie | r500: hopefully fix 4096 texture harder |
commit | commitdiff | tree |
2008-05-27 |
Corbin Simpson | r5xx: Fix FP temp counting. |
commit | commitdiff | tree |
next |