summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gallium/nouveau: add automake target 'template'Emil Velikov2014-09-248-69/+66
* targets/pipe-loader: drop unused authenticationEmil Velikov2014-09-246-8/+6
* targets/vl: fix hard-links when building shared pipe-driversEmil Velikov2014-09-243-6/+6
* gallium/freedreno: remove unused draw headerEmil Velikov2014-09-241-1/+0
* gallium/r300: remove obsolete declarationEmil Velikov2014-09-241-1/+0
* vc4: Drop maximum number of varyings down to 8.Eric Anholt2014-09-241-1/+4
* vc4: Add support for flat shading.Eric Anholt2014-09-235-2/+33
* vc4: Drop stale comment.Eric Anholt2014-09-231-1/+0
* util: fix SCons buildBrian Paul2014-09-231-0/+3
* vc4: Put dead writes into the NOP register when generating code.Eric Anholt2014-09-231-1/+8
* vc4: When possible, resolve raddr conflicts by swapping files on specials.Eric Anholt2014-09-231-5/+29
* vc4: Fix overzealous raddr conflict resolution.Eric Anholt2014-09-231-5/+7
* vc4: Add support for 8-bit unorm/snorm vertex inputs.Eric Anholt2014-09-236-16/+101
* vc4: Add disasm for A-file unpack operations.Eric Anholt2014-09-233-22/+26
* vc4: Switch to using Mesa's register allocator.Eric Anholt2014-09-235-114/+121
* vc4: Make a static list of all the registers.Eric Anholt2014-09-231-12/+82
* vc4: Switch the context struct to use ralloc.Eric Anholt2014-09-231-2/+3
* mesa: Move register_allocate.c to util.Eric Anholt2014-09-2316-30/+13
* gallivm: fix idivRoland Scheidegger2014-09-231-7/+5
* egl: extra null checks for get_xcb_screen() return valuesJuha-Pekka Heikkila2014-09-231-6/+24
* meta: Fix error paths in meta_copy_image.cJuha-Pekka Heikkila2014-09-231-0/+9
* meta: Avoid null access on setup_glsl_msaa_blit_shader()Juha-Pekka Heikkila2014-09-231-11/+13
* i965: Add extra null check in intel_bufferobj_alloc()Juha-Pekka Heikkila2014-09-231-0/+3
* mesa/main: Check allocations success in _mesa_one_time_init_extension_overrid...Juha-Pekka Heikkila2014-09-231-0/+9
* glsl: Check realloc return value in ir_function::matching_signature()Juha-Pekka Heikkila2014-09-231-2/+9
* loader: Check dlsym() did not fail in libudev_get_device_name_for_fd()Juha-Pekka Heikkila2014-09-231-0/+3
* glsl: Check calloc return value in link_intrastage_shaders()Juha-Pekka Heikkila2014-09-231-4/+11
* i965: Avoid null access in intelMakeCurrent()Juha-Pekka Heikkila2014-09-231-3/+7
* mesa: add null checks in symbol_table.cJuha-Pekka Heikkila2014-09-231-0/+30
* glsl: add missing null check in tfeedback_decl::init()Juha-Pekka Heikkila2014-09-231-0/+5
* i965: in set_read_rb_tex_image() check _mesa_meta_bind_rb_as_tex_image() did ...Juha-Pekka Heikkila2014-09-232-5/+18
* glsl: Fix memory leak in glsl_lexer.llJuha-Pekka Heikkila2014-09-231-3/+6
* ilo: rework pipeline workaroundsChia-I Wu2014-09-233-228/+339
* ilo: remove handle_invalid_batch_bo()Chia-I Wu2014-09-233-67/+32
* ilo: make gen6_pipeline_update_max_svbi() staticChia-I Wu2014-09-233-8/+1
* freedreno/ir3: add TXB2 supportIlia Mirkin2014-09-221-4/+14
* freedreno/ir3: add TXQ supportIlia Mirkin2014-09-221-0/+27
* freedreno/ir3: fix TXB/TXL to actually pull the bias/lod argumentIlia Mirkin2014-09-221-1/+4
* freedreno/ir3: make texture instruction construction more dynamicIlia Mirkin2014-09-221-145/+80
* i915: Fix black buffers when importing prime fdsAndreas Pokorny2014-09-231-0/+2
* egl/drm: expose KHR_image_pixmap extensionAndreas Pokorny2014-09-231-0/+1
* gallium: update comment for enum pipe_formatBrian Paul2014-09-221-6/+1
* gallium: replace pipe_type enum with tgsi_return_type enumBrian Paul2014-09-227-28/+29
* draw: use new tgsi_transform inst/decl helpers in pstipple codeBrian Paul2014-09-221-68/+19
* draw: use new tgsi_transform inst/decl helpers in aapoint codeBrian Paul2014-09-221-202/+54
* draw: use new tgsi_transform inst/decl helpers in aaline codeBrian Paul2014-09-221-66/+21
* tgsi: add inst/decl helpers for tgsi_transform utilityBrian Paul2014-09-221-0/+333
* draw: use tgsi transform prolog callback in polygon stipple codeBrian Paul2014-09-221-125/+110
* draw: use tgsi transform prolog/epilog callbacks in AA line codeBrian Paul2014-09-221-90/+92
* draw: use tgsi transform prolog/epilog callbacks in AA point codeBrian Paul2014-09-221-305/+316