summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-05-23egl: Don't build EGL programs eithergallium-i915-currentJakob Bornecrantz1-1/+0
2008-05-23egl: Stoped compiling EGL completelyJakob Bornecrantz1-1/+2
2008-05-23i915: Made EGL report the actual modes on the screen/output pairJakob Bornecrantz1-2/+14
2008-05-23i915: Make batchbuffers larger.Thomas Hellstrom2-2/+2
2008-05-23i915: Use the malloc pool for constant buffers since they don't go to the GPU...Thomas Hellstrom2-15/+16
2008-05-23mesa: Added linux-egl target, that only builds the i915simple driver and egl ...Jakob Bornecrantz2-0/+66
2008-05-23mesa: On second thought lets not build the driverJakob Bornecrantz1-6/+6
2008-05-22disable egl by defaultZack Rusin1-1/+1
2008-05-14mesa: Made linux-dri targets build EGLJakob Bornecrantz1-3/+5
2008-05-14egl: Updated EGL samples to use new i915 EGL winsysJakob Bornecrantz6-6/+12
2008-05-14i915: Added EGL winsysJakob Bornecrantz28-0/+7110
2008-04-23i915: Real fix for weird fence leak. Thanks ThomasJakob Bornecrantz2-44/+67
2008-04-22i915: Fixed weird fence leak when I915_VBUF=trueJakob Bornecrantz1-1/+1
2008-04-15i915: Changed name to i915_dri.soJakob Bornecrantz1-1/+1
2008-04-14Removed intel_ioctl it wasn't neededJakob Bornecrantz3-179/+1
2008-04-12Fixed memory leakJakob Bornecrantz1-0/+1
2008-04-08i915: Added debug counter to bufmgrJakob Bornecrantz1-0/+9
2008-04-08i915: Fixed fence related problemsJakob Bornecrantz2-9/+13
2008-04-08i915: Fixed fence leak in intel_swapbuffers.cJakob Bornecrantz1-1/+0
2008-04-08Added fence counter to fence managerJakob Bornecrantz1-0/+5
2008-04-08Fixed user_buffer memory leakJakob Bornecrantz2-2/+3
2008-04-07i915: Pulled in changes from i915texJakob Bornecrantz23-726/+3712
2008-04-07mesa: Pulled in glthread from i915texJakob Bornecrantz1-4/+44
2008-04-07gallium: Stop warningsJakob Bornecrantz1-0/+3
2008-04-07draw: strip edgeflags out of fetch-emit pathKeith Whitwell1-1/+1
2008-04-06draw: fix edgeflag handling on the pt pathsKeith Whitwell4-175/+253
2008-04-05draw: Use debug_printf().Michal Krol1-2/+2
2008-04-05gallium: Keep fenced buffers list ordered.José Fonseca1-53/+99
2008-04-05gallium: Fix typo.José Fonseca1-1/+1
2008-04-05gallium: Use the custom snprintf implementation everywhere (for Win32).José Fonseca2-8/+12
2008-04-04mesa: no longer combine vertex/fragment shader parameters/uniformsBrian4-270/+239
2008-04-04mesa: new functions for managing list/index of uniformsBrian2-0/+248
2008-04-04mesa: test code to exercise more GLSL functionsBrian1-27/+18
2008-04-04mesa: added more ext funcs (from Mesa/master)Brian1-0/+24
2008-04-04gallium: always pass size=4 to make_immediate()Brian1-2/+1
2008-04-04gallium: adjust the code in update_textures() to look more like update_sample...Brian1-8/+7
2008-04-04mesa: add missing glPush/PopMatrix() callsBrian1-0/+2
2008-04-04mesa: add missing glPush/PopMatrix() callsBrian1-0/+2
2008-04-04gallium: state tracker fixes for compressed texturesRoland Scheidegger2-0/+9
2008-04-04gallium: add new call to st_flush_bitmap_cache() to fix recent regressionBrian Paul1-0/+2
2008-04-04gallium: new debug code, disabledBrian Paul1-0/+15
2008-04-04gallium: make sure to set the SamplersUsed field for bitmap/drawpixels shadersBrian Paul4-0/+5
2008-04-04gallium: Handle client-supplied edgeflags.Keith Whitwell7-28/+71
2008-04-04gallium: Revert st_gl_flush() changes from when the **fence argument was added.Michel Dänzer1-1/+10
2008-04-04gallium: Call st_flush() instead of st_gl_flush() in st_finish().Michel Dänzer1-1/+1
2008-04-04draw: move code to run pipeline from pt to new fileKeith Whitwell6-99/+196
2008-04-04Alias glStencilOpSeparateATI with glStencilOpSeparate.Brian13-283/+168
2008-04-04test glStencilFuncSeparateATI()Brian1-0/+26
2008-04-04Finish up ATI_separate_stencilBrian14-1074/+1258
2008-04-04add missing _mesa_StencilFuncSeparateATI functionRoland Scheidegger2-0/+77