aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: fix a crash in non-SSE pathChia-I Wu2011-10-301-1/+1
* r600g: reset the render condition to NULL when rendering unconditionallyMarek Olšák2011-10-301-1/+5
* r600g: shortcut ctx->screen->ws to ctx->wsMarek Olšák2011-10-305-12/+15
* r600g: Replace needless flush in texture upload.Mathias Fröhlich2011-10-291-1/+1
* r600g: remove one pointless flushMarek Olšák2011-10-293-25/+4
* implement WGL_ARB_create_contextMorgan Armand2011-10-285-7/+166
* r600g: get backend mask after the context is fully set upMarek Olšák2011-10-283-4/+2
* u_format: Fix -NaN handling for packing of 10F_11F_11F_REV to match GL specs.Eric Anholt2011-10-281-11/+31
* u_format: Fix clamping of overflow in 10F_11F_11F_REV to match GL specs.Eric Anholt2011-10-281-4/+18
* u_format: Fix bitshifting for unpacking from 10F.Eric Anholt2011-10-281-2/+2
* u_format: Fix bit definition of UF10_MANTISSA_BITS.Eric Anholt2011-10-281-1/+1
* r600g: don't flush before reading query resultsMarek Olšák2011-10-281-5/+0
* r600g: only maintain the list of active queriesMarek Olšák2011-10-284-32/+19
* r600g: cleanup r600_query_resultMarek Olšák2011-10-281-9/+6
* r600g: don't flush in r600_get_backend_maskMarek Olšák2011-10-281-3/+0
* r600g: remove redundant variable r600_query::buffer_sizeMarek Olšák2011-10-282-15/+17
* r300g: remove useless codeMarek Olšák2011-10-284-22/+3
* gallium/auxiliary/util: Solaris also has standard Unix socketsAlan Coopersmith2011-10-272-4/+8
* r300/compiler: Fix scheduler bug causing texture corruptionTom Stellard2011-10-271-6/+35
* r600g: remove redundant variable r600_pipe_context::blitMarek Olšák2011-10-273-4/+2
* st/glx: fix mixed declarations and code, remove unused varBrian Paul2011-10-261-7/+7
* r600g: remove redundant assignment of pipe_draw_info in draw_vboMarek Olšák2011-10-261-2/+0
* llvmpipe: llvmpipe doesn't support pure integers yet.Dave Airlie2011-10-262-0/+8
* r600g: cleanup draw_vbo and add commentsMarek Olšák2011-10-264-93/+71
* st/glx: Implement texture_from_pixmap without DRI.Stéphane Marchesin2011-10-253-9/+136
* i915g: Cleanup the vertex sampler interface a bit.Stéphane Marchesin2011-10-253-9/+5
* i915g: Flesh out TODO idea.Stéphane Marchesin2011-10-251-1/+3
* tgsi: Fix memory leak in out-of-memory path.Vinson Lee2011-10-251-7/+10
* r600g: move some code out of draw_vbo into new r600_update_derived_stateMarek Olšák2011-10-251-20/+31
* r600g: cleanup some magic numbersMarek Olšák2011-10-252-4/+16
* r600g: don't render if pipe_draw_info::count is 0Marek Olšák2011-10-251-6/+8
* pp: Fix memory leak on error path.Vinson Lee2011-10-251-1/+2
* r600g: set correct tiling flags in depth infoMarek Olšák2011-10-252-9/+13
* util: handle failed mapping in u_upload_alloc()Brian Paul2011-10-241-0/+5
* util: handle failed mapping in u_upload_alloc_buffer()Brian Paul2011-10-241-1/+6
* r300g: expose ARB_ES2_compatibility by claiming FIXED format supportMarek Olšák2011-10-242-2/+8
* nv50: fix max texture levelsAdel Gadllah2011-10-241-3/+3
* winsys/radeon: don't use the new GEM_WAIT ioctl for nowMarek Olšák2011-10-241-4/+6
* winsys/radeon: restore the old r600g winsys memory characteristics.Mathias Fröhlich2011-10-241-0/+5
* util: remove gotos in u_upload_mgr.cBrian Paul2011-10-241-16/+8
* r300g: don't call u_trim_pipe_prim in r300_swtcl_draw_vboMarek Olšák2011-10-231-5/+0
* u_blitter: accept overriden width0 and height0Marek Olšák2011-10-232-79/+57
* u_blitter: add a copy_texture function which uses views and not resourcesMarek Olšák2011-10-232-115/+117
* llvmpipe: point out that there's two stencil writemasksBrian Paul2011-10-231-3/+4
* llvmpipe: compare front_facing to NULL to improve readabilityBrian Paul2011-10-231-2/+2
* gallivm: added lp_build_print_ivec4() functionBrian Paul2011-10-232-0/+24
* dri-r600: Hook up a drm_descriptor configuration functionMathias Fröhlich2011-10-231-1/+17
* r600g: make r[67]00 not bail out on PRED_SETNE_INT.Mathias Fröhlich2011-10-231-0/+1
* r600g: make if's use PRED_SETNE_INT no matter what.Dave Airlie2011-10-222-1/+2
* r600g: print inst in hex in dumpsDave Airlie2011-10-221-6/+6