aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium/auxiliary: Add -fno-rtti to CXXFLAGS on LLVM >= 3.2.Johannes Obermayr2012-12-031-1/+5
* r300g: Give CLIP_DISABLE another tryStefan Dösinger2012-12-042-2/+3
* st/glx: accept GLX_SAMPLE_BUFFERS/SAMPLES_ARB == 0Brian Paul2012-12-031-4/+6
* llvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY_TIME_ELAPSED.James Benton2012-12-0313-43/+147
* gallivm: fix srgb format fetchRoland Scheidegger2012-12-031-1/+2
* llvmpipe: Refactor convert_to/from_blend_type to convert in place.José Fonseca2012-12-031-12/+8
* llvmpipe: Improve color buffer loads/stores alignment.José Fonseca2012-12-031-10/+19
* llvmpipe: Recompute the fs shader key when framebuffer varies.José Fonseca2012-12-031-0/+1
* r300g: increment num_z_clears only if we have Hyper-ZMarek Olšák2012-12-021-2/+1
* r300g: add blacklist for apps that shouldn't steal hyperz accessMarek Olšák2012-12-021-0/+28
* r300g: enable Hyper-Z by default on r500Marek Olšák2012-12-022-10/+13
* r300g: clear the ZB cache before clearing ZMASK or HIZMarek Olšák2012-12-022-2/+8
* Revert "r300g: fix occlusion queries when depth test is disabled or zbuffer i...Marek Olšák2012-12-022-27/+6
* st/dri: implement new driver hook flush_with_flagsMarek Olšák2012-12-024-56/+89
* r300g: refuse to create too large texturesMarek Olšák2012-12-011-0/+15
* r300g: fix memory leaks in texture_create error pathsMarek Olšák2012-12-011-9/+15
* r300g: fix revoking hyperz accessMarek Olšák2012-12-011-20/+22