mesa.git
2008-05-25 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-05-23 Jakob Bornecrantzi915: Revert accidental change
2008-05-23 Jakob Bornecrantzi915: Improved vertex buffer performance
2008-05-23 Jakob Bornecrantzi915: Fix for edgeflags
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-05-23 Jakob Bornecrantzegl: Don't build EGL programs either
2008-05-23 Jakob Bornecrantzegl: Stoped compiling EGL completely
2008-05-23 Jakob Bornecrantzi915: Made EGL report the actual modes on the screen...
2008-05-23 Thomas Hellstromi915: Make batchbuffers larger.
2008-05-23 Thomas Hellstromi915: Use the malloc pool for constant buffers since...
2008-05-23 Jakob Bornecrantzmesa: Added linux-egl target, that only builds the...
2008-05-23 Jakob Bornecrantzmesa: On second thought lets not build the driver
2008-05-23 Zack Rusindisable egl by default
2008-05-21 Brianfix assorted bugs, works now
2008-05-21 Brianmesa: fix #include path for glapioffsets.h (fixes x86...
2008-05-20 Zack Rusinadd new binaries to ignore to make 'git status' cleaner
2008-05-20 Dan NicholsonIgnore more generated files in progs/
2008-05-20 Zack Rusinadd a simple but nice example of convolution filters...
2008-05-20 Brian Paulgallium: fix vertex shader mem leak (glRasterPos)
2008-05-20 Brian Paulgallium: replace assignment with pipe_texture_reference()
2008-05-20 Brian Paulgallium: fix shader mem leak
2008-05-20 Brian Paulmesa: call glutDestroyWindow()
2008-05-20 Brian Paulgallium: move vertex/fragment program unbinding
2008-05-20 Brian Paulgallium: fix default case in st_new_program()
2008-05-20 Brian Paulgallium: fix mem leaks
2008-05-20 Brian Paulmesa: call glutDestroyWindow()
2008-05-20 Brian Paulgallium: clean-up glDraw/CopyPixels shaders when destro...
2008-05-20 Brian Paulcopy StateFlags in _mesa_clone_parameter_list()
2008-05-20 Brian Paulfix incorrect sampler numbering/indexing.
2008-05-19 Brian Paulgallium: remove dead code
2008-05-19 Brian Paulfix tempReg test in _mesa_combine_programs()
2008-05-19 Brian Paulgallium: fix some texture object leaks
2008-05-19 Brian Paulif x86_get_func() returns NULL, handle it properly...
2008-05-19 Brian Paulfix program delete/refcount bug
2008-05-19 Brian PaulFix program refcounting assertion failure during contex...
2008-05-18 Brian Paulprint vertex.attrib[n] (from master)
2008-05-18 Brian PaulFix some bugs in material, depth range state
2008-05-18 Brian PaulRegenerated API dispatch files
2008-05-18 Brian Paulalias ProgramEnvParameter4xyARB and ProgramParameter4xy...
2008-05-17 Zack Rusincosmetic changes
2008-05-17 Zack Rusinfix rsq
2008-05-17 Zack Rusinfix abs and start on rsq
2008-05-17 Zack Rusindo the lit (some artifacts present)
2008-05-17 Zack Rusinimplement min/max and abstract ops on vectors
2008-05-17 Zack Rusinllvm: implement sub and abs
2008-05-17 Zack Rusinfix injections of functions from builtins into shaders
2008-05-17 Zack Rusinmove the swizzling code to gallivm in preperation for...
2008-05-17 Brian Paulgallium: in drivers, make copy of tokens passed to...
2008-05-17 Brian Paulgallium: remove deprecated format names
2008-05-17 Brian Pauls/PIPE_FORMAT_U_S8/PIPE_FORMAT_S8_UNORM/
2008-05-16 Brian Paulgallium: release textures during context tear-down...
2008-05-16 Brian Paulgallium: ref counting clean-ups
2008-05-16 Brian Paulmesa: call glutDestroyWindow() on exit to help find...
2008-05-16 Brian Paulbring in fixes/changes from master
2008-05-16 Brian PaulFix a program refcounting error, don't share program...
2008-05-16 Brian Paulfix an attr/src mix-up when setting-up/binding vertex...
2008-05-15 Brian Paulfix parsing of state.texenv.color (bug 14931)
2008-05-15 Brian PaulConsolidate texture fetch code and use partial derivati...
2008-05-14 Brian Paulmesa: fix InfoLog memleak, misc sync with master
2008-05-14 Eric AnholtBug #13492: Only call ProgramStringNotify if program...
2008-05-14 Brianfix swizzle error test (bug 11881)
2008-05-14 Brian Paulfix-up inlined/non-inlined function inconsistencies
2008-05-14 Brian Paulmesa: rm unneeded file
2008-05-14 Brian Paulmesa: prefix rm command with -
2008-05-14 Brian Paulrewrite some of the mat*mat, mat*vec intrinsics
2008-05-14 Brian Paulmesa: regenerate slang built-in data (asin(vec4) fix)
2008-05-14 Brian Paulmesa: fix missing w assignment in asin(vec4)
2008-05-14 Brian Paulmesa: use CALLOC_STRUCT()
2008-05-14 Brian Paulmesa: sync up swrast/s_fragprog.c with master
2008-05-14 Brian Paulmesa: updated comment
2008-05-14 Brian Paulmesa: minor bug fixes from master
2008-05-14 Brian Paulmesa: dead code removal
2008-05-14 Brian Paulmesa: minor bug fixes, null ptr checks, dead code removal
2008-05-14 Brian Paulmesa: fix errors in LightModelProduct state, other...
2008-05-14 Brian Paulmesa: glUniform(location==-1) is not an error
2008-05-14 Brian Paulfix some additional program refcounting bugs
2008-05-14 Jakob Bornecrantzmesa: Made linux-dri targets build EGL
2008-05-14 Jakob Bornecrantzegl: Updated EGL samples to use new i915 EGL winsys
2008-05-14 Jakob Bornecrantzi915: Added EGL winsys
2008-05-14 Ben Skeggsnv40: fix typo in one of the previous commits
2008-05-14 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-05-13 Ben Skeggsnouveau: remove winsys-related stuff from nouveau_local.h
2008-05-13 Ben Skeggsnouveau: remove chipset fields in all nv pipe driver...
2008-05-13 Ben Skeggsnouveau: make nouveau_device.h part of public API
2008-05-13 Ben Skeggsnouveau: create objnull during channel creation
2008-05-13 Ben Skeggsnouveau: chipset is a device property, remove from...
2008-05-13 Ben Skeggsnv50: slightly less skeletal texture funcs, prevents...
2008-05-13 Ben Skeggsnv50: report some supported formats to keep the state...
2008-05-12 Zack Rusinadjust llvm code to the changes in 2.3
2008-05-10 Briangallium: optimize the flush_spans() function
2008-05-10 Briangallium: remove unused code
2008-05-09 Michel Dänzerdraw: Fix number of vertices allocated in draw_pt_emit().
2008-05-09 Keith Whitwelldraw: mimize cost of translate key compares, use cache...
2008-05-09 Keith Whitwelltranslate: helper functions for mimizing cost of key...
2008-05-08 Keith Whitwelldraw: only fill in / compare the part of the translate...
2008-05-08 Keith Whitwellxlib: more SP_NO_RAST support
2008-05-08 Keith Whitwellsoftpipe: don't calc det if NO_RAST set
2008-05-08 Michel Dänzercso_cache: Fix test for currently bound blend state.
2008-05-07 Brian Paulmesa: update/add newer GL ES headers
2008-05-07 Brianmesa: free shader program data before deleting shader...
next