aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* svga: stop using pipe_surface::usageMarek Olšák2012-12-121-15/+7
* gallium/util: move util_try_blit_via_copy_region to u_surface.cMarek Olšák2012-12-125-158/+164
* gallium/cso: don't use the pipe_error return type where it's not neededMarek Olšák2012-12-122-41/+24
* gallium: manage render condition in cso_context and fix postprocessing w/ itMarek Olšák2012-12-129-33/+43
* st/mesa: remove a weird msaa hackMarek Olšák2012-12-124-29/+2
* softpipe: implement seamless cubemap support. (v1.1)Dave Airlie2012-12-122-9/+139
* gallium: fix cap warnings for tbo cap.Dave Airlie2012-12-123-0/+3
* glsl_to_tgsi: emit multi-level structs and arrays properly.Dave Airlie2012-12-121-9/+42
* llvmpipe: don't use user constant buffersBrian Paul2012-12-111-1/+2
* llvmpipe: support pipe_resource-based constant buffersBrian Paul2012-12-117-34/+48
* util: add util_copy_constant_buffer() helper functionBrian Paul2012-12-111-0/+20
* i965/fs: Improve performance of shaders that start out with a discard.Eric Anholt2012-12-116-7/+148
* i965/fs: Rewrite discards to use a flag subreg to track discarded pixels.Eric Anholt2012-12-118-73/+46
* i965/fs: Add an instruction flag for choosing the flag subregister.Eric Anholt2012-12-116-13/+42
* i965: Let brw_flag_reg() choose the flag reg and subreg.Eric Anholt2012-12-114-7/+7
* i965: Print the flag reg updated by conditional modifiers.Eric Anholt2012-12-111-1/+15
* i965: Add the new flag_reg_nr instruction field from IVB.Eric Anholt2012-12-112-5/+9
* i965: Correct the name and usage of the flag subregister number field.Eric Anholt2012-12-114-15/+15
* i965: Remove bogus flag_reg_nr field from bits3.Eric Anholt2012-12-111-4/+2
* st/egl/drm: only unref the udev device if neededTobias Droste2012-12-111-4/+5
* softpipe: Use os_time_get_nano() everywhere.José Fonseca2012-12-112-5/+5
* clover: Install CL headers.Johannes Obermayr2012-12-101-0/+10
* gallivm: Lower TGSI_OPCODE_MUL to fmul by defaultTom Stellard2012-12-101-2/+3
* llvmpipe: fix txq for 1d/2d arrays. (v3)Dave Airlie2012-12-111-2/+15
* llvmpipe: increase texture target width to reflect increaseDave Airlie2012-12-111-1/+1
* mesa syncobj: don't store a pointer to the set_entryJordan Justen2012-12-102-5/+10
* vega: remove unused variablesFabio Pedretti2012-12-101-3/+1
* nvc0: comment unused nvc0_validate_zcull functionFabio Pedretti2012-12-101-0/+2
* nv50: remove unused OpClassStr arrayFabio Pedretti2012-12-101-20/+0
* r200: fix broken tcl lightingsmoki2012-12-101-10/+10
* st_glsl_to_tgsi: fix ubo bools.Dave Airlie2012-12-101-2/+19
* st_glsl_to_tgsi: call ubo load pass earlierDave Airlie2012-12-101-1/+2
* glsl_to_tgsi: fix texture offset translationDave Airlie2012-12-101-4/+7
* drisw: fix up context and apis for software contextDave Airlie2012-12-091-0/+16
* i965: Add missing _NEW_BUFFERS dirty bit in Gen7 SBE state.Kenneth Graunke2012-12-081-1/+2
* st/mesa: set PIPE_BIND_SAMPLER_VIEW for TBOs in st_bufferobj_dataChristoph Bumiller2012-12-081-0/+3
* nvc0/ir: allow neg,abs modifiers on OP_SET with integer resultChristoph Bumiller2012-12-081-0/+4
* nvc0/ir/emit: fix check for flags register use in logic opsChristoph Bumiller2012-12-081-3/+3
* draw: fix/improve dirty state validationBrian Paul2012-12-088-23/+68
* draw: add reminder comments about similar code in different filesBrian Paul2012-12-082-0/+11
* draw: rearrange code in llvm_middle_end_prepare()Brian Paul2012-12-081-66/+74
* draw: fix comment typoBrian Paul2012-12-081-1/+1
* draw: add comment on draw->pt.opt fieldBrian Paul2012-12-081-1/+1
* draw: update a comment about index buffersBrian Paul2012-12-081-3/+2
* gallium/os: Fix nano->micro second concersion.José Fonseca2012-12-081-1/+1
* llvmpipe: fix missing tbo cap warning.Dave Airlie2012-12-081-0/+1
* mesa/st: add ARB_uniform_buffer_object support (v2)Dave Airlie2012-12-086-7/+147
* softpipe: enable GLSL 1.40Dave Airlie2012-12-081-1/+1
* softpipe: add texture buffer object supportDave Airlie2012-12-082-1/+9
* st/mesa: add option to enable GLSL 1.40Dave Airlie2012-12-081-1/+6