summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* nv50,nvc0: fix shader evictionChristoph Bumiller2012-12-072-2/+19
* nv50,nvc0: add support for cube map arraysChristoph Bumiller2012-12-0716-37/+88
* r300: Don't disable destination read if the src blend factor needs itStefan Dösinger2012-12-071-2/+10
* gallium/egl-static: Fix unresolved symbol 'clock_gettime'.Michel Dänzer2012-12-071-2/+2
* gallivm: Rudimentary native integer support.José Fonseca2012-12-072-5/+20
* draw: Dump LLVM shader key.José Fonseca2012-12-072-1/+33
* gallivm: Allow indirection from TEMP registers too.José Fonseca2012-12-071-3/+18
* gallivm,llvmpipe,draw: Support multiple constant buffers.José Fonseca2012-12-0713-61/+103
* st/dri: implement MSAA for GLX/DRI2 framebuffersMarek Olšák2012-12-074-11/+110
* gallium: pass the current context to the flush_front state tracker functionMarek Olšák2012-12-079-12/+23
* st/dri: don't expose MSAA configs with accumulation bufferMarek Olšák2012-12-071-1/+13
* st/dri: refactor dri_fill_in_modesMarek Olšák2012-12-074-109/+45
* st/dri: always allocate private depth-stencil buffersMarek Olšák2012-12-071-59/+49
* gallium/u_blitter: fix conflict with u_memory.hMarek Olšák2012-12-073-1/+7
* r600g: transfers of MSAA color textures should do the resolveMarek Olšák2012-12-071-5/+32
* trace: dump pipe_resource::nr_samplesMarek Olšák2012-12-071-0/+1
* llvmpipe: fix regression in gears speed.Dave Airlie2012-12-071-2/+4
* radeonsi: Fix cube texture coordinates.Michel Dänzer2012-12-061-0/+7
* radeon/llvm: Export prepare_cube_coords helper to driver.Michel Dänzer2012-12-062-8/+13
* llvmpipe: Fix statement before declaration.José Fonseca2012-12-061-1/+2
* util: Add util_copy_box helper.José Fonseca2012-12-063-29/+64
* gallium/util: Move the util_copy/fill_rect into u_surface.José Fonseca2012-12-065-187/+140
* gallium/os: Cleanup up os_time_get/os_time_get_nano.José Fonseca2012-12-062-21/+19
* gallium/os: Fix os_time_sleep() on Windows for small durations.José Fonseca2012-12-061-1/+5
* gallivm: Fix lerping of (un)signed normalized numbers.José Fonseca2012-12-061-49/+43
* gallivm: Fix lp_build_print_value of smaller integer types.José Fonseca2012-12-061-1/+12
* llvmpipe: remove unused variableBrian Paul2012-12-061-1/+0
* draw: remove some dead constant buffer codeBrian Paul2012-12-064-82/+0
* llvmpipe: EXT_transform_feedback support (v1.1)Dave Airlie2012-12-0615-101/+125
* r600g: use default action for min/max opcode in tgsi to llvmVincent Lejeune2012-12-051-4/+0
* gallivm: Have a default emit function for min/max opcodeVincent Lejeune2012-12-051-0/+29
* r600g: use default action for fdiv/rcp opcodeVincent Lejeune2012-12-051-6/+1
* gallivm: have a default emit function for fdiv/rcpVincent Lejeune2012-12-051-0/+25
* r600g: Use default mul/mad function for tgsi-to-llvmVincent Lejeune2012-12-051-8/+4
* draw: set precalc_flat flag for AA lines tooBrian Paul2012-12-051-0/+1
* scons: Require drm to build gallium/state_trackers/egl/x11/x11_screen.c.Vinson Lee2012-12-041-2/+4
* gallivm: Re-add the kludge for lp_build_lerp of fixed point types.José Fonseca2012-12-041-1/+5
* util/u_debug: Cleanup/fix debug_dump_image.José Fonseca2012-12-042-33/+27
* translate: Fix the fetch function assertions.José Fonseca2012-12-041-1/+3
* util/u_draw: Skip rendering instead of aborting when excessive number of inst...José Fonseca2012-12-041-2/+9
* draw: Properly limit vertex buffer fetches on draw arrays.José Fonseca2012-12-041-1/+1
* draw: Use symbolic primitive names in debug output.José Fonseca2012-12-041-3/+4
* draw: Consider the geometry shader when choosing the vertex size.José Fonseca2012-12-041-3/+6
* tgsi: Allow TXF from buffers.José Fonseca2012-12-041-0/+1
* util/surface: Always use the surface format when clearing.José Fonseca2012-12-041-7/+8
* tgsi: Increase maximum number of temps to 4096.José Fonseca2012-12-041-1/+1
* llvmpipe: Fix alignment.José Fonseca2012-12-041-0/+5
* gallivm: Generalize lp_build_mul and lp_build_lerp for signed normalized types.José Fonseca2012-12-041-92/+82
* automake/gallium: attempt to fix -lrtDave Airlie2012-12-041-1/+1
* u_cache: fix dereference before NULL checkDave Airlie2012-12-041-4/+4